No static IP on Ubuntu Intrepid 8.10
After upgrading from Hardy to Intrepid, /etc/network/
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.22
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
auto eth1
iface eth1 inet static
address 192.168.0.21
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
But after a reboot (to test the settings completely) no access to internet, though I could still ping the router, DNS I thought!
I edited /etc/resolv.conf, but everything was already there !!!!!:
# Generated by NetworkManager
nameserver 68.105.28.12
nameserver 68.105.29.12
nameserver 68.105.28.11
(checked and compared to my modem interface, these above are OK DNS IPs)
I tried to remove NetworkManager from rc.d but it did not change anything, so I restore NetworkManager defaults in rc.d
So at this point I had the correct IP settings, but no DNS working... Seemed like this time /etc/network/
So right now I'm back to DHCP, I commented all about eth0 and eth1 in /etc/network/
I feel like I'm going crazy, I spent the last 72 hours practically day and night on this, I NEED THIS MACHINE TO WORK since I use it as a server (ssh, apache, ftp, VPN, samba, cups, NFS) and guess what... Everything is setup with IP, not hostnames... That means all the servers are down. So far this is the worst experience I had with Ubuntu, "the number one distro" people say...
Thanks for your help
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask jokker for more information if necessary.