|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
[SOLVED] Telnet timeout issue
I have telnet configured in /etc/inetd.conf as below: Code:
telnet stream tcp6 nowait root /usr/lbin/telnetd telnetd -b /etc/issue -n20 When i restart the service telnetd shows with only the -b option: Code:
ps -ef|grep telnetd|grep -v grep
root 24397 1 0 10:42:35 pts/ta 0:00 telnetd -b /etc/issueWhen users try to connect via telnet they are only getting 2 seconds before being logged out of the terminal. Can anyone point me in the right direction as to why the timeout is so short by default and why i can't set the "-n20" option to extend the timeout? |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
never mind problem solved, it was calling the login command when connected and it was the login configuration that was set to 5 seconds. Changed that to 30 and it now works
![]() |
| The Following User Says Thank You to Tommyk For This Useful Post: | ||
Corona688 (01-22-2013) | ||
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ping and telnet timeout | marmellata | Shell Programming and Scripting | 0 | 07-20-2011 09:29 AM |
| Telnet Timeout | SkySmart | Linux | 3 | 12-27-2009 02:39 PM |
| rlogin, telnet connections timeout | dr_gsb | Solaris | 5 | 09-20-2008 08:44 AM |
| Disable telnet timeout | ayhanne | Solaris | 2 | 03-14-2007 07:13 AM |
| telnet session timeout | yls177 | UNIX for Dummies Questions & Answers | 6 | 10-16-2002 09:11 PM |
|
|