HI, Is there any way to configure a slave bind server?. I'm trying to do it but the zone is not updated. My conf file on master are: named.conf.options: options { directory "/var/cache/bind"; dnssec-validation auto; allow-transfer {192.168.222.254;}; tkey-gssapi-keytab "/var/lib/samba/private/dns.keytab"; auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; }; and in slave i've created this zone entry: zone "domain.red" IN { type slave; masters { 192.168.222.250; }; file "domain.red"; notify no; }; The Slave log only shows the connection but did not show any error: Nov 17 12:51:07 SlaveServer named[25306]: general: debug 1: soa_query: zone domain.red/IN: enter Nov 17 12:51:07 SlaveServer named[25306]: general: debug 1: refresh_callback: zone domain.red/IN: enter Nov 17 12:51:07 SlaveServer named[25306]: general: debug 1: refresh_callback: zone domain.red/IN: serial: new 7, old not loaded Nov 17 12:51:07 SlaveServer named[25306]: general: debug 1: queue_xfrin: zone domain.red/IN: enter Nov 17 12:51:07 SlaveServer named[25306]: general: info: zone domain.red/IN: Transfer started. Nov 17 12:51:07 SlaveServer named[25306]: general: debug 1: zone domain.red/IN: no database exists yet, requesting AXFR of initial version from 192.168.222.250#53 Nov 17 12:51:07 SlaveServer named[25306]: xfer-in: info: transfer of 'domain.red/IN' from 192.168.222.250#53: connected using 192.168.222.254#27985 And master has no entries on log about this... What i can be doing wrong? Thanks!!
i wonder why that is a samba-topic, anyways.... Am 17.11.2015 um 13:00 schrieb Daniel Carrasco Marín:> Is there any way to configure a slave bind server?. I'm trying to do it but > the zone is not updated.surely, as you did> Nov 17 12:51:07 SlaveServer named[25306]: xfer-in: info: transfer of > 'domain.red/IN' from 192.168.222.250#53: connected using > 192.168.222.254#27985 > > And master has no entries on log about this...then he did not get connected> What i can be doing wrong?does TCP on port 53 work from the salve to the master? telnet master-ip 53 zone transfers are *not* UDP and in general a nameserver needs to be rechable via both UDP/TCP these days or things will randomly fail in case of large responses -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: <http://lists.samba.org/pipermail/samba/attachments/20151117/620f093b/signature.sig>
Hi, Thanks for your help. Is like magic, after a lot of tests without results and just now the file is finally created and works as expected... Maybe it need more time. Sorry for ask here, but I've asked because in this server bind is only a bridge between the Samba 4 and the other server and then i did not know if maybe i did something wrong or samba need any special configuration. Now i see how works and i know that the question is about bind only. Thanks again and greetings!! El 17 nov. 2015 1:28 p. m., "Reindl Harald" <h.reindl at thelounge.net> escribió:> i wonder why that is a samba-topic, anyways.... > > Am 17.11.2015 um 13:00 schrieb Daniel Carrasco Marín: > >> Is there any way to configure a slave bind server?. I'm trying to do it >> but >> the zone is not updated. >> > > surely, as you did > > Nov 17 12:51:07 SlaveServer named[25306]: xfer-in: info: transfer of >> 'domain.red/IN' from 192.168.222.250#53: connected using >> 192.168.222.254#27985 >> >> And master has no entries on log about this... >> > > then he did not get connected > > What i can be doing wrong? >> > > does TCP on port 53 work from the salve to the master? > telnet master-ip 53 > > zone transfers are *not* UDP and in general a nameserver needs to be > rechable via both UDP/TCP these days or things will randomly fail in case > of large responses > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >