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_
Thank you raboof for updating us. I shall mark this as Fix Released as you
stated that it works after (I assume) an update.
Aaron, I do not believe that this is the same problem, therefore you will need
to open a new report, although if I am wrong I apologise. Feel free to reopen
this bug if it
** Summary changed:
- dhcp fails for gateway on different subnet
+ dhcp fails for gateway on different subnet - SIOCADDRT: Network is unreachable
--
dhcp fails for gateway on different subnet - SIOCADDRT: Network is unreachable
https://bugs.launchpad.net/bugs/139217
You received this bug notific
Teej, this is definitely still a problem in Jaunty, as /sbin/dhclient-
script has not changed
DHCPREQUEST of 71.130.218.22 on eth0 to 255.255.255.255 port 67
DHCPACK of 71.130.218.22 from 192.168.1.254
SIOCADDRT: No such process
bound to 71.130.218.22 -- renewal in 78774 seconds.
from /tmp/dhclie
Haven;t have any problems recently. Thanks.
On Sat, 2009-05-30 at 16:56 +, Teej wrote:
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. You reported this bug a while ago and there hasn't been
> any activity in it recently. We were wondering if this is st
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an issue
for you. Can you try with the latest Ubuntu release? Thanks in advance.
** Changed in
reading the first post more carefully, I see that the netmask
conditional is also the problem in the original report:
new_subnet_mask='255.255.255.128'
therefore the host route to the gateway is not added because the netmask
is not 255.255.255.0
While waiting for this bug report to be address
It still doesn't seem to work on Optus ADSL (Australia), and I think the
reason is that the creation of the host route is conditional on the
netmask:
/sbin/dhclient-script:198:
if [ "$new_subnet_mask" == "255.255.255.255" ]; then ...
because the interface is given an IP address with subnet 25
This bug is either invalid or has been fixed.
/sbin/dhclient-script in Intrepid does the following starting at line 194:
ifconfig $interface inet $new_ip_address $new_subnet_arg \
$new_broadcast_arg $mtu_arg
# point to point
if [ "$new_subnet_mas
Ive got the same problem but I don't know how to solve it.
Would you mind writing the commands to manually enter the gateway on a
different subnet, because I can't get it working?
--
dhcp fails for gateway on different subnet
https://bugs.launchpad.net/bugs/139217
You received this bug notificat
10 matches
Mail list logo