LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   lost connection to the web after upgrade (https://www.linuxquestions.org/questions/debian-26/lost-connection-to-the-web-after-upgrade-476888/)

ekdya 08-24-2006 04:48 AM

lost connection to the web after upgrade
 
Hi
I am running debian/testing with kernel 2.6.15
In my /etc/sources.list I have basically 2 lines,
Deb http://http.us.debian.org/debian/ testing main contrib non-free
Deb http://secure-testing.debian.net/debian-secure-testing/ testing/security-updates main contrib non-free

The box has been working very well for the last 8 months and has gone through many $apt-get update upgrades, , This morning I ran $sudo apt-get update and upgrade.

First thing I noticed, I lost the ability to brows and to apt-get,
in the browser I get connection has timed out.
in the aptget I get 0%[Connecting to http.us.debian.org (1.0.0.0)] and nothing happend.
I checked and both my /etc/network/interfaces and /etc/hosts are the same before and after the upgrade.
the win2k laptop I am on now is connected to a switch which is connected to the debian box which in turn connected to the idsl/router which is connected to the wall.
I tried to fix it by rebooting the debian box, and noticed a line during rebooting saying "iPV6 over iPV4 tunelling device"
failed

here are more info

******************************************************************************************
debian:/home/fred# /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:10:5A:6D:B3:3D
inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::210:5aff:fe6d:b33d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4974 errors:0 dropped:0 overruns:0 frame:0
TX packets:4712 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4158047 (3.9 MiB) TX bytes:765061 (747.1 KiB)
Interrupt:10 Base address:0x2000

eth1 Link encap:Ethernet HWaddr 00:02:E3:20:EC:E6
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::202:e3ff:fe20:ece6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4640 errors:0 dropped:0 overruns:0 frame:0
TX packets:4847 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:766401 (748.4 KiB) TX bytes:4134105 (3.9 MiB)
Interrupt:11 Base address:0x6000

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:1072 (1.0 KiB) TX bytes:1072 (1.0 KiB)

debian:/home/fred# cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 192.168.1.1
debian:/home/fred# ping -c 1 lists.debian.org
PING lists.debian.org (70.103.162.30) 56(84) bytes of data.
64 bytes from lists.debian.org (70.103.162.30): icmp_seq=1 ttl=42 time=221 ms

--- lists.debian.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 221.107/221.107/221.107/0.000 ms
debian:/home/fred# ping -c 1 lists.debian.org                70.103.162.30
PING 70.103.162.30 (70.103.162.30) 56(84) bytes of data.
64 bytes from 70.103.162.30: icmp_seq=1 ttl=42 time=220 ms

--- 70.103.162.30 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 220.132/220.132/220.132/0.000 ms
debian:/home/fred#
Script done on Thu 24 Aug 2006 14:43:55 EST

*****************************************************************************************


thanks

HappyTux 08-25-2006 02:58 PM

I''l go with apt-get remove --purge zeroconf since I seem to remember seeing this same thing on the debian-user mailing list.


All times are GMT -5. The time now is 10:09 AM.