ub007
June 20th, 2008, 12:58 PM
hello,
i just installed a dhcp server and configured the /etc/dhcpd.conf file.
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.254;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.10 192.168.1.100;
range 192.168.1.150 192.168.1.200;
}
its a stand alone server and havent connected any clients to it.How do i test whether the configuration works fine?
cheers,
David
i just installed a dhcp server and configured the /etc/dhcpd.conf file.
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.254;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.10 192.168.1.100;
range 192.168.1.150 192.168.1.200;
}
its a stand alone server and havent connected any clients to it.How do i test whether the configuration works fine?
cheers,
David