Hi, I'm having some trouble setting up my DHCP server on our Linux box.
The linux box is also our gateway and this is where the trouble starts.
When I try to run the server (/usr/sbin/dhcpd -d -f) I get an error
message:
"No subnet declaration for eth1 (ip-address)"
eth0 is the card I'm using for the internal network so I don't
understand why
the daemon is even concerned with eth1. I have edited the
/etc/sysconfig/daemons/dhcp file like so:
ROUTE-DEVICE-"eth0"
Options="eth0"
Also below is a rough copy of my dhcpd.conf file:
default-lease-time 2000;
max-lease-time; 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers (ip address);
option domain-name-servers (ip addresses);
option domain-name "domain name";
etc
etc
etc
Any help would be greatly appreciated!!
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.