Re: reverse DNS resolution...



Eric F Crist wrote:
Hey folks,

We're trying to get reverse DNS resolution for a block of IPs
(private). We've had the 10.x network working great at the office
for quite some time now, but I'm having a problem getting the
172.30.x network to work.

Typing 'host <ip>' returns a valid result, however output from who,
as well as other network services (IRC, apache) only see the IP. Is
there something I'm missing?

Thanks for the pointers!
Well, your DNS needs to be authoritative for both forward and reverse.
If you are trying to do this for less then a /24 block the zone files
get messy quick because of the 8bit boundaries. You seem to be trying
to do this for a /16. I'll bet you're missing the named.conf entries
and related reverse zone files:

Odds are you'll want to have zones:

zone "1.30.172.in.addr.arpa" {
type master;
file "master/1.30.172.in.addr.arpa
notify yes;
}
....
zone "255.30.172.in.addr.arpa" {
;; or slave config since you'll have more than 1 ns
type slave;
file "slave/255.30.172.in.addr.arpa";
masters { x.y.z.a; };
}

Or some larger splits of that.

You're going to have give me a netmask for more help.


$ORIGIN .
$TTL 3600 ; 1 hour
0.28.172.in-addr.arpa IN SOA ns1.rws. admin.Z. (
2007101800 ; Serial
10800 ; refresh (3 hours)
3600 ; retry (1 hour)
3600 ; expire (1 hour)
86400 ; minimum (1 day)
)
NS ns1.Z.
$ORIGIN 0.28.172.in-addr.arpa.
1 PTR router.Z.
......



--
------------------------------------------------------------------------
Philip M. Gollucci (philip@xxxxxxxxxxxxxx) c:323.219.4708 o:703.749.9295x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Reverse Lookup (PTR Record) Problem
    ... you can change TTL on the records in reverse ... lookup zone temporarily, to keep it clean. ... PTR records are not being updated/removed correctly. ... Dynamically update DNS A and PTR records for DHCP clients that do not ...
    (microsoft.public.windows.server.dns)
  • Re: Is this possable with exchange and no ISP
    ... What I would do is just setup email for the AD domain. ... follow the directions below and instead setup DNS in a new primary zone (and ... Create an MX record for the domain pointing to your Exchange server. ... > dc i create pointers and mx records for the 2 computers on their network. ...
    (microsoft.public.exchange.setup)
  • Maintaining AD-Integrated Reverse Zone With No DHCP Server on Domain Controller
    ... We had the DHCP server running on the domain controller, ... Apparently the DHCP and DNS applications cooperate with each ... running DHCP on the domain controller, the AD integrated reverse lookup ... domain controller IPs are not appearing in the reverse zone (I had to ...
    (microsoft.public.windows.server.dns)
  • Re: Overlapping Reverse Zone Files
    ... So the proposal was the Forest 1 would have a reverse primary zone ... This post is a lot more clear about your actual network than your original ... In fact to make reverse lookups seamless across the enterprize ths would be ... all DNS servers should have: ...
    (microsoft.public.windows.server.dns)
  • Re: a records and pointers
    ... can you create and zone for a different domain on a different network ... server for private use so long as it never gets accessed publicly. ... >for the other email server that is on the other network. ... real domains or just test domains - even if test domains do they still ...
    (microsoft.public.windows.server.dns)