[Dnsmasq-discuss] DHCP Pools

Aaron Tygart kuffs at ksu.edu
Thu Sep 28 09:31:56 BST 2006


On 9/27/06, Edson <4lists at gmail.com> wrote:
> How to configure (some example?) DNSMasq so that it can serve two differents
> segments/NICs with diferent DHCP IP pools (eth0 with 10.0.0.1~10.0.0.255 and
> eth1 with 192.168.1.1~192.168.1.255, p.ex.)? Is it possible?
>


all you need is

dhcp-range=10.0.0.2,10.0.0.254,24h
dhcp-range=192.168.1.2,192.168.1.254,24h

(or whatever ranges you actually want)

-- 
Aaron Tygart



More information about the Dnsmasq-discuss mailing list