My god damn ethernet connection is acting the ******. I am in the office now (using a spare computer) and my laptop will not connect to the internet the way it used to.
It obtains the correct IP address. I can ping some other computers on the network (for example our office servers, but not our departments servers or the gateway (193.1.132.1)!) but cant reach anything outside.
Please help. Have been at this for hours now. The settings as far as I can see match those that used to work.
Help!
Possibly related issue: it appears that I cannot disable wlan0. Its not connected in here, ifdown says its not up, but in kcontrol whenever I disable it it becomes reenabled whenever I switch to and back from one of the other tabs. Perhaps this is just a bug with the applet though.
P.S.
ping resolves names to ips fine, it just cant bounce packets off them.
P.S.
I disabled wlan0 with
but it had no effect. I am still receptive to the idea that the wireless is in some way involved.
I tried setting up eth0 statically (with the ip it should/does get via dhcp and with other old ips) but same result.
It is pingable from another machine.
The firewall is disabled.
It obtains the correct IP address. I can ping some other computers on the network (for example our office servers, but not our departments servers or the gateway (193.1.132.1)!) but cant reach anything outside.
Please help. Have been at this for hours now. The settings as far as I can see match those that used to work.
Help!
Code:
root@affront:~# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 193.1.132.0 0.0.0.0 255.255.254.0 U 0 0 0 eth0 0.0.0.0 193.1.132.1 0.0.0.0 UG 0 0 0 eth0 root@affront:~# ifconfig -a eth0 Link encap:Ethernet HWaddr 00:90:F5:48:A1:2C inet addr:193.1.133.115 Bcast:193.1.133.255 Mask:255.255.254.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:27373 errors:0 dropped:0 overruns:0 frame:0 TX packets:26993 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2023760 (1.9 MiB) TX bytes:38210676 (36.4 MiB) Interrupt:50 Base address:0xc000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:198 errors:0 dropped:0 overruns:0 frame:0 TX packets:198 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:17030 (16.6 KiB) TX bytes:17030 (16.6 KiB) wlan0 Link encap:Ethernet HWaddr 00:30:54:01:38:69 UP 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) Interrupt:74 Memory:d2204800-d2205000 root@affront:~# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback address 127.0.0.1 netmask 255.0.0.0 auto eth0 iface eth0 inet dhcp #auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wpa-driver wext wpa-conf /etc/wpa_supplicant.conf pre-up /sbin/wpa_cli reassociate
P.S.
ping resolves names to ips fine, it just cant bounce packets off them.
P.S.
I disabled wlan0 with
Code:
modprobe -r ndiswrapper
I tried setting up eth0 statically (with the ip it should/does get via dhcp and with other old ips) but same result.
It is pingable from another machine.
The firewall is disabled.
Comment