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

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy