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 Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
