Re: Network-Manager reverts back to Auto eth0
I've had a similar problem on both my Desktop and Laptop with Lucid, no matter what I did in Metwork Manager I couldn't set up a static IP address. The static address could ping my router but wouldn't return anything from the web.
My solution was to remove Network Manager set the static address manually by editing:
Code:
sudo gedit /etc/network/interfaces
In my case I entered:
Code:
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
network 192.168.1.1
broadcast 192.168.1.255
gateway 192.168.1.1
This may work also from wake up.
Certainly worth a try!
Infamy! Infamy! They've all got it in for me!
Bookmarks