How does DHCPD determine what IP address to assign and...

Lars Jacobsen lars-jacobsen at newmail.dk
Sat Dec 29 15:41:00 UTC 2007


Well as Simon posted earlier you need af deny statement in every other
pool you dont want "DialUp" members to access, like:

#DSS - Cisco VPN
deny members of "DialUp";
subnet 10.116.6.0 netmask 255.255.255.0 {
range 10.116.6.9 10.116.6.179 ;
option routers 10.116.6.254;
}


And from you lease file i can se there has been no match to class "DialUp" yet, as its not listed/log´d. 
So even with the above deny statement it probadly still wont work.
Class matching can be quite tricky - se my story http://www.strammelse.dk/dhcp/


Regards
Lars



More information about the dhcp-users mailing list