<br><font size=2><tt>Hi list,</tt></font>
<br>
<br><font size=2><tt>I have a FC3 box with firestarter as the Firewall.
 We have fiddled with the box and the dhcpd.conf file generated by
firestarter to tie ipaddresses to MAC's.  The now get an error message
saying unable to bind to Ethernet port.  Eth0 is our WAN port (no
DHCP required) and Eth1 is our LAN port.  Below is the dhcpd.conf
and the error message.</tt></font>
<br>
<br><font size=2><tt>Regards</tt></font>
<br>
<br><font size=2><tt>P configuration generated by Firestarter</tt></font>
<br><font size=2><tt>ddns-update-style interim;</tt></font>
<br><font size=2><tt>ignore client-updates;</tt></font>
<br>
<br><font size=2><tt>subnet 10.0.1.0 netmask 255.255.255.0 {</tt></font>
<br><font size=2><tt>        option routers 10.0.1.1;</tt></font>
<br><font size=2><tt>        option subnet-mask 255.255.255.0;</tt></font>
<br><font size=2><tt>        option domain-name-servers
139.130.4.4, 139.158.96.12;</tt></font>
<br><font size=2><tt>        option ip-forwarding off;</tt></font>
<br><font size=2><tt>        range dynamic-bootp 10.0.1.100
10.0.1.200;</tt></font>
<br><font size=2><tt>        default-lease-time 21600;</tt></font>
<br><font size=2><tt>        max-lease-time 43200;</tt></font>
<br><font size=2><tt>}</tt></font>
<br>
<br><font size=2><tt>host he1 {</tt></font>
<br><font size=2><tt>        hardware ethernet 00:08:BC:00:61:A2;</tt></font>
<br><font size=2><tt>        fixed-address 10.0.1.10;</tt></font>
<br><font size=2><tt>}</tt></font>
<br>
<br><font size=2><tt>host he2 {</tt></font>
<br><font size=2><tt>        hardware ethernet 00:08:BC:00:61:A3;</tt></font>
<br><font size=2><tt>        fixed-address 10.0.1.11;</tt></font>
<br>
<br><font size=2><tt>Error message</tt></font>
<br>
<br>
<br><font size=2><tt>Internet Systems Consortium DHCP Server V3.0.1<br>
Copyright 2004 Internet Systems Consortium.<br>
All rights reserved.<br>
For info, please visit http://www.isc.org/sw/dhcp/<br>
Wrote 0 deleted host decls to leases file.<br>
Wrote 0 new dynamic host decls to leases file.<br>
Wrote 0 leases to leases file.<br>
Listening on LPF/eth1/00:04:ac:b8:28:2c/10.0.1/24<br>
Sending on   LPF/eth1/00:04:ac:b8:28:2c/10.0.1/24<br>
<br>
No subnet declaration for eth0 (203.49.234.90).<br>
** Ignoring requests on eth0.  If this is not what<br>
   you want, please write a subnet declaration<br>
   in your dhcpd.conf file for the network segment<br>
   to which interface eth0 is attached. **<br>
<br>
Can't bind to dhcp address: Permission denied<br>
Please make sure there is no other dhcp server<br>
running and that there's no entry for dhcp or<br>
bootp in /etc/inetd.conf.   Also make sure you<br>
are not running HP JetAdmin software, which<br>
includes a bootp server.<br>
If you did not get this software from ftp.isc.org, please<br>
get the latest from ftp.isc.org and install that before<br>
requesting help.<br>
<br>
If you did get this software from ftp.isc.org and have not<br>
yet read the README, please read it before requesting help.<br>
If you intend to request help from the dhcp-server@isc.org<br>
mailing list, please read the section on the README about<br>
submitting bug reports and requests for help.<br>
<br>
Please do not under any circumstances send requests for<br>
help directly to the authors of this software - please<br>
send them to the appropriate mailing list as described in<br>
the README file.<br>
<br>
exiting.</tt></font>
<br><font size=2 face="sans-serif"><br>
Ross<br>
<br>
</font>