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

in-addr.arpa



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.