How can I increase the number of Telnet connections to my server?
You can increase the number of concurrent Telnet connections that your server will accept by editing the file /etc/xinetd.d/telnet and adding a line that reads:
instances = 100
Where 100 represents the maximum number of concurrent connections. For example:
# default: on
# description: The telnet server serves telnet sessions; it uses \...Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
