Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Local (Privete) domain?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Local (Privete) domain?
Authored by: darrendavid on Jan 13, '02 02:33:41PM
this is exactly what i'm trying to do. i basically ported over my named.conf and namedb files from my linux box, but no luck... yet. dig shows correct responses for my local domain, "27":
%dig dev.27 +pfmin

;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59568
;; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 1
;; QUERY SECTION:
;;      dev.27, type = A, class = IN

;; ANSWER SECTION:
dev.27.                 3D IN CNAME     ns.27.
ns.27.                  3D IN A         192.168.1.1

even reverse lookups work fine with dig. no errors in the system.log on starting named. HOWEVER, if i try to 'ping dev.27' i get:
ping: unknown host dev.27
what have i missed?

[ Reply to This | # ]