From: Threet, Robert A (RThreet@usi.edu)
Date: Tue Apr 29 2003 - 15:09:46 CDT
I guess I can give out addresses
on multiple subnets, but it breaks when I add the separate UNKNOWN
section. If I do ONE SUBNET, the known and unknown things works.
See attempted config:
shared-network wireless-known {
authoritative;
subnet 10.1.0.0 netmask 255.255.0.0 { }
subnet 10.200.211.0 netmask 255.255.255.0 {
allow unknown-clients;
max-lease-time 120;
default-lease-time 120;
range 10.200.211.11 10.200.211.49;
}
subnet 10.217.0.0 netmask 255.255.0.0 {
allow unknown-clients;
max-lease-time 120;
default-lease-time 120;
range 10.217.211.11 10.217.211.49;
}
subnet 10.200.211.0 netmask 255.255.255.0 {
deny unknown-clients;
range 10.200.211.50 10.200.211.254;
}
subnet 10.217.0.0 netmask 255.255.0.0 {
deny unknown-clients;
range 10.217.211.50 10.217.211.254;
}
}
**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg
Send requests for assistance to: owner-netreg@southwestern.edu
**********************************************************************
This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:39 CDT