[root@router_nnd ~]# killall dhcpd
[root@router_nnd ~]# killall dhcpd
dhcpd: no process killed
[root@router_nnd ~]# dhcpd -p 10801
binding to user-specified port 10801
Internet Systems Consortium DHCP Server V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 1 leases to leases file.
Listening on LPF/eth1/00:e0:4c:a0:21:04/10.10.10/24
Sending on LPF/eth1/00:e0:4c:a0:21:04/10.10.10/24
No subnet declaration for eth0 (83.3.218.158).
** Ignoring requests on eth0. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth0 is attached. **
Sending on Socket/fallback/fallback-net
[root@router_nnd ~]# ps x | grep dhcpd
19932 ? Ss 0:00 dhcpd -p 10801
19952 pts/0 S+ 0:00 grep dhcpd
[root@router_nnd ~]#