Date: Tue, 19 May 1998 14:07:05 -0700 From: Studded <Studded@dal.net> To: Leonardo Madrigal <lmadrig@acnet.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: hi! problem with DNS Message-ID: <3561F479.EB3F3356@dal.net> References: <3561C205.D18A38E0@acnet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Leonardo Madrigal wrote: > > Hi ! im Leonardo Madrigal from Ashton Communications, i have FreeBSD as > a server for autentication,DNS,popper,mail server, web server,news > server, etc. > > i have somre problems with my named.. Actually the problem is with your (old?) secondary name server. The internic whois database has no nameserver records for your site at all. The root servers have this: ; <<>> DiG 2.2 <<>> @c.root-servers.net guadalajara.net ns ; (1 server found) ;; res options: init recurs defnam dnsrch ;; got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10 ;; flags: qr rd; Ques: 1, Ans: 2, Auth: 0, Addit: 2 ;; QUESTIONS: ;; guadalajara.net, type = NS, class = IN ;; ANSWERS: guadalajara.net. 172800 NS TAG02.ACNET.NET. guadalajara.net. 172800 NS guadalajara.net. Unfortunately that nameserver is not up to date. 73$ dig @TAG02.ACNET.NET guadalajara.net soa ; <<>> DiG 2.2 <<>> @TAG02.ACNET.NET guadalajara.net soa ; (1 server found) ;; res options: init recurs defnam dnsrch ;; got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10 ;; flags: qr aa rd ra; Ques: 1, Ans: 1, Auth: 2, Addit: 2 ;; QUESTIONS: ;; guadalajara.net, type = SOA, class = IN ;; ANSWERS: guadalajara.net. 345600 SOA dnsmtx.acnet.net. root.dnsmtx.acnet.net. ( 97112401 ; serial 43200 ; refresh (12 hours) 7200 ; retry (2 hours) 604800 ; expire (7 days) 345600 ) ; minimum (4 days) 74$ dig @guadalajara.net guadalajara.net soa ; <<>> DiG 2.2 <<>> @guadalajara.net guadalajara.net soa ; (1 server found) ;; res options: init recurs defnam dnsrch ;; got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10 ;; flags: qr aa rd ra; Ques: 1, Ans: 1, Auth: 2, Addit: 2 ;; QUESTIONS: ;; guadalajara.net, type = SOA, class = IN ;; ANSWERS: guadalajara.net. 86400 SOA guadalajara.net. postmaster.guadalajara.net. ( 9803021 ; serial 10800 ; refresh (3 hours) 3600 ; retry (1 hour) 604800 ; expire (7 days) 86400 ) ; minimum (1 day) It looks like what you need to do is contact the internic and ask them to update the nameserver records for your zone. Good luck, Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of the world's largest Internet *** Relay Chat server with 5,328 simultaneous connections. *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3561F479.EB3F3356>