Questions tagged [xinetd]

64 questions
0
votes
2 answers

xinetd how to activate sshd service on custom port?

When I try to run ssh service in xinetd with customized port (port=2211) it shows me this error: xinetd[16783]: Service ssh expects port 22, not 2211 If I change port to 22 in xinetd it works fine but how can I customize to use my port in xinetd?
Mojtaba Rezaeian
  • 451
  • 5
  • 14
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
0
votes
1 answer

xinetd doesn't read "included directory"

I want to monitor my pfSense-Box with check_mk. Therefore I need access to a certain port via xinetd. I found a descripton for that in: https://forum.netgate.com/topic/99612/pfsense-2-3-check_mk-working-with-xinetd/2 After reloading filters, I get…
karls0
  • 1
-1
votes
2 answers

ssh with xinetd

I want to configure xinetd for ssh connections (port 55555). Here is my config files: /etc/xinetd.d/sshd service ssh { disable = no socket_type = stream wait = no user = root server …
canu johann
  • 101
  • 2
  • 4
1 2 3 4
5