Increase the number of telnet sessions allowed
Q. I am using Fedora Linux and it act as telnet server for our University UNIX lab. We have total 250 computers. At a pick time more than 100 people try to connect server. Only 90 connections are allowed (configured by old admin). Now I want to take this limit to 300 connections or instances. How do I increase the number of telnet sessions allowed?
A. Under Fedora Linux (and old Red Hat Linux or RHEL) xinetd use to control telnet server. The eXtended InterNET Daemon, is an open-source daemon which runs on on many Unix systems and manages Internet-based connectivity. It offers a more secure extension to or version of inetd, the Internet daemon.
xinetd features access control mechanisms, extensive logging capabilities, and the ability to make services available based on time. It can place limits on the number of servers that the system can start, and has deployable defence mechanisms to protect against port scanners, among other things.
You need to edit /etc/xinetd.conf or /etc/xinetd.conf/telnet file and set instances = unlimited:# vi /etc/xinetd.confEdit instances line so that it should read as follows:instances = unlimitedORinstances = 300Restart the xinetd service:# /etc/init.d/xinetd restart
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Limit the number of Telnet sessions coming from the same remote system
- Ubuntu Linux enable telnet service
- Linux Iptables ip_conntrack: table full, dropping packet error and solution
- How do I telnet as the root user?
- Linux increase the maximum number of open files or file descriptors
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!



September 11th, 2006 at 5:31 am
Q: when more than 5 users login to linux machine via telnet, commands are respoded very slowely and users sessin disconnect after some time.
September 12th, 2006 at 2:16 pm
Make sure you have sufficient resources and dns is configured properly.
March 2nd, 2007 at 6:43 pm
On Linux 4 I was able to just “reload” the xinetd service to get the change to work. I had active telnet sessions I didn’t want to get disconnected during a restart. Otherwise, it worked like a charm.
March 28th, 2007 at 5:44 am
Hi ,
will you please let me know how to configure the ( or increase the) number of telnet sessions allowed for free BSD version number 3.5.1
I tried with above mentioned procedure for increasing the number of seesions but i am unable to configure it.It seems the above procedure is for unix/linux operating system.
please let me know how to configure this in free BSD 3.5.1 (kernel version).
Thanks in advance
Pradeep
July 13th, 2008 at 6:16 pm
Hello,
I am totly new to Cent OS. i got help from cyberciti.biz about internet connection sharing and i did it. its very helpful. but the thing i need to know. i am able to connect to my mail server pop 110 using #telnet pop.xxx.in 110 and smtp 25. but i could not connect these port through client computer using by windows XP. please provide help regarding this. yes on this server mySQL database is also running i need to make telnet without disturbing this database.
Please anyone help me out