1833325 Members
2980 Online
110051 Solutions
New Discussion

Not able to Telnet

 
SOLVED
Go to solution
bharthp
New Member

Not able to Telnet

Hi,

When i try to Telnet, its throwing the below message.
telnet polo23
Trying...
Connected to polo23...
Escape character is '^]'.
telnetd: /dev/pts/tx: No such file or directory
.
Local flow control off
Connection closed by foreign host.

There is enough free space on /, /var, /tmp
Tried inetd -c
i'm able to FTP the machine..
Kindly help me to fix this issue..

-cheers,
bharath..

3 REPLIES 3
RAC_1
Honored Contributor
Solution

Re: Not able to Telnet

ll -R /dev/pty | wc -l
How many devices? You may need to bump up ntpy, nptys and nstrtel kernel settings and create additonal devices.

# cd /dev

# insf d pty s 1024 e v

# insf d ptm s 1024 e v

# insf -d telm s 1024 e v

# insf -d tels s 1024 e -v
There is no substitute to HARDWORK
Raj D.
Honored Contributor

Re: Not able to Telnet

Bharat ,

Check with :

# who -u | wc -l
( Are you running short of tty )

Then you need to increase the npty , nstrpty , kernel values , by default it will be 60. It defines system wide maximum numbers of stream-based pseudo ttys that are allowed in the system.


Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
bharthp
New Member

Re: Not able to Telnet

Hi RAC,

There were only 257 devices and i have changed the settings now and created more device as per your advice..

Thanks for your help...Its working Now..

RAJ. Thanks for your comments..

This is a good start for me in this forum..

Cheers,
bharath..