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
dhcpd: Wrote 0 leases to leases file.
dhcpd: Can't bind to dhcp address: Address already in use
dhcpd: Please make sure there is no other dhcp server
dhcpd: running and that there's no entry for dhcp or
dhcpd: bootp in /etc/inetd.conf. Also make sure you
dhcpd: are not running HP JetAdmin software, which
dhcpd: includes a bootp server.
Here is my dhcpd.conf
...
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.222;
pool{
range 192.168.1.1 192.168.1.10;
allow unknown clients;
}
}
...
dhcpd run on eth0 with IP 192.168.1.222.
I have the same config with other distribution and works fine. Any
suggestion?
_______________________________________________
Voyage-linux mailing list
[email protected]
http://list.voyage.hk/mailman/listinfo/voyage-linux