Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DLink DFE-570TX not passing data

I justr set up a system with 6 interfaces on an old Compaq DESKPro.

eth0 is the Pro's original card, an Intel Pro 100.
eth1 is a 3com 3c905b
eth2-5 is the DFE-570TX

Eth0 & eth1 are working and passing data.

all 4 of the DFE ports do not seem to be working, even though they seemed to install properly.

My test was to put a system on them and ping that port and then check the ifconfig output to see if any packets were received.  As you can see from the report below, RX packets is 0   [:(] 

Any suggestions?  Is it an Interupt thing?  At install all of the cards were reported to be using Interupt 11.

Network interface cards

eth0      Link encap:Ethernet  HWaddr 00:08:C7:0A:8B:28  
          inet addr:65.84.78.209  Bcast:65.84.78.215  Mask:255.255.255.248
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3303 errors:0 dropped:0 overruns:0 frame:0
          TX packets:51 errors:0 dropped:0 overruns:3 carrier:0
          collisions:0 txqueuelen:100 
          Interrupt:11 Base address:0xf000 

eth1      Link encap:Ethernet  HWaddr 00:10:5A:60:90:14  
          inet addr:65.84.78.205  Bcast:65.84.78.207  Mask:255.255.255.240
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:65399 errors:1 dropped:0 overruns:0 frame:1
          TX packets:392 errors:0 dropped:0 overruns:0 carrier:1
          collisions:6 txqueuelen:100 
          Interrupt:11 Base address:0x3000 

eth2      Link encap:Ethernet  HWaddr 00:80:C8:B9:60:0D  
          inet addr:65.84.78.217  Bcast:65.84.78.223  Mask:255.255.255.248
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:33 errors:1 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          Interrupt:11 Base address:0x3000 

eth3      Link encap:Ethernet  HWaddr 00:80:C8:B9:60:0E  
          inet addr:65.84.78.233  Bcast:65.84.78.239  Mask:255.255.255.240
          UP BROADCAST RUNNING 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:100 
          Interrupt:11 Base address:0x5000 

eth4      Link encap:Ethernet  HWaddr 00:80:C8:B9:60:0F  
          inet addr:65.84.78.241  Bcast:65.84.78.247  Mask:255.255.255.248
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:1 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          Interrupt:11 Base address:0x7000 

eth5      Link encap:Ethernet  HWaddr 00:80:C8:B9:60:10  
          inet addr:65.84.78.249  Bcast:65.84.78.255  Mask:255.255.255.248
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:1 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          Interrupt:11 Base address:0x9000 

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:11195 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11195 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 


Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
65.84.78.248    0.0.0.0         255.255.255.248 U     0      0        0 eth5
65.84.78.240    0.0.0.0         255.255.255.248 U     0      0        0 eth4
65.84.78.216    0.0.0.0         255.255.255.248 U     0      0        0 eth2
65.84.78.208    0.0.0.0         255.255.255.248 U     0      0        0 eth0
65.84.78.224    0.0.0.0         255.255.255.240 U     0      0        0 eth3
65.84.78.192    0.0.0.0         255.255.255.240 U     0      0        0 eth1
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         65.84.78.193    0.0.0.0         UG    0      0        0 eth1


This thread was automatically locked due to age.
Parents
  • hello,

    Problem maybe come from your hub or switch (auto-sense for Hardware speed and duplex)

    You can download tools from  http://www.scyld.com/diag/index.html, to force speed and duplex for testes.
    (you can normally also put options in /etc/modules.conf concerning tulip ethercard - u have to find options parameters for tulip )

    best one tool is mii-diag, you can force speed and duplex on ethernet, example:
    mii-diag eth3 -F 10baseT-FD

    NB: on the site there are sources for mii-diag.c, to compile you must install pluspack from docs.astaro.org or send me an e-mail support at exaprobe.com to get compiled tools...

    Hope will help.
     
     [size="1"][ 29 July 2002, 04:20: Message edited by: Frediz ][/size]
Reply
  • hello,

    Problem maybe come from your hub or switch (auto-sense for Hardware speed and duplex)

    You can download tools from  http://www.scyld.com/diag/index.html, to force speed and duplex for testes.
    (you can normally also put options in /etc/modules.conf concerning tulip ethercard - u have to find options parameters for tulip )

    best one tool is mii-diag, you can force speed and duplex on ethernet, example:
    mii-diag eth3 -F 10baseT-FD

    NB: on the site there are sources for mii-diag.c, to compile you must install pluspack from docs.astaro.org or send me an e-mail support at exaprobe.com to get compiled tools...

    Hope will help.
     
     [size="1"][ 29 July 2002, 04:20: Message edited by: Frediz ][/size]
Children
No Data