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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to