Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing IP

Status
Not open for further replies.

abovebrd

IS-IT--Management
May 9, 2000
690
US
I recently on a sco box 5.05

Strangly I can not ping the ip address from the sco box. I can however ping localhost.

The box is up on the network, I can telnet or ping from other hosts.

I think I have a local resolver problem. I am not running DNS (/etc/resolv.conf

Here is the output of netstat -nr


Routing tables
Destination Gateway Flags Refs Use Interface
default 192.168.1.11 UGS 0 365 net0
127.0.0.1 127.0.0.1 UH 2 3679 lo0
192.168.1 192.168.1.2 UC 1 0 net0

(Note: 192.168.1.2 is the address of the SCO box in question)

-Danny






 
It turns out it was a routing problem

There was no route for local hostB
Routing tables
Destination Gateway Flags Refs Use Interface
default 192.168.1.11 UGS 0 0 net0
127.0.0.1 127.0.0.1 UH 2 209 lo0
192.168.1 192.168.1.2 UC 1 0 net0
192.168.1.2 127.0.0.1 UGHS 0 12 lo0

The last route was missing.

-Danny






 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top