CPE on CPE ip's in a cablemodem network.

Bruce Hudson Bruce.Hudson at Dal.Ca
Wed May 30 16:14:09 UTC 2012


   There is another issue as well. Your second pool mixes "permit" and
"deny" statements; known to cause unexpected results.

   Instead of

	> pool {
	>     range 77.x.x.2 77.x.x.254;
	>     deny members of "students";
	>     allow unknown-clients;
	> }

you might want to use

	> pool {
	>     range 77.x.x.2 77.x.x.254;
	>     deny members of "students";
	>     deny known-clients;
	> }
--
Bruce A. Hudson				| Bruce.Hudson at Dal.CA
ITS, Networks and Systems		|
Dalhousie University			|
Halifax, Nova Scotia, Canada		| (902) 494-3405


More information about the dhcp-users mailing list