losing static Ip settings after reboot ubuntu 8.10
Laos Los
laoslos55 at gmail.com
Thu Feb 19 14:30:20 UTC 2009
Look at the Bug #292701:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/292701
If you have two network interfaces (as I have), you can add the following
lines:
*iface eth1 inet static
address 192.168.1.203
netmask 255.255.255.0
gateway 192.168.1.1
auto eth1*
to the /etc/network/interfaces file (changing the red numbers with your own
configuration);
and prevent any possible changes to the resolv.conf file with the command:
*sudo chattr +i /etc/resolv.conf*
-i option makes the resolv.conf file writable again.
This works for me.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20090219/96a25756/attachment.html>
More information about the ubuntu-users
mailing list