Re: dhcp on 2 different nics

From: Peer Hebing (hebing_at_uni-duesseldorf.de)
Date: 09/20/05


Date: Tue, 20 Sep 2005 11:57:57 +0200

Allan wrote:

> I would like the server to function as the dhcp for both networks, but
> it should only give ipadresses from one subnet to the connections from
> eth1 and ipadresses from the other subnet to eth2.
>
> How is this possible in the dhcp config?
> Would I have to have 2 instances of dhcpd running with different
> configs, or could it be setup with one instance?

It works with on instance.

read man 5 dhcpd.conf

> //Allan