Questions tagged [inetd]

23 questions
1
vote
1 answer

Installed xinetd, started it but said 'removing' on several services including one I configured in /etc/xinetd.d/

I am new to xinetd, but trying to mimic an old machine on site that is using it. So I copied the configs on that machine (changing names where appropriate) and then tried to start xinetd. Then realizd, it is not installed on my fresh centos7…
Codejoy
  • 107
  • 5
  • 17
0
votes
4 answers

Is there anyway to improve the performance of inetd?

I have a tcp server setup using inetd on aix 5.3. Problem is the responses come very very slowly from the server.But if I have a standalone deamon server , its very fast. But my requirement is that i have to use inetd. So,Is there anyway to improve…
someguy
0
votes
1 answer

Solaris: socket listening on a port (/etc/xinetd.d equivalent on Linux)

I've prepared a script that accepts a request on a server port, then process user input, provides an output through the same port and then dies. The script is not always running but starts when a a certain port is open by the client. The (working)…
0
votes
3 answers

Most efficient way to serve less than 10 http requests per day using cgi

Our company manages over one hundred servers and we would like to "ask" these servers for basic usage info once or twice a day using http. The usage info can be easily found with a perl cgi script and we would like to have an http interface to ease…
Ricardo Marimon
  • 529
  • 4
  • 12
  • 26
0
votes
1 answer

How can I run git daemon using launchd (on demand, inited style)?

I am trying to run git daemon using launchd (on demand, inited style). But git clone git clone git://127.0.0.1/testrepo fails with Cloning into 'testrepo'... fatal: unable to connect to 127.0.0.1 127.0.0.1[0: 127.0.0.1]: errno=Connection…
shakthi
  • 101
  • 2
0
votes
0 answers

How to set my own default rules for firewall and portforwarding

I'm trying to implement firewall and port forwarding using iptables on my android box which its os is aarch64. When I define a new rule in nat or filter table, they won't work. I think it's because of the android default rule that are set on boot.…
MrMsM
  • 1
0
votes
2 answers

Xinetd listen to IP Address not assigned to an interface

Is it somehow possible to use Xinetd (or any other solution) to listen to incoming Packets for an IP Adress which is not assigned to an interface, and start up a daemon (like Xinetd) does? So my Linux Machine is the default GW, all Packets are sent…
Manuel
  • 111
  • 2
0
votes
1 answer

Make inetd pass connection over to an unix-domain socket

I'm trying to put Postfix behind inetd. The idea is to configure inetd to listen to inet smtp port and make Postfix listen to a unix-domain one. Is it possible to make inetd pass connection over to a unix-domain socket?
yaugenka
  • 115
  • 5
1
2