[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Setting up a DNS server




I've got two new domain names that I need to set up a DNS server for, on
the machine the websites will be hosted on. BIND is installed and working
fine, apache works as well. I'm trying to follow the docs on the
debian.org web site, but I get messed up at teh reverse IP. what does this
mean exactly and how do I figure it out from my IP? The examples only show
3 numbers, and don't say what the original is.

This part:

     zone "newdomain.com" {
             type master;
             file "newdomain.db";
     };
     
     zone "100.168.192.in-addr.arpa" {
             type master;
             file "192.rev";
     };



And then what goes in the .db and .rev files?


eric baierl



Reply to: