Questions tagged [inetd]
22 questions
13
votes
3 answers
What is a ToD server, "Time of Day" (Not NTP)
I got a simple task: Setup a ToD server... It is not NTP. It runs on port 37. It seems to be bundled with inetd or xinetd.
Shall be installed on Debian or CentOS. Alternatively FreeBSD (pfsense router).
Any hint on how to proceed? Two starter links…
Tillebeck
- 511
- 1
- 4
- 19
5
votes
1 answer
Using /etc/services for in-house well-known ports
I couldn't find anything much about this, but I'm interested what are pros and cons (if any) in using /etc/services for in-house software?
On my Linux distro (Ubuntu 14.04) at the end of /etc/services is a comment:
# Local services
hinting that it…
LavaScornedOven
- 253
- 2
- 10
3
votes
1 answer
Inetd / xinetd isn't working under cygwin, why?
I am trying to use xinetd (or inetd) with netcat to act as a TCP proxy. This setup works on Linux without issue.
Under Cygwin, either as a service or from the a Cygwin command line, the (x)inetd fails to open netcat, with the error "no such file or…
Zimmy-DUB-Zongy-Zong-DUBBY
- 1,549
- 3
- 16
- 29
3
votes
1 answer
inetd and echo service
inetd - From Wikipedia,
inetd (internet service daemon) is a super-server daemon on many Unix systems that provides Internet services. For each configured service, it listens for requests from connecting clients. Requests are served by spawning a…
maihabunash
- 443
- 1
- 11
- 25
3
votes
2 answers
Appropriate substitute for inetd on Windows platform?
What is the appropriate Windows XP or later way to summon a remote communications process that would be analogous to inetd on Unix/Linux? For example, how does VNC client connect to the VNC server on Windows? I have an application on Linux that I…
WilliamKF
- 215
- 1
- 7
- 12
3
votes
5 answers
TCPWrappers still in use?
According to my current understanding, tcpwrappers can be used via inetd or xinetd. Lately I have been informed that inetd/xinetd came into existence to make more efficient use of hardware in earlier days and are therefore seen rarely nowadays.
My…
benjamin
- 187
- 1
- 12
3
votes
2 answers
How complex of a daemon should be run through inetd?
What is the general rule for which daemons should be started up through inetd? Currently, on my server, sshd, apache and sendmail are set up to run all the time, where simple *NIX services are set up to be started by inetd.
I'm the only one who uses…
amphetamachine
- 832
- 1
- 8
- 14
2
votes
2 answers
Correct way to modify startup options for svc:/network/finger:default in Solaris 10?
I want to make "finger" harmless on Solaris 10, and I see this in the man page;
OPTIONS
fingerd supports the following option.
-s Enable secure mode. Deny forwarding of queries to other remote hosts.
Is it possible to change the start-up…
Signal15
- 943
- 7
- 27
2
votes
1 answer
Bind telnetd to specific IP on AIX 5.3?
Is it possible to bind telnetd to a specific IP on AIX 5.3? I know telnet is evil. Unfortunately, we have to have it listening on one interface for a specific application, but I want to make sure that's the only interface/IP that it's listening…
Sama
- 101
- 1
- 9
2
votes
1 answer
approx via inetd is not open to connection for others machines
I have an approx server to speed up Debian apt updates, on my Ubuntu 11.04 desktop PC, it had ran fine in the past, but today le 9999 port is open from localhost, but not for others PC. I have not modified inetd configuration at all.
What can I…
Cédric Girard
- 397
- 2
- 11
- 25
1
vote
1 answer
WSAECONNREFUSED SAP Gui unable to connect on SAP server on hp ux - inetd.conf file reference
I have a sap server installed on HP-UX vm, up and running.
when I try to connect to the server from SAP client GUI installed on windows machine I get the following error
---------------------------
SAP GUI for Windows…
Himanshu Sourav
- 111
- 1
- 4
1
vote
1 answer
ftp/tcp server failing (looping)
I'm getting frequent errors in /var/log/messages and the ftp service is getting stopped and started over and over.
I haven't got any clue behind this error message and what is happening during these errors is logged.
May 4 04:11:23 node1…
Vel
- 11
- 1
1
vote
2 answers
What services does hosts.allow NOT affect?
I know that hosts.allow and host.deny only affect things that are tcpwrappered, but what does this mean in practice? It seems that most people use hosts.allow to handle ssh and nfs blocking, but what other services are typically handled there? And…
Jed Daniels
- 7,172
- 2
- 33
- 41
1
vote
1 answer
VNC over xinetd doesn't starts vncserver
in Debian Lenny, using TightVNC 1.3.9 I can setup a VNC server manually by using
vncserver -query localhost -once -geometry 1024x768 -depth 16 :1
But then, as I have read is a better option, I use xinetd with the following configuration:
service…
Javier Novoa C.
- 367
- 1
- 6
- 18
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
- 67
- 3
- 13