Hi everyone,
I recently installed Ubuntu linux, and it worked wonderfully until I started monkeying around with the network settings. My internet connection is through Verizon, ADSL, with the router using DHCP.
GNOME now takes about 10-15 minutes to login from the graphic login. It used to work in a few seconds.
I had tried to set a static network address from the network GUI, but I found that it didn't work (couldn't get on the internet) I tried to switch it back. I'd set it back to dhcp in the network GUI, but when I closed out the GUI, it would crash.
So, I edited the /etc/network/interfaces file by hand. Now, it takes this ridiculous amount of time to login to GNOME. I had also installed Firestarter at about the same time as monkeying with the settings, so I tried uninstalling it. Same problem.
Here's what I did in the /etc/network/interfaces file:
Had (after monkeying around):
iface lo inet loopback
iface eth0 inet static
address 192.168.10.2
netmask 255.255.255.0
gateway 192.168.1.1
auto eth0
Changed it to:
iface lo inet loopback
iface eth0 inet dhcp
auto eth0
One other interesting thing that I tried is to boot the computer, and before logging in at the GUI login interface, switch to tty1, login as root, and do:
then, I'll switch back to tty7, and login. Everything logs in as it should. I also have internet access, even after doing the ifdown!
