Hi Paul, On Thu, 2006-08-17 at 16:58 +0100, Paul Smith wrote: > > > # more /etc/sysconfig/network-scripts/ifcfg-eth0 > > > # Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ > > > DEVICE=eth0 > > > BOOTPROTO=none > > > HWADDR=00:30:4F:2B:8C:84 > > > ONBOOT=yes > > > TYPE=Ethernet > > > NETMASK=255.255.255.0 > > > IPADDR=192.168.1.2 > > > USERCTL=no > > > IPV6INIT=no > > > PEERDNS=yes > > > GATEWAY=192.168.1.1 It appears that you are using a static IP address, which is 192.168.1.2 > > # /sbin/ifconfig -a > eth0 Link encap:Ethernet HWaddr 00:14:85:38:2C:93 > inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0 > inet6 addr: fe80::214:85ff:fe38:2c93/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:273531 errors:1057 dropped:0 overruns:0 frame:929 > TX packets:310170 errors:0 dropped:0 overruns:0 carrier:0 > collisions:1057 txqueuelen:1000 > RX bytes:181391697 (172.9 MiB) TX bytes:72930268 (69.5 MiB) > Interrupt:177 Your network card seems to be working fine. I'm thinking that the error could be due to a cable fault (is your network switch functioning properly?), or it could be that you have IPv6 enabled (see below) > > 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:2434 errors:0 dropped:0 overruns:0 frame:0 > TX packets:2434 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:2298167 (2.1 MiB) TX bytes:2298167 (2.1 MiB) > > sit0 Link encap:IPv6-in-IPv4 > NOARP MTU:1480 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:0 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Are you using IPv6? If not you should probably disable it. To disable, edit /etc/modprobe.conf Append the following lines: alias net-pf-10 off alias ipv6 off Reboot. Do a 'ifconfig -a' again to confirm that the sit0 interface entry is no longer there. Hope this helps! -- Pascal Chong email: chongym@xxxxxxxxxxxxxx web: http://cymulacrum.net pgp: http://cymulacrum.net/pgp/cymulacrum.asc "La science ne connaît pas de frontière parce que la connaissance appartient à l’humanité. et que c’est la flamme qui illumine le monde." -- Louis Pasteur
Attachment:
signature.asc
Description: This is a digitally signed message part