I have two inbuilt but eth0 is the one I'm using.
ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0C:6E:AD:9B:D7
inet6 addr: fe80::20c:6eff:fead:9bd7/64 Scope:Link
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
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:426044 (416.0 Kb)
Interrupt:12 Base address:0xa000
route -n
Kernel IP routing table
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
Chris
<[EMAIL PROTECTED]> was rumoured to say:
What is the default gateway address on your computer?
give us the output of
ifconfig eth0
route -n
(assuming you only have one network card)