Thanks for the input.  When I changed line 10 of
/var/named/dnsalias.net.hosts record from CNAME to A, and restart bind,
I get the message, "bad dotted quad".  Did I change the right line?  I
tried removing "."s but still got the same message.

Is NAT in the iptables?  Seems I saw something about that along with ip
masquerading.

Thanks

> This doesn't apply to your problem (just something I 
> noticed), but your MX record isn't supposed to be a CNAME 
> (RFC974, RFC1034 3.6.2, RFC1912 2.4, RFC2181 10.3).  It will 
> work this way, but you should make an A record for your MX host.
> 
> I'm not familiar at all with dnsalias.net, but I'm surprised 
> that your dns server is configured with a master zone for 
> dnsalias.net.  Are they giving you a delegated subdomain or 
> just a dynamic registration for palmetto.dnsalias.net.  
> 
> The results of your "kicker" below are correct unless you 
> have a subdomain.  Since palmetto.dnsalias.net is a host, 
> there will not be any ns records associated with it.  If you 
> run: $ host -t dnsalias.net $ dig dnsalias.net ns
> 
> you'll see all the nameservers for dnsalias.net.  
> palmetto.dnsalias.net will have an A record only but not NS records.
> 
> It looks like you are expecting a delegated subdomain from 
> dnsalias.net, but they are only giving you A records for 
> hosts under dnsalias.net. 
> For example, ns1.palmetto.dnsalias.net is a CNAME for 
> palmetto.dnsalias.net rather than a host record under 
> palmetto.dnsalias.net.
> 
> As far as your internal name resolution problems, they are 
> probably associated with NAT or dns configuration on 
> whichever box isn't working.
> ----------------------------------------------------------------------
> > 
> > /var/named/dnsalias.net.hosts:
> > 
> ----------------------------------------------------------------------
> > $ttl 38400
> > dnsalias.net.       IN      SOA     ns1.palmetto.dnsalias.net.
> > edukes.palmetto.dnsalias.net. (
> >                     2003033003
> >                     10800
> >                     3600
> >                     604800
> >                     38400 )
> > dnsalias.net.       IN      NS      ns1.palmetto.dnsalias.net.
> > dnsalias.net.       IN      A       10.10.0.1
> > mail.palmetto.dnsalias.net. IN      CNAME   palmetto.dsalias.net.
> > dnsalias.net.       IN      MX      1 mail.palmetto.dnsalias.net
> > 
> ----------------------------------------------------------------------



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to