Some of the capabilites of Xinetd are listed below:
- limit access according to time of day
- prevents denial of service (DoS) attacks
- improved security beyond inetd and beyond TCP wrappers (TCP wrappers can only see one connection at a time.)
- limit size of log files, so others can't fill up your disk (DoS attack)
- bind services to specific IP address (This is great for making services available to your private network and not the rest of the world)
- may be used as a proxy to other systems (Use it in combination with ip_masquerading or NAT to reach the internal network)
- limit rate of incoming connections, number of connections from a specific host, or total connections for a service.
- supports IPv6
- ability to offload services to a remote host
Visit http://www.xinetd.org/ to download xinetd.
No comments:
Post a Comment