Cannot find additional hosts

Mark_Andrews at isc.org Mark_Andrews at isc.org
Sun Feb 2 03:41:04 UTC 2003


> 
> I have bind version 8.3.4 running on Mac OS X.  If I ping to the server 
> from internal hosts I can see all the hosts listed in the zone.  
> However, if I ping via another computer on the Internet all I can see 
> is the primary name server and not the other hosts listed in the zone.  
> How can I fix this problem?  Attached are the relevant files (domain 
> name and IP address changed to protect the innocent :-)).

	Do you want help or not?  Hiding all the details makes in
	impossible to help you. 

	What are the real names?
	What are the real IP addresses?
	What machine in the nameserver?
	Which machines can't you see from the internet.

	Mark
 
> named.conf
> =========
> options {
>          directory "/var/named";
>          listen-on port 53 {
>                  111.111.1.11;
>          };
>          cleaning-interval 360;
> };
> 
> // Root
> zone "." {
>          type hint;
>          file "root.hints.db";
> };
> 
> // example.com zone
> zone "example.com" {
>          type master;
>          notify yes;
>          file "example.com";
>          allow-transfer {
>                  64.40.0.244/32;
>          };
> };
> 
> // Reverse zone
> zone "11.1.111.111.in-addr.arpa" {
>          type master;
>          notify yes;
>          file "86.0.132.144";
>          allow-transfer {
>                  64.40.0.244/32;
>          };
> };
> 
> example.com
> ===========
> $TTL    86400
> @       IN      SOA     gateway.example.com. hostmaster.example.com. (
>                                  2003013000      ; serial, todays date + 
> todays serial #
>                                  8H              ; refresh, seconds
>                                  2H              ; retry, seconds
>                                  1W              ; expire, seconds
>                                  1D )            ; minimum, seconds
> 
>                 NS      gateway.example.com.   ; Address of name server
>                 NS      ns1.other.com.                  ; Address of 
> backup server
> 
>                 MX   10 mail.example.com.     ; Primary Mail Exchanger
> 
> 
> gateway         86400   A       11.111.1.11
> 
> mail            86400   A       11.111.1.11
> 
> ftp             86400   CNAME   gateway
> 
> ns              86400   CNAME   gateway
> 
> www             86400   CNAME   gateway
> 
> 11.1.11.111 file
> ============
> $TTL    86400
> @       IN      SOA     gateway.example.com. hostmaster.example.com. (
>                      2003013000      ; serial, todays date + todays 
> serial #
>                          8H      ; Refresh
>                          2H      ; Retry
>                          1W      ; Expire
>                          1D)     ; Minimum TTL
> 
>                      NS      gateway.example.com.    ; Address of name 
> server
>                      NS      ns1.other.com.                   ; Address 
> of backup server
> 
> 11.1.111.111.in-addr.arpa. IN PTR     gateway.example.com.
> 
> 
--
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