[Ilugc] Linksys LNE100TX network cards & Debian

  • From: tom@xxxxxxxxxxxx (Tom Jose Tharayil)
  • Date: Sun, 8 Feb 2004 01:23:21 -0600 (CST)

I run debian woody with default shipped in 2.4.20-bf24 kernel. I have a
Linksys LNE100TX network card. I use a tulip.o driver for it. I have
connected this box ( 192.168.0.1 ) to an m$ windows xp system. That
system has the ip address 192.168.0.2 .

Now when i give the command

 # ifconfig eth0 192.168.0.1 netmask 255.255.255.0

I am able to ping my system using

 # ping 192.168.0.1

When i try to ping the xp box ( 192.168.0.2 ), it times out after a
while, reporting 100% packet loss. but when i do the same from my M$ xp
os with the same ip as i had in debian ( 192.168.0.1 ), it pings and
network is really up.

Check your routing tables dude :) Default device should be eth0

[root@localhost VPN_VM]# /sbin/route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
172.16.23.0     0.0.0.0         255.255.255.0   U     0      0        0
vmnet8
10.10.1.0       0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         10.10.1.100     0.0.0.0         UG    0      0        0 eth0
[root@localhost VPN_VM]#


......or do a traceroute

[root@localhost VPN_VM]# traceroute 202.54.130.4
traceroute to 202.54.130.4 (202.54.130.4), 30 hops max, 38 byte packets
 1  10.10.1.100 (10.10.1.100)  0.589 ms  0.276 ms  0.230 ms
 2  10.10.6.1 (10.10.6.1)  0.442 ms  0.444 ms  0.361 ms
 3  172.16.1.3 (172.16.1.3)  1.525 ms  1.711 ms  1.482 ms
 4  ptil-1-153-chn.primus-india.net (203.196.153.1)  17.452 ms  13.910 ms 
15.192 ms
 5  61.95.176.57 (61.95.176.57)  457.875 ms 61.95.176.49 (61.95.176.49) 
455.456 ms 61.95.176.57 (61.95.176.57)  463.104 ms
 6  61.95.180.3 (61.95.180.3)  457.667 ms  466.016 ms  462.347 ms
 7  203.208.146.9 (203.208.146.9)  451.570 ms  448.298 ms  440.640 ms
 8  203.208.172.226 (203.208.172.226)  74.999 ms  74.676 ms  74.983 ms
 9  202.54.1.162 (202.54.1.162)  70.145 ms  73.897 ms  78.230 ms
10  chennai-mum-atm-pvc2.Bbone.vsnl.net.in (202.54.2.54)  66.045 ms 
74.086 ms  74.517 ms
11  202.54.6.75 (202.54.6.75)  77.759 ms  68.331 ms  67.784 ms
12  leased.chn.vsnl.net.in (202.54.129.1)  73.144 ms  99.445 ms  87.562 ms
13  * * *


That should show you where you are getting stuck on the debian side .


I tried compiling a new kernel(2.4.21) with the tulip driver built into
it. It doesn't help too.


Unless I am mistaken your drivers are fine atleast with the 2.4.20 kernel.

I also triied loading the module using various options in 2.4.20-bf
kernel. It didnt work either.


check with mii-tools and try to set it to FD, just an attempt, though at
this point of time, setting it to FD or HD makes no difference.

[root@localhost VPN_VM]# mii-tool
eth0: negotiated 100baseTx-FD, link ok
[root@localhost VPN_VM]#


-- 
Best Regards
tjt (tom)
tom@xxxxxxxxxxxx



Other related posts: