[Dnsmasq-discuss] multiple subnets

Simon Kelley simon at thekelleys.org.uk
Wed Feb 1 16:49:11 GMT 2006


Matt Hull wrote:
> is it possible to :
> 
> have the ip's in etc/ethers (known clients) be on one subnet like 192.168.168.8/24
> 
> have unknown clients (not in ethers) be on another subnet like 192.168.169.0/24
> 
> i was reading up on this a while ago and tried it recently and it wasnt
> working.
> 

It will work, but you need 2.26 to get bug-free (or at least, no known
bugs) support.

The config will need dhcp-range statements for both subnets like this

dhcp-range=192.168.168.0,static # known clients only
dhcp-range=192.168.169.1,192.168.169.200 # unknown clients allowed.

You'll also need to be running on Linux, not *BSD or Mac OS X.

Cheers,

Simon.



More information about the Dnsmasq-discuss mailing list