Date: Mon, 12 Jun 2000 14:32:39 +0100 From: Johan Petersson <johpe159@student.liu.se> To: questions@freebsd.org Subject: named Message-ID: <20000612123240.2286375443@studentmail.liu.se>
next in thread | raw e-mail | index | archive | help
Hello! I want to point multiplie domains to a single IP, but I don't know how to do with "37.147.223.in-addr.arpa". Named complain (cannot redefine zone '37.147.223.in-addr.arpa' class IN), if I have following lines in named.conf. How shall I solve this problem ? -----------------------8<------------------------------ //************** ZONE BITMAP-STUDIOS.COM ************** zone "bitmap-studios.com" { type master; file "db.bitmap-studios.com"; }; zone "37.147.223.in-addr.arpa" { type master; file "bitmap-studios-reverse"; }; //************************************************* //*************** ZONE NEWDOMAIN.SE *************** zone "newdomain.se" { type master; file "db.newdomain.se"; }; zone "37.147.223.in-addr.arpa" { type master; file "newdomain.se-reverse"; }; //************************************************* --------------------------8<--------------------------- Best regards --Johan 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?20000612123240.2286375443>