WARNING- UBER GEEK POST AHEAD>

Jun 16, 2008 15:25



Can someone tell me what I'm doing wrong?

:  I can currently ssh to the box through its eth1 address of 192.168.16.28 but I cannot ssh to it through its eth0 address of 216.162.203.209.  I can ping 216.162.203.209 but that is about it.

Here is the ip info:

eth0      Link encap:Ethernet  HWaddr 00:30:48:92:5B:72
          inet addr:216.162.203.209  Bcast:216.162.203.255  Mask:255.255.255.0
          inet6 addr: fe80::230:48ff:fe92:5b72/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5608825 errors:0 dropped:0 overruns:0 frame:0
          TX packets:629975 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1335082994 (1.2 GiB)  TX bytes:353125108 (336.7 MiB)
          Base address:0x3000 Memory:ea000000-ea020000

eth1      Link encap:Ethernet  HWaddr 00:30:48:92:5B:73
          inet addr:192.168.16.28  Bcast:192.168.16.255  Mask:255.255.255.0
          inet6 addr: fe80::230:48ff:fe92:5b73/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:144906980 errors:0 dropped:0 overruns:0 frame:0
          TX packets:149927457 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:170012586 (162.1 MiB)  TX bytes:3567095446 (3.3 GiB)
          Base address:0x4000 Memory:ea200000-ea220000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:7844 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7844 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:10794728 (10.2 MiB)  TX bytes:10794728 (10.2 MiB)

and here is the routing table info:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     192.168.16.254  255.255.255.0   UG    0      0        0 eth1
192.168.16.0    0.0.0.0         255.255.255.0   U     0      0        0 eth1
216.162.203.0   0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth1
0.0.0.0         216.162.203.1   0.0.0.0         UG    0      0        0 eth0

geek, linux

Previous post Next post
Up