[Bug 139217] Re: dhcp fails for gateway on different subnet - SIOCADDRT: Network is unreachable

2010-01-15 Thread descary
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

[Bug 139217] Re: dhcp fails for gateway on different subnet - SIOCADDRT: Network is unreachable

2010-01-15 Thread descary
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