newbie question about two domains

Barry Margolin barmar at genuity.net
Tue Feb 12 23:29:11 UTC 2002


In article <a4c6o2$5o6 at pub3.rc.vix.com>, Valdes  <xexe at vcable.net> wrote:
>
>I trying this method but not work or may be error in my name server.
>In domain yyy.com i use one obsd stable name server version (4.9.8-REL)
>but if i make "ndc restart" name server do not send domain zones to
>ns1.xxx.com and ns2.xxx.com
>syntax in domain file is:
>@       IN      SOA     yyy.com. hostmaster.yyy.com. (
>                         2001121930     ; Serial
>                         28800          ; Refresh
>                          7200          ; Retry
>                         604800         ; Expire
>                         86400 )        ; Default TTL
>;
>@               IN      NS      ns
>ns              IN      NS      ns1.xxx.com.

I don't think you really want "ns" at the beginning of that line.

>                IN      NS      ns2.xxx.com.
>                IN      A       1.1.1.3
>                IN      MX      10      yyy.com.
>www             CNAME           ns
>
>
>in slave servers conf file:
>
>zone "yyy.com" in {
>  type slave;
>  masters { 1.1.1.3; };
>  file "db.yyy.com";
>};
>But if i restart my ns.yyy.com in slave name servers
>file db.yyy.com is empty (slave name servers version of bind is
>8.3.1)

Look in the log files on the master and slave to see if there are any error
messages regarding yyy.com.

Please tell us the real domain name and IP addresses and maybe we can
assist better.

-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list