> 
> > 
> >     Hi, I'm using bind 4.9.5-1 and I'm getting the following warning:
> > [stress]:~# tail -f /var/log/daemon.log
> > 
> > Jul 16 09:59:00 stress named[4921]: localhost.rev: WARNING SOA refresh 
> > value is less than 2 * retry (3600 < 3600 * 2)
> > 
> >     What does it mean?
> 
> Here is an extract from my /var/named/main-dns-file:
> 
> ; Authoritative data for ax
> ;
> @             IN      SOA     elm.ax. hostmaster.elm.ax. (
>                               4       ; Serial
>                               10800   ; Refresh 3 hours
>                               3600    ; Retry   1 hour
>                               3600000 ; Expire  1000 hours
>                               86400 ) ; Minimum 24 hours
>               IN      A       192.168.1.2
> ;
> ; Name servers
> ;
> @             IN      NS      elm.ax.
> 
> etc.etc...   Note my refresh perion of 10800 seconds.
> 
> If you are running bind you should have some such file yourself, putting
> names to IP numbers and so on.  Check the DNS howto for details.
> 
> Lindsay

        "refresh value is less than 2 * retry (3600 < 3600 * 2)"
                                    ~~~~~~~~~         ~~~~~~~~
        Does "2 * retry" mean 7200? It looks like I should put a value over
2xretry in refresh.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to