... put together the 2.9.8 distribution from LRP, and I'm stuck here:

Although I have two 'identical' (in the same way that snowflakes are identical)
3com cards, and they appear to be properly configured:

eth0      Link encap:Ethernet  HWaddr 00:10:5A:E1:E3:8B
          inet addr:10.1.1.202  Bcast:10.1.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:12362 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1639 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          Interrupt:10 Base address:0xe800

eth1      Link encap:Ethernet  HWaddr 00:A0:24:57:55:BE
          inet addr:10.1.1.203  Bcast:10.1.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1474 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          Interrupt:12 Base address:0xec00

apparently the second interface is not being used (I'm at a loss to explain the
small number of RX/TX packets. I cannot, by any activity, increment these
stats). I base this on:

1) Unplugging the second card still lets both ip #'s respond to pings;

2) Unplugging the first card stops both addresses from pinging; and

3) This datum from another box on the network, that I'm pinging from:

[....]
quack (10.1.1.202) at 0:10:5a:e1:e3:8b (802.3)
linux2 (10.1.1.203) at 0:10:5a:e1:e3:8b (802.3)
[....]

Both cards have link lights. Some data:

quack# uname -a
Linux quack 2.2.16 #1 Sun Jul 16 18:29:35 EDT 2000 i386 unknown

quack# ip addr show
1: lo: <LOOPBACK,UP> mtu 3924 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
2: brg0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop
    link/ether fe:fd:03:bb:63:33 brd ff:ff:ff:ff:ff:ff
3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
    link/ether 00:10:5a:e1:e3:8b brd ff:ff:ff:ff:ff:ff
    inet 10.1.1.202/24 brd 10.1.1.255 scope global eth0
4: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
    link/ether 00:a0:24:57:55:be brd ff:ff:ff:ff:ff:ff
    inet 10.1.1.203/24 brd 10.1.1.255 scope global eth1

quack# ip route show
10.1.1.0/24 dev eth0  proto kernel  scope link  src 10.1.1.202
10.1.1.0/24 dev eth1  proto kernel  scope link  src 10.1.1.203
default via 10.1.1.248 dev eth0  metric 1

quack# netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
10.1.1.0        0.0.0.0         255.255.255.0   U         0 0          0 eth0
10.1.1.0        0.0.0.0         255.255.255.0   U         0 0          0 eth1
0.0.0.0         10.1.1.248      0.0.0.0         UG        0 0          0 eth0

quack# lsmod
Module         Pages    Used by
3c59x                  17988   2

from /etc/network.conf:

[...]
IF0_IFNAME=eth0
IF0_IPADDR=10.1.1.202
IF0_NETMASK=255.255.255.0
IF0_BROADCAST=10.1.1.255
IF0_IP_SPOOF=YES

IF1_IFNAME=eth1
IF1_IPADDR=10.1.1.203
IF1_NETMASK=255.255.255.0
IF1_BROADCAST=10.1.1.255
IF1_IP_SPOOF=YES
[...]

(would posting more of this be useful?

Any suggestions, etc. would be appreciated.

(trivia q: is there any way to ping by MAC address?)

Thanks!

NYZ

-- 
_________________________________________
Nachman Yaakov Ziskind, EA, LLM         [EMAIL PROTECTED]
Attorney and Counselor-at-Law           http://yankel.com
Economic Group Pension Services         http://egps.com
Actuaries and Employee Benefit Consultants

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to