I assume the output from the following 2 tables is from the modem.
IP address table
Intf Address Netmask Type Transl Action
Orcon 60.234.197.91 255.0.0.0 Auto pat
eth0 10.0.0.138 255.0.0.0 Extra none
IP route table
Destination Source Gateway Intf Action
10.0.0.0/8 10.0.0.0/8 10.0.0.138 eth0
60.234.197.91/32 any 60.234.197.91 Orcon
10.0.0.138/32 any 10.0.0.138 eth0
127.0.0.1/32 any 127.0.0.1 loop
default any 60.234.197.91 Orcon
One thing that strikes me is the netmask on your address 60.234.197.91
in the IP address table. I'd suggest that 255.0.0.0 (otherwise known as
"/8") needs to be corrected to something like a /24 or /26 mask. I
don't know what Orcon use or even how this table has been generated.
Of course the first things to check are link-lights on all your cable
connections. If the lights aren't on, then nothing's gonna happen ;-)
Michael.