[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: in-addr.arpa



I gues this would have somthing to do with the fact that your DNS isn't
running :-)
==
TAVOR-rafi (521)>dig ns @ns.mor.co.il 96.238.115.192.in-addr.arpa

; <<>> DiG 2.0 <<>> ns @ns.mor.co.il 96.238.115.192.in-addr.arpa
;; res_send to server ns.mor.co.il  192.115.238.100: Connection timed out
===
would need the named syslog messages & possibly debugging to see why - but
this isn't really a linux Q - try bind-users@vix.com ( it's also a
newsgroup - but I don't know if you have USENET access yet )


-- 
Rafi Sadowsky                                   rafi@oumail.openu.ac.il
Network/System/Security  VoiceMail: +972-3-646-0592   FAX: +972-3-646-5410
       Mangler ( :-)      |    member  ILAN-CERT(CERT-L@VM.TAU.AC.IL)
Open University of Israel |   (PGP key -> )  http://telem.openu.ac.il/~rafi


On Tue, 4 Nov 1997, Ohad Levy wrote:

> Hi All,
> 
> I'm trying to install named with reverse in-addr.arpa thing..
> it seems that my system cannot translate my network ip's into regular
> domain names,
> I am posting my zone files, hopefully anyone would be able to tell me
> what I am doing wrong,
> 
> I have a local network who has the range of ips ( 192.115.238.96-126 )
> 
> this is the revesion zone file :
> 
> $ORIGIN 96.238.115.192.in-addr.arpa
> @               IN      SOA     mor.co.il. root.mor.co.il. (
>                 10 7200 14400 3628800 86400 )
> @               NS      ns.mor.co.il.
> @               A       255.255.255.192
> $ORIGIN 96.238.115.192.in-addr.arpa
> @               IN      SOA     mor.co.il. root.mor.co.il. (
>                 10 7200 14400 3628800 86400 )
> @               NS      ns.mor.co.il.
> @               A       255.255.255.192
> 98       PTR     nt.mor.co.il.
> 100     PTR     ns.mor.co.il.
> 102     PTR     ohad.mor.co.il.
> 110     PTR     support1.mor.co.il.
> 114     PTR     support2.mor.co.il.
> 117     PTR     www2.mor.co.il.
> 118     PTR     olinux.mor.co.il.
> 119     PTR     shahars.mor.co.il.
> 121     PTR     ppp1.mor.co.il.
> 122     PTR     ppp2.mor.co.il.
> 123     PTR     ppp3.mor.co.il.
> 125     PTR     private.mor.co.il.
> 
> 
> regular zone file :
> 
> $ORIGIN mor.co.il.
> @       IN      SOA     mor.co.il. root.mor.co.il. (
>                 10 7200 1800 3628800 86400 )
>                 NS      ns.mor.co.il.
>                 MX      10 mail.mor.co.il.
> @                    A 192.115.238.100
> ohad               A       192.115.238.102
> ns                    A       192.115.238.100
> nt                     A       192.115.238.98
> www2             A       192.115.238.117
> olinux             A       192.115.238.118
> shahars          A       192.115.238.119
> shahar            CNAME   ns
> www               CNAME   ns
> ftp                    CNAME   ns
> mail                 CNAME   ns
> support1        A       192.115.238.110
> support2        A       192.115.238.114
> ppp1               A       192.115.238.121
> ppp2               A       192.115.238.122
> ppp3               A       192.115.238.123
> private            A       192.115.238.125
> 
> 
> I would appricate any help :)
> 
> Thanks in advance,
> 
> Ohad.
> 
> 
>