Re: synchronization between maste and slave no working

2010-05-27 Thread Yunfeng Xu
I didn't increment the serial number on the master. After fix it, sync is
OK.

Thanks all of you!

$TTL 86400  ; 1 day
pateo.com.cnIN SOA  dnssrv1.pateo.com.cn. root.pateo.com.cn. (
100224013  ; serial
3600   ; refresh (1 hour)
900; retry (15 minutes)
604800 ; expire (1 week)
86400  ; minimum (1 day)
)

On Wed, May 26, 2010 at 10:29 AM, Warren Kumari war...@kumari.net wrote:


 On May 25, 2010, at 9:57 PM, Yunfeng Xu wrote:

  Hi, all

 I tried to add one A record on the master, but the slave did not get the
 new record.

 my slave settting is :

 zone mydomain.com.cn IN {
type slave;
file mydomain.com.cn.zone;
masters {10.69.3.1;};
 };

 10.69.3.1 is my master ip. bind version is bind-9.3.6-4.P1.el5_4.2.

 I guess I may lack some settings. Can anyone give me some advise?


 Has this worked in the past? Did you remember to increment the serial
 number on the master? Does the master allow transfers from the slave?

 does:

 dig axfr mydomain.com.cn @10.69.3.1 work?

 W


 Many thanks
 hywl51

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



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

Re: synchronization between maste and slave no working

2010-05-26 Thread Matus UHLAR - fantomas
 On May 25, 2010, at 9:57 PM, Yunfeng Xu wrote:
 I tried to add one A record on the master, but the slave did not get  
 the new record.

 my slave settting is :

 zone mydomain.com.cn IN {
 type slave;
 file mydomain.com.cn.zone;
 masters {10.69.3.1;};
 };

 10.69.3.1 is my master ip. bind version is bind-9.3.6-4.P1.el5_4.2.

 I guess I may lack some settings. Can anyone give me some advise?

On 25.05.10 22:29, Warren Kumari wrote:
 Has this worked in the past? Did you remember to increment the serial  
 number on the master? Does the master allow transfers from the slave?

 does:

 dig axfr mydomain.com.cn @10.69.3.1 work?

does the master send NOTIFY to slave? is the slave listed as NS for the
domain? What are the SOA values fot refresh and retry? 

-- 
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
The 3 biggets disasters: Hiroshima 45, Tschernobyl 86, Windows 95
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


synchronization between maste and slave no working

2010-05-25 Thread Yunfeng Xu
Hi, all

I tried to add one A record on the master, but the slave did not get the new
record.

my slave settting is :

zone mydomain.com.cn IN {
type slave;
file mydomain.com.cn.zone;
masters {10.69.3.1;};
};

10.69.3.1 is my master ip. bind version is bind-9.3.6-4.P1.el5_4.2.

I guess I may lack some settings. Can anyone give me some advise?

Many thanks
hywl51
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: synchronization between maste and slave no working

2010-05-25 Thread Larry Brower

Yunfeng Xu wrote:

Hi, all

I tried to add one A record on the master, but the slave did not get the 
new record.


my slave settting is :

zone mydomain.com.cn http://mydomain.com.cn IN {
type slave;
file mydomain.com.cn.zone;
masters {10.69.3.1;};
};

10.69.3.1 is my master ip. bind version is bind-9.3.6-4.P1.el5_4.2.

I guess I may lack some settings. Can anyone give me some advise?

Many thanks
hywl51



What is shown in the server's logs?

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


Re: synchronization between maste and slave no working

2010-05-25 Thread Warren Kumari


On May 25, 2010, at 9:57 PM, Yunfeng Xu wrote:


Hi, all

I tried to add one A record on the master, but the slave did not get  
the new record.


my slave settting is :

zone mydomain.com.cn IN {
type slave;
file mydomain.com.cn.zone;
masters {10.69.3.1;};
};

10.69.3.1 is my master ip. bind version is bind-9.3.6-4.P1.el5_4.2.

I guess I may lack some settings. Can anyone give me some advise?


Has this worked in the past? Did you remember to increment the serial  
number on the master? Does the master allow transfers from the slave?


does:

dig axfr mydomain.com.cn @10.69.3.1 work?

W



Many thanks
hywl51
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


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