Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 1999 11:43:03 -0500
From:      Scott Gregory <sgregory@crosslink.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Name server returning in-addr.apra
Message-ID:  <36AC9F16.31169394@crosslink.net>

next in thread | raw e-mail | index | archive | help
I am in the process of redoing our name server and am getting the
following when I ask for an IP resolution:

Server:  dallas.our.network.com.16.10.10.in-addr.arpa
Address:  10.10.16.33

Name:    harrisburg.our.network.com.16.10.10.in-addr.arpa
Address:  10.10.16.23

and when I resolve a name:

Server:  dallas.our.network.com.16.10.10.in-addr.arpa
Address:  10.10.16.33

Name:    admin2.our.network.com
Address:  10.10.16.153

I am not sure what is causing this to happen.  Any help would be
appreciated. Below is an excerpt from the forward and reverse mapping
files.

Thanks,

Scott


our.network.forward
================

our.network.com.     IN     SOA     dallas.our.network.com root.
dallas.our.network.com (
     990122162541 ;Serial year/month/day/time
     10800  ;Refresh
     1800  ;Retry
     3600000  ;Expire
     86400 )  ;Minimum

our.network.com.     IN     NS     dallas.our.network.com.
our.                     IN     CNAME     our.network.com.

localhost.     IN     A                127.0.0.1
loghost.       IN     CNAME     dallas.our.network.com.
dallas.          IN     CNAME     dallas.our.network.com. ;

our.network.com. IN MX 0 dallas.our.network.com.

; our.network 10.10.16.xxx Subnet

box1     IN     A     10.10.16.1     ;Box 1
box2     IN     A     10.10.16.2     ;Box 2
box3     IN     A     10.10.16.3     ;Box 3
box4     IN     A     10.10.16.4     ;Box 4
box5     IN     A     10.10.16.5     ;Box 5
box6     IN     A     10.10.16.6     ;Box 6
box7     IN     A     10.10.16.7     ;Box 7
box8     IN     A     10.10.16.8     ;Box 8
box9     IN     A     10.10.16.9     ;Box 9



our.network.reverse
=================


16.10.10.in-addr.arpa.     IN     SOA     dallas.our.network.com.
root.    dallas.our.network.com. (
    990122162541 ;Serial year/month/day/time
    10800  ;Refresh
    1800  ;Retry
    3600000  ;Expire
    86400 )  ;Minimum

16.10.10.in-addr.arpa.     IN     NS     dallas.our.network.com.

1     IN     PTR     box1.our.network.com
2     IN     PTR     box2.our.network.com
3     IN     PTR     box3.our.network.com
4     IN     PTR     box4.our.network.com
5     IN     PTR     box5.our.network.com
6     IN     PTR     box6.our.network.com
7     IN     PTR     box7.our.network.com
8     IN     PTR     box8.our.network.com
9     IN     PTR     box9.our.network.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36AC9F16.31169394>