I am wondering this, I am defining static ip using /etc/dhcpdc.conf file with this syntax
Code: Select all
interface wlan0
static ip_address=10.0.2.20
static routers=10.0.2.1
static domain_name_servers=192.168.10.45 192.168.15.10Summary: I want to define two static ip in case on of them fails.