Comment 355 for bug 191889

Revision history for this message
kelargo (kelong-2000) wrote :

I have kubuntu and everything worked great with DHCP. I wanted to go with a static IP and it does not persist.
My syslog refers to this bug.

<info> Unmanaged Device found; state CONNECTED forced. (see http://bugs.launchpad.net/bugs/191889)

If my problem is a different bug, then I'll open a new bug on this issue.

I've tried uninstalling network-manager. both KDE and gnome versions. my network settings are correct.
The nameserver stays in place. but after rebooting I have to redo ifconfig (up) and add the default route.

I also get this syslog message:

[ 260.779405] network-admin[8703]: segfault at 0 ip 00007f70c0a6c110 sp 00007fffcd12f488 error 4 in libglib-2.0.so.0.1800.2[7f70c0a03000+c3000]

I'm not sure where this IP Address is being stored (192.168.0.10) my statis is 192.168.0.99.
I might have used 192.168.0.10 at one time, but not now.

HOST ALERT: gateway;DOWN;SOFT;3;CRITICAL - Network Unreachable (192.168.0.10)

Actually, I just looked at my /etc/network/interfaces and I see that it appears to be being saved- two sets of entries are in the file, now.

# cat /etc/network/interfaces
auto lo eth0
iface eth0 inet static
address 192.168.0.99
netmask 255.255.255.0
gateway 192.168.0.1
iface eth0 inet static
address 192.168.0.99
netmask 255.255.255.0
network 192.168.0.0
broabcast 192.168.0.255
gateway 192.168.0.10

let me know if I can provide any other info.