How To Install Xinetd?
Maintainer: Salvo 'LtWorf' Tomaselli
Email: [email protected] .
Website: https://github.com/openSUSE/xinetd
Section: net
Install xinetd
-
Debian
apt-get install xinetdClick to copy -
Ubuntu
apt-get install xinetdClick to copy -
Arch Linux
pacman -S xinetdClick to copy -
Kali Linux
apt-get install xinetdClick to copy -
CentOS
yum install xinetdClick to copy -
Fedora
dnf install xinetdClick to copy -
Raspbian
apt-get install xinetdClick to copy
xinetd
replacement for inetd with many enhancementsxinetd has access control mechanisms, extensive logging capabilities, the ability to make services available based on time, and can place limits on the number of servers that can be started, among other things. It has the ability to redirect TCP streams to a remote host and port. This is useful for those of that use IP masquerading, or NAT, and want to be able to reach your internal hosts. It also has the ability to bind specific services to specific interfaces. This is useful when you want to make services available for your internal network, but not the rest of the world. Or to have a different service running on the same port, but different interfaces.
xinetd-2
2.3.15-27.fc30.x86_64 : A secure replacement for inetd
Install the latest version of xinetd in Debian, Ubuntu, Arch, Kali, CentOS, Fedora and Raspbian from terminal. To install the xinetd just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of xinetd from the respository and install it in your computer/server.




