Today I started my computer who run under ubuntu 11.04 and I didn't have network anymore.
I could not ping the router (192.168.0.1) but everyone else was ok.
On my computer I have some virtualbox installed, and if I start them, I could go on the internet without any problem with them.
Since my last reboot, I didn't change any config on my computer, and I am the only one with the password for the router, so I will be surprise if any config had changed.
Here my ifconfig -a:
eth0 Link encap:Ethernet HWaddr e0:69:95:78:0e:ab inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::e269:95ff:fe78:eab/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:14577 errors:0 dropped:0 overruns:0 frame:0 TX packets:8497 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:17540278 (17.5 MB) TX bytes:899519 (899.5 KB) Interrupt:20 Memory:fe700000-fe720000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:16 errors:0 dropped:0 overruns:0 frame:0 TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:960 (960.0 B) TX bytes:960 (960.0 B) vboxnet0 Link encap:Ethernet HWaddr 0a:00:27:00:00:00 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
My /etc/network/interfaces
auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp
I tried to remove the 2 last line, but didn't change anything
And my /etc/hosts
127.0.0.1 localhost 127.0.0.2 localhost 127.0.0.3 localhost # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters
Of course, I tried to reboot my computer, reboot the router, disconnect the router, or reboot my network (both with /etc/init.d/networking restart and ifconfig eth0 down than up)
But absolutly nothing work... I cannot even ping my router
But everything work in my virtualbox machines
Anyone have an idea?!


Sign In
Create Account


Back to top









