Re: [Dnsmasq-discuss] split networks with split DNS?

2014-07-29 Thread krux
Did you ever figure this out? I am struggling with the same and am unable
to find a solution.
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] split networks with split DNS?

2014-07-29 Thread /dev/rob0
On Tue, Jul 29, 2014 at 09:40:45PM -0400, krux wrote:
 Did you ever figure this out? I am struggling with the same and
 am unable to find a solution.

I don't think this will be a feature in dnsmasq.  For something like 
this, you would have to run BIND and use views.  Or as the OP said, 
you could use a separate dnsmasq instance per network, each binding 
only the appropriate IP address/interface.

Dnsmasq is a fine piece of software; I like it a lot.  And it is a 
much easier way to get started and to have things working as you 
need.  But (by design) it cannot meet every need.  If it could, it 
wouldn't be so simple to use. :)

Don't be afraid of BIND.  While it is very powerful, it's also 
straightforward, well documented, and well supported.
-- 
  http://rob0.nodns4.us/
  Offlist GMX mail is seen only if /dev/rob0 is in the Subject:

___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss


[Dnsmasq-discuss] split networks with split DNS?

2013-01-12 Thread Jason
I've recently setup a guest network which uses the same physical gateway
as my home network (both plug into same device).  I have dnsmasq serving
dhcp to each network (completely separate subnets).  My only problem is
a small cleanup item.

Here's approximately what my network looks like:

  /--\
  |  home net|dnsmasq/GW
  | 10.16.5.0/24 |---\   /-\
  \--/   \---|10.16.5.1|
 |  192.168.1.1|---/.../Internet
 /---\   /---|192.168.5.1  |
 | guest net |---/   \-/
 |192.168.5.0/24 |
 \---/

When I'm on the guest network confirming that my firewall rules keep
them separate, I can't ping or connect to known hosts on the other
network.  However, I can learn their IP addresses.  Because dnsmasq is
managing both networks, it will happily tell members of the guest
network the ip address of hosts on the home network. :(

I'm not too worried about it, since the firewall prevents any contact,
but it just seems unclean.  Is there a config option I've missed in my
digging that will prevent this cross-talk?  I'd like to avoid running
two processes.

Also, the interface:eth0,... doesn't seem to work for the domain, is
there a way to give each network their own domain?

thx,

Jason.

___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss