I just installed voyage 0.5.0 to my alix2c2 board. Everything seems fine except dhcpd. I install dhcp3-server but it keeps saying that<br><br><pre>dhcpd: Wrote 0 leases to leases file.<br>dhcpd: Can't bind to dhcp address: Address already in use<br>
dhcpd: Please make sure there is no other dhcp server<br>dhcpd: running and that there's no entry for dhcp or<br>dhcpd: bootp in /etc/inetd.conf.   Also make sure you<br>dhcpd: are not running HP JetAdmin software, which<br>
dhcpd: includes a bootp server.<br><br>Here is my dhcpd.conf<br>...<br>subnet <a href="http://192.168.1.0">192.168.1.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a> {<br>        option routers <a href="http://192.168.1.222">192.168.1.222</a>;<br>
        pool{<br>                range <a href="http://192.168.1.1">192.168.1.1</a> <a href="http://192.168.1.10">192.168.1.10</a>;<br>                allow unknown clients;<br>        }<br>}<br>...<br></pre><br>dhcpd run on eth0 with IP <a href="http://192.168.1.222">192.168.1.222</a>.<br>
<br>I have the same config with other distribution and works fine. Any suggestion?<br>