Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Name: Andy Malato Date: April 29, 2001 at 00:01:01 Pacific
Reply:
in your BIND configuration file: (/etc/named.conf)
zone "yourdomain.com" { type slave; file "[name of zone file on the master goes here, usually I call it same as the zone, that is, yourdomain.com]"; masters { [ip address of master server ]; }; };
Restart BIND and it should transfer all of the zone files from the primary server. Also make sure that you add a loopback zone for the localhost, otherwise nslookup will complain.
Summary: Please I have this problem We have two sites in 2 different locations. My Primary name server is: Ns1.domain.com my 2ndary name server is: NS2.domain.com However in the 2nd site I have a primary & a ...
Summary: Hi, If you are using T1 line Edit the following files /etc/resolv.conf and put in info like search Domainname nameserver ipaddress (master) nameserver ipaddress (secondary) (where ip is your primary D...
Summary: Hi, this isn't too hard if you're already on the network. Edit the following: /etc/resolv.conf and put in info like nameserver 1.2.3.4 nameserver 5.6.7.8 (where 1.2.3.4 is your primary DNS server and ...