> eth0 Link encap:Ethernet HWaddr 00:0C:6E:AD:9B:D7 > inet6 addr: fe80::20c:6eff:fead:9bd7/64 Scope:Link
This interface is unconfigured, it doesn't have an IP address (ignore all that IPv6 stuff, it's just a waste of time). > UP BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:724 errors:0 dropped:0 overruns:0 carrier:0 Nothing received either. Try plugging the cable into the other RJ45, you'll probably find you're using eth1. > Destination Gateway Genmask Flags Metric Ref Use Iface > 222.152.43.206 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0 > 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 > 169.254.0.0 0.0.0.0 255.255.0.0 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 222.152.43.206 0.0.0.0 UG 0 0 0 ppp0 As you see, no eth0. However, everything not addressed to an internal net goes out over ppp0, not ethernet. eth1 only deals with 192.168/16 addresses. Volker -- Volker Kuhlmann is list0570 with the domain in header http://volker.dnsalias.net/ Please do not CC list postings to me.
