thanks for the suggestion. i checked, and this is the case.
right now the most likely candidate is the fact that i did
not yet set up the in-addr.arpa file. i'm trying to read up on
how to set that up.
actually right now i'm building a new firewall because we had
a power outage yesterday which killed my old one. who knows
what will or won't work after this exercise.
thanks again,
michael
.~. /"\ /\ Michael Shiloh
/V\ \ / /\ \ [EMAIL PROTECTED]
/( )\ X / \-- (415) 346-2270 x 121
^^-^^ / \ ----
On Sat, 29 Jul 2000, Jason Meyering wrote:
> Also, make sure your primary dns server sees itself as its primary dns, so
> the first listing in that machine's /etc/resolv.conf should be "nameserver =
> ip.of.your.machine"
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Sent: 7/29/00 2:03 AM
> Subject: Re: dns
>
> This probably has two implications:
> did you set up an in-addr.arpa file to point ip addresses to names or
> does
> whover is authoritative for your ip range have an entry in his files
> pointing your ip to your name. Another possiblity is if you did not
> start
> named. Here is a sample for domain.com with ip 192.168.1.1
> domain.com. IN SOA domain.com. admin.domain.com. (
> 100
> 10800
> 900
> 604800
> 86400 )
> ; name servers
> domain.com. IN NS domain.com.
> ; adresses
> domain.com. IN A 192.168.1.1
> then in your reverse file say db.192.168.1
> 1.168.192.in-addr.arpa. IN SOA domain.com. admin.domain.com. (
> 100
> 10800
> 900
> 604800
> 86400 )
> ; name servers
> 1.168.192.in-addr.arpa. IN NS domain.com.
> ; adresses
> 1.1.168.192.in-addr.arpa. IN PTR domain.com.
> then in /etc/named.conf
> zone "domain.com" IN
> type master;
> file "db.domain"
> allow-transfer { any; };
> notify yes;
> };
> zone "1.168.192.in-addr.arpa" IN {
> type master;
> file "db.domain";
> allow-transfer { any; };
> notify yes;
> };
> then start named and see.
> On Fri, 28 Jul
> 2000 [EMAIL PROTECTED] wrote:
>
> > Date: Fri, 28 Jul 2000 18:28:39 EDT
> > From: [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: dns
> >
> > ok hers the problem.....
> > I am trying to setup a master dns and a slave dns. I followed
> the
> > instructions step by step. When I type nslookup I am getting the error
> "cant
> > find server name for address and my IP#..I thought I defined the name
> already
> > and cant figure out what else I have to do.
> > Any info much appreciated.....
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-net"
> in
> > the body of a message to [EMAIL PROTECTED]
> >
>
> Noah
> [EMAIL PROTECTED]
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-net" in
> the body of a message to [EMAIL PROTECTED]
> -
> To unsubscribe from this list: send the line "unsubscribe linux-net" in
> the body of a message to [EMAIL PROTECTED]
>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]