Re: problem with NS record resolution

2014-07-02 Thread Manuel Ramirez Montero
Hi, if the ns record and type A record are in the same zone , is not necesary. I have configured the forwarders with no values as Mark has told before and that works fine!!! . Regards 2014-07-02 14:09 GMT+02:00 Reindl Harald : > > > Am 02.07.2014 14:00, schrieb Manuel Ramirez Montero: > > scga

Re: problem with NS record resolution

2014-07-02 Thread Mark Andrews
Turn off forwarding for the namespace. Add a empty forwarders clause. zone "isilon.mep.es" in { type master; file "/var/named/data/isilon.mep.es.hosts"; allow-update { dns; }; allow-transfer { dns_xfer; }; forwarders { /* empty */ }; }; Mark -- Mark

Re: problem with NS record resolution

2014-07-02 Thread Reindl Harald
Am 02.07.2014 14:00, schrieb Manuel Ramirez Montero: > scgal1 NS sipgal1 > scmol1 NS sipmol1 > sipgal1 A 10.1.32.224 > sipmol1 A 10.1.32.222 why don't you just use FQDN instead "sipgal1" and "sipmol1"? that b