epike on Mon, 20 May 2002 23:20:28 +0200 |
You are correct,thanks for pointing this out. I'm changing the config to "A" record. So it now reads: xxx.dyndns.org. IN A 192.168.1.2 ns IN A 192.168.1.2 mail IN A 192.168.1.2 morpheus IN CNAME xxx.dyndns.org. www IN CNAME xxx.dyndns.org. thanks. e pike / JondZ (now happily serving DNS on home local net) > > > | I'm also welcome for criticisms, if theres > | anything wrong with my setup. If anybody notice anything > | out of place let me know! Here is how I set up my own local > | dns service: > [...] > | > | IN NS ns.xxx.dyndns.org. > | IN MX 10 mail.xxx.dyndns.org. > [...] > | ns IN CNAME xxx.dyndns.org. > | mail IN CNAME xxx.dyndns.org. > > > both the NS and MX lines above have CNAMEs on the right side, > while this will _usually_ work ok (and since you are the only one that > will ever see this, it doesn't really matter), it is a violation of > RFC 1034 and RFC 974. it won't work in all nameservers, and will > cause additional work and traffic (in general, it will require 2 queries > instead of 1) on those that don't break. > > instead say: > ns A 192.168.1.2 > mail A 192.168.1.2 > > > see also: rfc 1912 > > > --jeff > > > ______________________________________________________________________ > Philadelphia Linux Users Group - http://www.phillylinux.org > Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce > General Discussion - http://lists.phillylinux.org/mail/listinfo/plug > ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|