What do xinetd and Quagga do?

What do xinetd and Quagga do?

What do xinetd and Quagga do?

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Xinetd or eXtended InterNET services daemon starts processes and does so by listening to ports and then starting a service when requested rather than before it is actually needed. It provides a level of security by supplying access control and security for Linux and other UNIX-like systems based on the IP address they originate from. For example, when a request comes to a given port, xinetd passes the request to another program, tcpd, which can then look at the /etc/hosts.allow and /etc/hosts.deny files and determine if traffic from and to that IP address is allowable based on a list of access rules.

Quagga is similar in the net effect of allowing access, but it is a multi-server routing software that runs on numerous Unixes including FreeBSD, Solaris, NetBSD and Linux. Where xinetd is a single daemon, quagga is a collection of daemons that construct a routing table and provide a level of routing security rather than than allowing access via a single server running xinetd.

This was first published in September 2005