DeIM Guru


Joined: 11 Apr 2006 Posts: 314
|
Posted: Sat Aug 10, 2013 7:46 am Post subject: can't get network fallback config to work |
|
|
Hi,
my /etc/conf.d/net:
Code: | dns_servers_eth0="10.0.0.220"
fallback_eth0="10.0.0.16/24"
fallback_routes_eth0="default via 10.0.0.220"
config_eth0="dhcp"
udhcpc_eth0="-t 10" |
works fine with dhcp. Fallback doesn't.
I don't fully understand this note also:
Code: | # NOTE: fallback entry must match the entry location in config_eth0
# As such you can only have one fallback route.
# Also, if you do not set a fallback_routes entry for an interface, the
# routes entry will be used if that is set.
|
Thanks for help. |
|