I would like to write a simple test script which can test the DHCPD.
Below are my settings.
interface=eth0 dhcp-range=192.168.100.2,192.168.100.11,255.255.255.0,192.168.100.255,86400s dhcp-option=option:router,192.168.100.100 dhcp-option=option:dns-server,8.8.8.4,8.8.8.5 port=0 bind-interfaces pid-file=/var/run/eth0.dhcpd.pid log-facility=/var/log/eth0.dhcpd.log dhcp-leasefile=/var/lib/misc/eth0.dhcpd.leases Any assistance will help thanks.
Regards, zichrist
1 Reset to default