No more telnet conections


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers No more telnet conections
# 1  
Old 06-11-2004
Data No more telnet conections

Help.
my trouble...

telnetd: All network ports in use.


/etc/inetd.conf
telnet stream tcp nowait NOLUID /etc/telnetd telnetd



only 32 telnet permit
SCO UNIX 3.2.5.0.5
Smilie
# 2  
Old 06-11-2004
Quote:
SCO: All network ports in use: either you need to increase the number of pseudo ttys ( mkdev ptty or scoadmin network configuration or configure) or possibly you are out of STREAMS memory (check with netstat -m configure with "cd /etc/conf/cf.d; ./configure" or with the kernel manager)
This comes from SCO FAQ while searching for telnet and port. Other possible solutions can be found there also.
# 3  
Old 06-14-2004
tnx my lord.
Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Telnet

Hey everyone. Something has been bothering me. The telnet program, while I know is insecure, offers a ton of functionality. I can literally test any port's availability. I can send commands to web servers, and email servers, and it's a great toubleshooting tool. can any of this be done with SSH?... (6 Replies)
Discussion started by: Lost in Cyberia
6 Replies

2. UNIX for Dummies Questions & Answers

scp conections refused

hi guys, I use command scp conections refuse. I will copy file ganteng.txt to host 172.16.x.x # scp ganteng.txt -p 9060 amin@172.16.x.x:/root ssh: connect to host 172.16.x.x port 22: Connection refused lost connection If I : ssh -p 9060 amin@172.16.x.x conected insert your... (7 Replies)
Discussion started by: williamen
7 Replies

3. UNIX for Dummies Questions & Answers

Difference Between Krb5-telnet And Ekrb5-telnet

Hi, I want to know the difference between these two services. Both are under xinetd. Both are used for enabling and disabling Telnet service. So, can somebody please explain me the difference between the two ? Thanks in advance :) (0 Replies)
Discussion started by: kashifsd17
0 Replies

4. UNIX for Dummies Questions & Answers

Automatically login in the telnet from present telnet

Hi, I was writing one script which includes to switch to the another telnet automatically from the present telnet server. I was using rlogin but firstly it takes the same user name of the present telnet and secondly it is prompting for the password. But i want to switch to the another telnet... (2 Replies)
Discussion started by: Prateek
2 Replies

5. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

6. Windows & DOS: Issues & Discussions

TELNET help

iam loging into unix server from windows using telnet service how to upload a text file (or)file into my user account in linux i dont have root privilages (1 Reply)
Discussion started by: seshumohan
1 Replies

7. SCO

Blocking ports and reseting conections

Hi folks! We have SCO Open System V 5.0.5 here. When I type "netstat -n" I found a line mentioning a conection at the port 1025, as follows: tcp 0 0 quartzo.1025 200-203-8-90.csl.aas ESTABLISHED Here we use only conections thru ports 22,23 and 25. I would like to... (0 Replies)
Discussion started by: Marcio Moraes
0 Replies

8. AIX

Telnet and su -

I have some AIX 4.3 machines which have disabled root telnet access. When you run su - once logged on the machine requests a password and if one is supplied correctly it asks for another users password. How do I configure this? Any help is appreciated. Thank you (0 Replies)
Discussion started by: uXion
0 Replies

9. UNIX for Dummies Questions & Answers

telnet

hey all, heres my problem, i need to be able to telnet into my computer form m buddies house over the upcomming week, but i cant seem to set up my computer to allow me to telnet in..... ill include a few files that i think are neccisary for this ( correct me if im wrong) inetd.conf #... (2 Replies)
Discussion started by: punk000
2 Replies

10. UNIX for Dummies Questions & Answers

telnet

hello there! :) i'm a newbie here...and i have a question, how can you logout while you're chatting in commode? thanx! :) (2 Replies)
Discussion started by: hapiworm
2 Replies
Login or Register to Ask a Question