What is xinetd
started by: andysadlerandysadler
on: 1210332842|%e %b %Y, %H:%M %Z|agohover
number of posts: 2
rss icon RSS: new posts
What is xinetd
andysadlerandysadler 1210332842|%e %b %Y, %H:%M %Z|agohover

Could someone explain what xinetd is and how, when and if I should set it up?

unfold What is xinetd by andysadlerandysadler, 1210332842|%e %b %Y, %H:%M %Z|agohover
Re: What is xinetd
ETMegabyteETMegabyte 1214008187|%e %b %Y, %H:%M %Z|agohover

xinetd is a program that listens for specific types of connections (SSH, Telnet, etc) and starts up the proper daemon for it in realtime.

For instance. Normally an SSH daemon is not running on the MBWE. Since the MBWE has a slow processor, with limited RAM, and you won't be using SSH very often, it doesn't make sense to have an SSH daemon running all the time, taking up CPU cycles and valuable RAM. So, xinetd is setup to listen for connections on port 22 (SSH Port), and when it detects someone trying to connect on port 22, it'll load up an SSH daemon to accept that connection. Once you are done with your SSH session, it then closes down the SSH daemon, freeing up CPU time and RAM for the rest of the system.

xinetd can be used for many different programs. SSH and Telnet are the most common, but it can be used for just about any program that will attempt to connect to a known port.

Does this help?

-ET

unfold Re: What is xinetd by ETMegabyteETMegabyte, 1214008187|%e %b %Y, %H:%M %Z|agohover
new post
Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License