Operating System - Tru64 Unix
1751949 Members
4664 Online
108783 Solutions
New Discussion юеВ

Re: network prob

 
SOLVED
Go to solution
nibble
Super Advisor

network prob

guys i got this problem (OSF1 V5.1)

from A to B, i can ping
but from B to A, no reply

both belong to same A.B.C._ip add and both can ping their gateway

A can ping other hosts with A.B.C.. ip
B cannot
2 REPLIES 2
Hein van den Heuvel
Honored Contributor

Re: network prob

I'm not a network expert, but I do play one in the office.

Are you using names or numbers in the ping test? If using names, try numbers. If that works, there must be something wrong with the name resolution (/etc/hosts, dns,...)

Did you try traceroute ?

Check out routed / gated

Check out /etc/gateways and /etc/networks on the failing node.

Check out the net masks: ifconfig -a

Restart the network?: rcinet restart

hth,
Hein.
Ralf Puchner
Honored Contributor
Solution

Re: network prob

try ping -r to be sure correct interface will be used. post output of ifconfig -a and traceroute from both machines to each other.
Help() { FirstReadManual(urgently); Go_to_it;; }