isc's dhcpd?
yeah, it's pretty straight forward. there are two sections in dhcpd.conf.
one is for global parameters and the other is options for specific subnets
(or even specific hosts).
so after the global section, declare two subnets ala:
subnet 10.10.1.0 netmask 255.255.255.0 {
options;
and stuff;
};
subnet 10.10.2.0 netmask 255.255.255.0 {
options;
and stuff;
};
It figures out which one belongs where based on your host's network
settings.
cheers,
sach
On Thu, 2 May 2002, Lorin wrote:
> does anyone know how to get dhcpd to give out addresses on 2 different
> subnets on 2 different ethernet cards?
>
> I thought it was pretty basic, but i can't seem to get it to work. I can
> get it to listen on more than one card, or to give out addresses on more
> than one subnet, but for some reason, it won't do both.
>
> -Lkb
>
>
> _______________________________________________
> Bits mailing list
> [EMAIL PROTECTED]
> http://www.sugoi.org/mailman/listinfo/bits
>
--
%/s/windows/linux/g
_______________________________________________
Bits mailing list
[EMAIL PROTECTED]
http://www.sugoi.org/mailman/listinfo/bits