[Bug 139217] Re: dhcp fails for gateway on different subnet - SIOCADDRT: Network is unreachable
descary
descary at total.net
Fri Jan 15 22:33:57 GMT 2010
I got the same problem with Ubuntu 9.10 server, trying to connect to DHCP through a Proxy.
I resolve it with Rodney's work around.: editing the file /sbin/dhclient-script
for router in $new_routers; do
route add -host $router dev $interface
route add default dev $interface gw $router $metric_arg
done
I did not create 'gateway' file as suggest.
Thank.
--
dhcp fails for gateway on different subnet - SIOCADDRT: Network is unreachable
https://bugs.launchpad.net/bugs/139217
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list