DNS Query from different Subnet

2018-11-15 Thread sethologik
Hey everybody, we have three subnet ( x.x.98.0/24 ; x.x.99.0/24 ; x.x.100.0/24 ) connected to a firewall wich is connected to WAN ( so the gateway always x.x.x.254 ). We wanted switch from dnsmasq to BIND9. The BIND9 and (old) dnsmasq DNS Server is in 99.0/24 net with IP 201(BIND) and 200(dnsm

Re: DNS Query from different Subnet

2018-11-15 Thread sethologik
But this is what i already did... could it be something with the firewall? -- Sent from: http://bind-users-forum.2342410.n4.nabble.com/ ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users maili

Re: DNS Query from different Subnet

2018-11-16 Thread sethologik
Nikolai Lusan wrote > On Thu, 2018-11-15 at 05:49 -0600, sethologik wrote: >> But this is what i already did... >> >> could it be something with the firewall? > > It _could_ be many things. You need to properly troubleshoot the issue. > 1) Can a host with faili

Re: DNS Query from different Subnet

2018-11-16 Thread sethologik
I have the solution. I added another zone named only "weberver01." with one wildcard entry * IN A x.x.99.216 Now everything is working fine and windows as well as linux have proper answers while using nslookup, dig or in browser just like it was with dnsmasq Thanks for your help :-) -- Sent