when i try to telnet from my solaris machine to aix machine it usually takes a lot of time. but same is not the case vice versa. can anybody help me......
how is your solaris machine resolving hostnames to ip addresses? is it trying to go through dns? (have a look in /etc/resolv.conf) Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
Try running a traceroute from ur solaris machine to your AIX machine and vice versa. check and see it if it takes the right path. make sure ur default gateway is set properly in your system. check and see if there are any static route table for any wrong entries. see if the NICs are configured properly( simplex, half duplex of full duplex mode).
Try to see how your AIX machine is resolving names too. You can try:
[tt]
export NSORDER=local,bind4
telnet SunMachine
[/tt]
for your AIX machine. AIX with try to resolv the names of the clients trying to telnet to it.
I hope it works...
Unix was made by and for smart people.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.