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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Major problem with FTP/Telnet

Status
Not open for further replies.

SCHCSteve

MIS
Dec 1, 2004
1
US
I have 2 RS6000's running AIX 5. Everything worked fine until Monday. Now, users cannot FTP or Telnet into the servers. I can ping both servers just fine. I can telnet to them, but it takes about 3 minutes to get a login prompt from the time I press enter on the telnet command.

If I am trying to connect to them from a host on the same subnet as the servers, it works fine. I originally thought it was a routing issue, but everything seems to work, such as ping, etc.

When I netstat -r on the servers, it takes literally 30 minutes to display the routing table. It will scroll one route and then about 5 minutes later, it will scroll another one, and so on and so forth.

Any help would be greatly appreciated. If someone can help me with some diagnostic commands, that would be great.

I know little about AIX. We are running a Cisco 3600 switch that does the routing. Other RS6000's on that switch are not experiencing the problem, just 2 of them.

The servers are on a 172.20.8.x range. The client range is on 10.1.x.x range. No routing has been modified on the servers or the switches.
 
This happened to me and I later discovered that the dns entries in my /etc/resolv.conf files were wrong.

i made the correction and we are back up to speed.
 
I agree with Albert. I think you'll discover it's a name resolution issue either with your DNS servers or your /etc/resolv.conf.

 
If you want avoid dns resolving delay(about 1 min)
1. change /etc/inetd.conf file.
like "telnet -ac "
2. refresh inetd.
refresh -s inetd

Certified AIX advanced technical expert.
Certified HACMP expert.
Novel CNE.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top