DNS info not accessible externally

Mark_Andrews at isc.org Mark_Andrews at isc.org
Tue Oct 14 22:44:45 UTC 2003


> iscdev.com
> 
> On Tue, 2003-10-14 at 13:26, Barry Margolin wrote:
> > In article <bmhefh$lj7$1 at sf1.isc.org>,
> > Jonathan Villa <jvilla at isdesigndev.com> wrote:
> > >I registered mydomain.com (not literally) with godaddy.com.
> > 
> > If you won't tell us the literal name of your domain, how do you expect us
> > to figure out what's wrong?
> > 
> > Try entering it at www.dnsreport.com and see what it has to say.

Firstly.  You don't publish private address space to the Internet.
You may want to use BIND 9 views to publish different content to
external clients.

view internal {
	match-clients { ::1; 127.0.0.1; 192.168/16; };
	recursion yes;
	zone "iscdev.com" { type master; file "internal/iscdev.com"; };
};

view external {
	match-clients { any; };
	recursion no;
	zone "iscdev.com" { type master; file "external/iscdev.com"; };
};

; <<>> DiG 9.2.3rc4 <<>> axfr iscdev.com @68.20.46.65
;; global options:  printcmd
iscdev.com.		86400	IN	SOA	origen.iscdev.com. root.localhost.iscdev.com. 4 28800 7200 604800 86400

	You need to put a working contact address here.
	root at localhost.iscdev.com does not exist.  Even once you add
	the localhost.iscdev.com records below you don't want to
	use root at localhost.iscdev.com as it won't be delivered to you.

	You email address would be "jvilla.isdesigndev.com.".

iscdev.com.		86400	IN	NS	origen.iscdev.com.

	You need to add the following to the external instance.

iscdev.com.		86400	IN	NS	ns2.dyndns.org.

	You need to add the following to the internal instance.

localhost.iscdev.com. 86400   IN      AAAA       ::1
localhost.iscdev.com. 86400   IN      A          127.0.0.1

augustine.iscdev.com.	86400	IN	A	192.168.1.26
mail.iscdev.com.	86400	IN	A	192.168.1.26
origen.iscdev.com.	86400	IN	NS	192.168.1.26.iscdev.com.

	This should be a A record not a NS record

polycarp.iscdev.com.	86400	IN	A	192.168.1.25
tertullian.iscdev.com.	86400	IN	A	192.168.1.28
iscdev.com.		86400	IN	SOA	origen.iscdev.com. root.localhost.iscdev.com. 4 28800 7200 604800 86400
;; Query time: 314 msec
;; SERVER: 68.20.46.65#53(68.20.46.65)
;; WHEN: Wed Oct 15 08:36:55 2003
;; XFR size: 8 records

--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list