Monitor DHCP Server []

Melkiades melkiades at gmail.com
Mon Apr 24 11:12:31 CEST 2006


> [Jason, Frank]
> The second most obvious is that something else is already listening on that
> port.  I'd check that next."

> [John P. Rouillard]
> Well since most of the obvious causes are taken care of is anything
> already bound to port 68? Check netstat


That was it!

# grep 68 /etc/services
...
bootpc           68/tcp    # Bootstrap Protocol Client
bootpc           68/udp    # Bootstrap Protocol Client
...

# netstat -a | grep bootpc
udp         0         0 *:bootpc

After closing all bootpc connections (due to dhcp-client on some
interfaces) it all worked fine :-)

Thank you very much for your support


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list