getting my own IP back

julianop julianop at mninter.net
Mon Feb 17 22:35:15 UTC 2003


Hopefully some more info will help. The domain in question is "barnlea.com".
Here are a couple of files.

"named.conf" is :-
=====================
controls { inet 127.0.0.1 allow { localhost; } keys { rndckey; }; };

include "/etc/rndc.key";

options { directory "/var/named"; };

zone  "." { type hint; file  "named.ca"; };

zone  "0.0.127.in-addr.arpa" in { type master; file
"0.0.127.in-addr.arpa.zone"; };
zone  "0.0.10.in-addr.arpa" in { type master; file
"0.0.10.in-addr.arpa.zone"; };

zone  "localhost" in { type master; file  "localhost.zone"; };
zone  "fawnroad" in { type master; file  "fawnroad.zone"; };
zone "barnlea.com" in { type master; file "barnlea.com.hosts"; };

zone "166.210.173.209.in-addr.arpa" in { type master; file
"209.173.210.166.rev"; };
=====================
The zone file, "barnlea.com.hosts", is:
=====================
$ttl 38400
barnlea.com.    IN      SOA     anoka. julianop.mninter.net. (
                        1045379264
                        10800
                        3600
                        604800
                        38400 )
barnlea.com.    IN      NS      mail.barnlea.com.
barnlea.com.    IN      NS      ns1.granitecanyon.com.
barnlea.com.    IN      NS      ns2.granitecanyon.com.

barnlea.com. IN RP julian.barnlea.com. julian.opificius.barnlea.com.

julian.opificius.barnlea.com. IN TXT "Julian Opificius, ***.***.****"

mail.barnlea.com.       IN      A       209.173.210.166
ftp.barnlea.com.        IN      CNAME   mail.barnlea.com.
www.barnlea.com.        IN      CNAME   mail.barnlea.com.
ns1.barnlea.com.        IN      CNAME   mail.barnlea.com.

localhost.barnlea.com.  IN      A       127.0.0.1

barnlea.com.    IN      MX      10 mail.barnlea.com
*.barnlea.com.  IN      MX      10 mail.barnlea.com.;GLOBALOK
barnlea.com.    IN      MX      10 mail.barnlea.com
=====================

Hoping someone can help here!
j.
==================
"julianop" <julianop at mninter.net> wrote in message
news:b2rgpq$107o$1 at isrv4.isc.org...
> After setting up a bind 9 installation (before I go live and update my
zone
> info at my registrar),  nslookup and dig called from the DNS server return
> my own fixed IP for every inquiry I make, when I specify my own IP for the
> server. If I don't specify my own server on the comand line, and rely on
my
> ISP's DNS server, I get the correct result.
>
> I'm running a single fixed IP, and have five machines on a private subnet,
> and have port 53 punched through to the real world, NATed to the Linux
box,
> if that makes any difference.
>
> Anyone know what I could have done wrong, please?
>
>
>
>




More information about the bind-users mailing list