After installing/starting xinetd service, doesn't bind to port

2 posts / 0 new
Last post
Anonymous
After installing/starting xinetd service, doesn't bind to port

I install winrpe, but when I run netstat I don't see anything bound to port 5666.  I double check, and the service is installed and running.  I don't see anything in the logs (they're empty), even when I change the debug variable in nrpe.cfg to 1.  Any ideas?

itefix
Offline
Last seen: 2 weeks 12 hours ago
Joined: 01.05.2008 - 21:33
Check if Xinet service is

Check if Xinet service is running. It looks like below on my test server:

 

C:\Program Files\ICW\bin>netstat -a -n

Active Connections

  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:1025           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:3389           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:5666           0.0.0.0:0              LISTENING

...

Contents of the log file xinetd.log will show connection activity.

Release announcements