Trace: » dhcpd.conf

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

default-lease-time 10800;
max-lease-time 28800;
subnet 10.0.0.0 netmask 255.255.255.0 {
range 10.0.0.2 10.0.0.100;
option routers 10.0.0.1;
option domain-name-servers 150.237.47.200;
}