> On 22 Mar 2018, at 9:52 am, Adam Hardy <adam.ha...@cyberspaceroad.com> wrote:
> 
> Hi All,
> 
> I set up my SOHO server to be a router/gateway to the net, firewall, DHCP 
> server, DNS server and backup server for my lan.
> 
> I set up bind9 and isc-dhcp to support DDNS, but I am struggling to get 
> hostname resolution working on the  server for the lan clients.
> 
> The server has two NICs - one for lan on 192.168.0.3, and one that obtains 
> its public IP address via pppoe from the broadband provider (which shouldn't 
> be serving DNS outwards but needs configuring not to).
> 
> I'd be grateful for any help.

options {
        listen-on { 198.158/16; 127.0.0.1; };
        listen-on-v6 { <internal address range>; ::1; };
};

> Regards
> Adam
> 
> _______________________________________________
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
> from this list
> 
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users

-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742              INTERNET: ma...@isc.org

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to