On Sat, 10 Jun 2000, Anurag Jalan wrote:

> 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
> 
Did you remember to update the serial number of the config file?  For 
the serial number, I like to use the date in format yyyymmddV.  That
way, you know when you changed the file, and the V entry lets you
make more then one change for that day.  Also, when you change the
config file, you have to let the daemon know you did it.  

/etc/rc.d/init.d/named reload

Now, for the www.adventus.cxm entry, what you need is to add a line to
/var/maned/db.adventus, add a line:

www     IN      CNAME   server.adventus.cxm.

CNAME basicaly says that the entry is an alias...

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