![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Disconnecting a telnet session | cooldude | UNIX for Dummies Questions & Answers | 14 | 12-09-2007 04:21 PM |
| Unix Telnet session | mlucas | UNIX for Dummies Questions & Answers | 2 | 08-17-2006 07:26 AM |
| Telnet Session | pathanjalireddy | Shell Programming and Scripting | 6 | 04-06-2005 07:41 AM |
| Telnet session does not expire | deepsteptom | Shell Programming and Scripting | 1 | 08-03-2004 08:48 AM |
| telnet session timeout | yls177 | UNIX for Dummies Questions & Answers | 6 | 10-16-2002 06:11 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Telnet Session to AIX
Hello,
I have AIX 5.3 at home connected to netgear router. Port Forwarding has been enabled on the router. Problem is that if I want to telnet, I have to try 2 or 3 times before I can get a logon prompt. It times out for first or second time (Connection to session <IP_Address> failed: Connection timed out) but then in next attempt it will connect. If I try to open another telnet session, I have to go through the same thing again. I dont think its settings in AIX because if I telnet from my home computer which is on the same LAN, using private IP, it connects right away. Problem happens when I use Public IP. Any suggestions what it could be ? Regards. |
| Forum Sponsor | ||
|
|
|
|||
|
One common reason is that when the telnet server receives the connection it does a remote name lookup.
Check that the AIX box can resolve the IP address of your client machine using Code:
nslookup ip-address |
|||
| Google The UNIX and Linux Forums |