Mikkel and others,

It worked ! Then i tried to add the other machines too ..

First I added to the db.192.168.1

254             IN      PTR     server.adventus.cxm.
3               IN      PTR     sc3.adventus.cxm.

etc

when the lookup for sc3.adventus.cxm. did not work

I added to the db.adventus

server          IN      A       192.168.1.254
sc3             IN      A       192.168.1.3

etc ..

but # nslookup 192.168.1.254 192.168.1.3 fails .....

Secondly the machine 'server' has  a nickmane 'www' 

How can i setup DNS for www.adventus.cxm ?

Thanks a ton already !!!!

Anurag

----
At 11:15 PM 6/9/00 -0500, you wrote:
>On Sat, 10 Jun 2000, Anurag Jalan wrote:
>
>> Hi Mikkel.. this is the post you missed ...any comments ?
>> 
>> Thanks for your time ..
>> 
>> Anurag
>> 
>You forgot the zone "adventus.cxm" section.  Also, your reverse file is
>messed up.  Your fake network in adventus.cxm, right?  And
>server.adventus.cxm has an IP of 192.168.1.254.  Try this:
>
>zone "adventus.cxm" {
>       notify no;
>       type master;
>       file "db.adventus";
>}
>
>zone "1.168.192.IN-ADDR.ARPA" {
>       notify no;
>       type master;
>       file "db.192.168.1";
>}
>
>In db.adventus:
>
>@      IN      SOA     adventus.cxm. hostmaster.domain.cxm. (
>               1997022700 ; Serial
>               28800      ; Refresh
>               14400       ; Retry
>               360000     ; Expire
>               86400 )    ; Minimum
>               IN      NS      server.adventus.cxm.
>server         IN      A       192.168.1.254
>
>
>In db.192.168.1:
>
>@       IN      SOA     adventus.cxm. hostmaster.domain.cxm. (
>                1997022700 ; Serial
>                28800      ; Refresh
>                14400       ; Retry
>                360000     ; Expire
>                86400 )    ; Minimum
>@               IN      NS      server.adventus.cxm.
>254            IN      PTR     server.adventus.cxm.
>
>In the reverse DNS file, the number at the start of the line is the last
>component of the IP address.  This is why you need to use 254 instead of
>1.  If you add a machine with an IP address of 192.168.1.6, you would add
>a line like:
>
>6              IN      PTR     <new machine>.adventus.cxm.
>
>This should get you going.  If you are going to do more with DNS, you will
>probably want to pick up DNS and BIND by O'Reilly & Associates.  If you
>want a more detailed explanation of the zone files, let me know and I will
>see what I can do.  I am not an expert, but I managed to make my setup
>work.  (Even though infinity-ltd.com is a real domain, my name servers
>return reserved IP addresses for it on the local net - the real name
>servers are external, and only know about my firewall.)
>
>Let me know how this works out for you!
>Mikkel 
>-- 
>    Do not meddle in the affairs of dragons,
> for you are crunchy and taste good with ketchup.
>
>
>


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to