reverse-lookup-problems was (No forward lookup for one domain )

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Sat Sep 9 21:33:30 UTC 2000


> 
> <Mark.Andrews at nominum.com> wrote
> > First thing.  You can't be both master and slave for the same zone.
> > Second thing.  You are trying to get 32-28.178.175.216.in-addr.arpa
> > setup not 32/28.178.175.216.in-addr.arpa.
> >
> > Remove the first of these as it will only be confusing.
> > Change the second to have the name 32-28.178.175.216.in-addr.arpa.
> >
> > Mark
> >
> > > zone "32/28.178.175.216.in-addr.arpa" { type slave; file
> "sec.216.175.178.32"
> > > ;
> > > masters { 216.175.178.41; }; };
> >
> > > zone "32/28.178.175.216.in-addr.arpa" { type master; file
> > > "pri.32-28.178.175.216.in-addr.arpa"; };
> > --
> 
> OK my restart of named looks much better.

	Good.
> 
> Sep  9 07:20:12 fsn1 named[369]: reloading nameserver
> Sep  9 07:20:12 fsn1 named[369]: Zone "32-28.178.175.216.in-addr.arpa" (file
> pri.3
> 2-28.178.175.216.in-addr.arpa): No default TTL set using SOA minimum instead

	Add  "$TLL <value>" as the first line in
	pri.32-28.178.175.216.in-addr.arpa.

> Sep  9 07:20:12 fsn1 named[369]: master zone "32-28.178.175.216.in-addr.arpa"
> (IN)
>  loaded (serial 2000090718)
> Sep  9 07:20:12 fsn1 named[369]: Forwarding source address is [0.0.0.0].1118
> Sep  9 07:20:12 fsn1 named[369]: slave zone "32/28.178.175.216.in-addr.arpa"
> (IN)
> removed
> Sep  9 07:20:12 fsn1 named[369]: hint zone "" (IN) loaded (serial 0)
> Sep  9 07:20:12 fsn1 named[369]: Ready to answer queries.
> 
> My named.conf now looks like this:
> 
> options { directory "/etc/named"; };
> zone "." { type hint; file "db.cache"; };
> zone "frontstreetnetworks.net" { type master; file
> "pri.frontstreetnetworks.net"; };
> zone "frontstreetnetworks.org" { type master; file
> "pri.frontstreetnetworks.org"; };
> zone "fsntest.com" { type master; file "pri.fsntest.com"; };
> zone "0.0.127.in-addr.arpa" { type master; file "pri.0.0.127.in-addr.arpa"; }
> ;
> zone "smaninc.com" { type master; file "pri.smaninc.com"; };
> zone "emsolllc.com" { type master; file "pri.emsolllc.com"; };
> zone "vma332.com" { type master; file "pri.vma332.com"; };
> zone "frontstreetnetworks.com" { type master; file
> "pri.frontstreetnetworks.com"; };
> zone "navikas.com" { type master; file "pri.navikas.com"; };
> zone "buyinct.com" { type master; file "pri.buyinct.com"; };
> zone "shoppingct.com" { type master; file "pri.shoppingct.com"; };

	Now make you self a secondary for 178.175.216.in-addr.arpa
	so that local lookup works when the network connection is
	down.

	zone "178.175.216.in-addr.arpa" {
		type slave;
		file "sec.178.175.216.in-addr.arpa";
		masters { 209.87.64.70; };
	};

	You ISP should already be setup to allow you to transfer
	this zone.  If not send them email requesting transfer
	permission along with the reason why you want transfer
	permission.  If they don't grant it move to another ISP
	that knows what they are doing.

> zone "32-28.178.175.216.in-addr.arpa" { type master; file
> "pri.32-28.178.175.216.in-addr.arpa"; };
> zone "yourhomegenie.com" { type master; file "pri.yourhomegenie.com"; };
> zone "koether.com" { type master; file "pri.koether.com"; };

	Mark
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com



More information about the bind-users mailing list