are you still having problems with dhcpd? I've had this problem before, try checking the script that starts dhcp (most likely /etc/rc.d/init.d/dhcpd if you're running redhat), chances are your script is trying to run the daemon on both NICs, as opposed to just the one you need it on (eth1 right?).
Presuming it's /etc/rc.d/init.d/dhcpd - look for this line in the start) segment: daemon /usr/sbin/dhcpd and add 'eth1' to it, like so: daemon /usr/sbin/dhcpd eth1 hope that helps, -ho'ala -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Sunday, June 02, 2002 2:27 PM To: [EMAIL PROTECTED] Subject: [luau] PROBLEMS WITH DHCP I'm working on a firewall at home (again). When I was trying to get the DHCPD Server running, I ran into the following problem. When I execute dhcpd I get the following error: No subnet declaration for eth0 (ip address) Write a subnet declaration in your dhcpd.conf My dhcpd.conf file is the same as what is in the DHCP Server HOWTO section on the LUAU WIKI Guides. The only change that I made was the DNS server address, so that they match with Verizon DSL. Can someone please help. Jason _______________________________________________ LUAU mailing list [EMAIL PROTECTED] http://videl.ics.hawaii.edu/mailman/listinfo/luau
