Skip to main content

Questions tagged [xinetd]

xinetd is a daemon that manages internet services for Unix-like systems. It is a replacement for the inetd daemon, with access control, rate limiting, and extended logging features.

0 votes
0 answers
508 views

I have "inherited" a CentOS 7 server on which xinetd is automatically started at boot. My task is to harden that server. Therefore I am wondering whether I can disable the xinetd service. ...
Ned64's user avatar
  • 9,296
1 vote
0 answers
294 views

I just want to know if it is possible to use xinetd as a web server to server simple piped commands. For example, I want the output of ps -ef|grep root|wc -l to be served over HTTP using xinetd (...
Ahmad Ismail's user avatar
  • 3,134
0 votes
1 answer
138 views

I suspect that resolving the IP address to it's hostname on each incoming connections makes my xinetd connections slow. Is there an option somewhere which would allow me to disable reverse lookups ...
Arkadiy Bolotov's user avatar
0 votes
1 answer
236 views

I'm trying to create a script that replicates a JSON status response from a Minecraft server (https://wiki.vg/Server_List_Ping). I've currently set up xinetd to execute a shell script that echos a ...
gupti's user avatar
  • 3
0 votes
1 answer
6k views

I am trying to send/receive a file using TFTP from the network switch to ubuntu(VirtualBox on Windows 10 Pro), but getting an error code 5 By following the steps mentioned below it seems like my ...
Passionate's user avatar
8 votes
2 answers
5k views

I use xinetd and it works for my purposes. However I recently discovered that systemd has something built in called "socket activation". These two seem very similar, but systemd is "official" and ...
lonix's user avatar
  • 2,005
2 votes
0 answers
1k views

I tried to install rexecd executing this codes: apt-get install xinetd apt-get install rsh-server But, following the steps found on a web page, I try access to /etc/xinetd.d/rsh, /etc/xinetd.d/...
Iratzar Carrasson Bores's user avatar
1 vote
0 answers
1k views

I'm trying to set up remote login for the CentOS 7 machine in our office, so that users can connect using TigerVNC from windows clients and reach a gdm login screen. Previously, I followed these ...
spaceghost's user avatar

15 30 50 per page