[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: bootp xinetd question
- From: Alan Peery <peery io com>
- To: redhat-list redhat com
- Subject: Re: bootp xinetd question
- Date: Wed Feb 13 12:15:49 2002
Janyne Kizer wrote:
> When I restart xinetd, though, I get the following message in
> /var/log/messages:
>
> Feb 13 10:11:13 linus xinetd[4598]: bind failed (Address already in use
> (errno = 98)). service = bootps
>
> However nmap reports that port 67 is not in use and /etc/services seems
> to be set up properly.
>
> bootps 67/tcp # BOOTP server
> bootps 67/udp
>
It is likely that you already have dhcpd running:
ps -lef | grep dhcpd
/usr/sbin/lsof -p <pid_of_dhcpd>
The reference you see in /etc/services is outdated/misleading.
Read "man dhcpd.conf" and go with the flow. The NCD entries even look correct,
according to my memories of setting up NCDs about six years ago... I think the NCDs
will default to loading their kernel from the BOOTP/DHCPD machine, so you will
probably need to enable tftp or NFS services from the same machine.
Alan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]