[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2010-09-15 Thread Bug Watch Updater
** Changed in: network-manager
   Importance: Unknown = Medium

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2009-02-03 Thread Bug Watch Updater
** Changed in: network-manager
   Status: New = Fix Released

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2009-01-30 Thread Roddy Graham
I have Intrepid and network-manager 0.7.0 and experienced this problem
yesterday at a public wireless network.

Was allocated an IP address with 32 bit mask and got a similar message
for DR:

Jan 29 15:28:00 pheonix NetworkManager: WARN
nm_system_replace_default_ip4_route(): Failed to set IPv4 default route
on 'wlan0': Sucess

Can try the workaround next time, but would be nice if it was fixed. Had
to boot into XP to get access (Boo! didn't know if it would work, its
been so long since I booted it outside of VMware ;-) ).

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2008-09-10 Thread Alexander Sack
should be fixed in NM 0.7 - available in intrepid.

for hardy the network-manager team provides backport packages in thei
launchpad PPA.

** Changed in: network-manager (Ubuntu)
   Status: Confirmed = Fix Released

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2008-06-30 Thread Peter Haight
I have a similar problem when I directly attach my machine to my ATT
DSL. It works fine on Windows, but here's what I get in 'daemon.log':

Jun 30 15:49:26 safir NetworkManager: info  Retrieved the following IP4 
configuration from the DHCP daemon:
Jun 30 15:49:26 safir NetworkManager: infoaddress 99.165.93.98
Jun 30 15:49:26 safir NetworkManager: infonetmask 255.255.0.0
Jun 30 15:49:26 safir NetworkManager: infobroadcast 255.255.255.255
Jun 30 15:49:26 safir NetworkManager: infogateway 151.164.184.123
Jun 30 15:49:26 safir NetworkManager: infonameserver 192.168.1.254
Jun 30 15:49:27 safir NetworkManager: WARN  nm_system_device_set_ip4_route(): 
Failed to set IPv4 default route on 'eth1': No such process

Notice that it is saying the netmask is 255.255.0.0 and assigning me the
IP address 99.165.93.98. Then it says the gateway is at 151.164.184.123.
I don't see how that is supposed to work. I booted into Windows and did
a 'netstat -rn' and Windows makes the default route to the gateway
(151.164.184.123) on interface (99.165.93.98), so I guess this would be
the equivalent on Ubuntu:

route add -host 151.164.184.123 dev eth1
route add default gw 151.164.184.123

This is pretty much what  Jens Georg suggested in his original
description, but John V's suggestion of checking if the mask is /32
won't work in my case. I took a look at John V's patch, though, and it
doesn't check the netmask, so it'll probably work for my case as well.
So, probably didn't need to add this comment after all. Well, it is a
case to keep in mind.

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2008-05-18 Thread John V
here's a diff to NetworkManagerSystem.c that fixes the issue... probably
not the most elegant fix but it works.

** Attachment added: NetworkManagerSystem.c.diff
   http://launchpadlibrarian.net/14595072/NetworkManagerSystem.c.diff

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2008-05-18 Thread John V
** Bug watch added: GNOME Bug Tracker #533793
   http://bugzilla.gnome.org/show_bug.cgi?id=533793

** Also affects: network-manager via
   http://bugzilla.gnome.org/show_bug.cgi?id=533793
   Importance: Unknown
   Status: Unknown

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2008-05-18 Thread Bug Watch Updater
** Changed in: network-manager
   Status: Unknown = New

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2008-05-07 Thread John V
I'm having the same issue.

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2008-05-07 Thread John V
I just looked at the code, if i had more time tonight i'd come up with a
patch but it shouldn't be too hard to fix... just look to see if the
mask is /32 and then add the route on the interface first and then the
gateway.

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2008-01-22 Thread Mark A. Hershberger
In a hotel and got this.

Fixing involved setting the netmask to /24 by hand and then setting the
route by hand.

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2007-11-29 Thread Jens Georg
Please find attached /var/log/syslog

** Attachment added: /var/log/syslog
   http://launchpadlibrarian.net/10637272/syslog

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159106] Re: network-manager not able to set default route if netmask is 255.255.255.255

2007-11-28 Thread Paul Dufresne
Marking as Confirmed (was new), even if no /var/log/syslog file included
because I believe information to be complete enough for a developer to
decide what to do.

** Changed in: network-manager (Ubuntu)
   Status: New = Confirmed

-- 
network-manager not able to set default route if netmask is 255.255.255.255
https://bugs.launchpad.net/bugs/159106
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs