BIND9 reserve lookup

General support questions
Post Reply
mattia.migliorati
Posts: 2
Joined: 2019/01/16 09:38:05

BIND9 reserve lookup

Post by mattia.migliorati » 2019/01/16 09:43:24

Hi,
i set up a Bind9 DNS server.
It working but i'd like to configure reverse name resolution with my domain name instead of "in-addr.arpa"

The ping work correctly

Code: Select all

PS C:\Users\> ping dr01
Pinging dr01.aruba.local [172.16.101.60] with 32 bytes of data:
Reply from 172.16.101.60: bytes=32 time<1ms TTL=64
Reply from 172.16.101.60: bytes=32 time<1ms TTL=64
Reply from 172.16.101.60: bytes=32 time<1ms TTL=64
Reply from 172.16.101.60: bytes=32 time<1ms TTL=64
The reverse is this:

Code: Select all

PS C:\Users\mattia.migliorati> ping -a 172.16.101.60

Pinging [b]dr01.101.16.172.in-addr.arpa[/b] [172.16.101.60] with 32 bytes of data:
Reply from 172.16.101.60: bytes=32 time<1ms TTL=64
Reply from 172.16.101.60: bytes=32 time<1ms TTL=64
Reply from 172.16.101.60: bytes=32 time<1ms TTL=64
Reply from 172.16.101.60: bytes=32 time<1ms TTL=64
The reverse is not what I want

Regards

mattia.migliorati
Posts: 2
Joined: 2019/01/16 09:38:05

Re: BIND9 reserve lookup

Post by mattia.migliorati » 2019/01/16 13:14:45

I find the solution!

I had to write the FQDN instead of the hostname in the Reverse Zone File

Post Reply