[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DHCPd.conf and multi subnets question
Thanks. I guess I left out the part about separate handling of known
and unknown clients (for NetReg). 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;
}
}
--- William Underwood <wllmundrwd@charter.net> wrote:
> On Tue, 29 Apr 2003 09:50:56 -0700 (PDT)
> Robert Threet <rthreet@yahoo.com> wrote:
> >Does anyone have an example of a DHCPd server passing out
> addresses
> >to more than one subnet?
>
> Got to say right up front, I haven't done this, but:
> http://www.redhat-linux.com.my/faq/install27.html
>
> Found via Google (of course!) :-)
>
http://www.google.com/search?hl=en&q=linux+dhcpd+%22multiple+subnets%22+example
>
> HTH,
> William
>
> --
> William Underwood
> wllmundrwd@charter.net
>
> -
> To unsubscribe, send email to majordomo@silug.org with
> "unsubscribe silug-discuss" in the body.
=====
http://linux.usi.edu:8080/LUG Web Log
http://linux.usi.edu/rat/ My Page
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.