ReaderZ conferee # ping -c5 10.0.81.147
PING 10.0.81.147 (10.0.81.147) 56(84) bytes of data.
64 bytes from 10.0.81.147: icmp_seq=1 ttl=64 time=0.067 ms
64 bytes from 10.0.81.147: icmp_seq=2 ttl=64 time=0.063 ms
64 bytes from 10.0.81.147: icmp_seq=3 ttl=64 time=0.063 ms
64 bytes from 10.0.81.147: icmp_seq=4 ttl=64 time=0.061 ms
--- 10.0.81.147 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2997ms
rtt min/avg/max/mdev = 0.061/0.063/0.067/0.008 ms
ReaderZ conferee # ping -c5 10.0.81.254
PING 10.0.81.254 (10.0.81.254) 56(84) bytes of data.
From 10.0.81.147 icmp_seq=2 Destination Host Unreachable
From 10.0.81.147 icmp_seq=3 Destination Host Unreachable
From 10.0.81.147 icmp_seq=4 Destination Host Unreachable
From 10.0.81.147 icmp_seq=5 Destination Host Unreachable
--- 10.0.81.254 ping statistics ---
5 packets transmitted, 0 received, +4 errors, 100% packet loss, time 4000ms
, pipe 3
ReaderZ conferee # ping -c5 10.0.0.1
PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
From 10.0.81.147 icmp_seq=2 Destination Host Unreachable
From 10.0.81.147 icmp_seq=3 Destination Host Unreachable
From 10.0.81.147 icmp_seq=4 Destination Host Unreachable
From 10.0.81.147 icmp_seq=5 Destination Host Unreachable
--- 10.0.0.1 ping statistics ---
5 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3999ms
, pipe 3
ReaderZ conferee # dmesg |grep eth
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.49.
eth0: forcedeth.c: subsystem: 01019:1b31 bound to 0000:00:04.0
eth1: RealTek RTL8139 at 0xe092a000, 00:30:4f:26:47:f1, IRQ 10
eth1: Identified 8139 chip type 'RTL-8100B/8139D'
eth0: no link during initialization.
eth1: link up, 100Mbps, full-duplex, lpa 0x45E1
eth0: no link during initialization.
eth0: no link during initialization.
ReaderZ conferee # lspci
00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
01:06.0 Multimedia controller: Philips Semiconductors SAA7133 Video Broadcast Decoder (rev f0)
01:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV250 If [Radeon 9000] (rev 01)
ReaderZ conferee # ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:30:4F:26:47:F1
inet addr:10.0.81.147 Bcast:10.0.81.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11
eth1 Link encap:Ethernet HWaddr 00:BB:00:BB:11:22
inet addr:192.168.100.101 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1303 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:160304 (156.5 Kb) TX bytes:120 (120.0 b)
Interrupt:10 Base address:0xa000
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:48 errors:0 dropped:0 overruns:0 frame:0
TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3861 (3.7 Kb) TX bytes:3861 (3.7 Kb)
ReaderZ conferee # netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
10.0.81.0 0.0.0.0 255.255.255.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.0.81.254 0.0.0.0 UG 0 0 0 eth0