Help me to configure my dhcp server!
I want to configure a dhcp server which assign ips, dns, gateway and subnet mask to dhcp clients. What I want to do is assign to each client the following ips as requiered
xxx.xx.xx.210
xxx.xx.xx.212
xxx.xx.xx.214
xxx.xx.xx.216
xxx.xx.xx.218
but I can only use these and no mid ips like xxx.xx.xx.211 or internet will be down for the computer with that ip
Should I put the IPs in the SLP directory agent IPs under webmin?
And it also says that I haven't defined a subnet or shared network or hosts
Are they neccesary?
The current dhcpd.conf I managed to do is
Code:
option broadcast-address 172.16.40.209;
option slp-directory-agent true 172.16.40.212, 172.16.40.214, 172.16.40.216, 172.16.40.218;
option domain-name-servers 201.219.5.186, 201.219.6.242;
option subnet-mask 255.255.255.248;
default-lease-time 1200;
max-lease-time 7200;