|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Bind setup
I already have one server up and running and I am using bind 9, I also have a second server up and running and ready to go on line, it is a duplicate of the first server, on a second ip address. My question is about bind do I set up bind on that computer exactly as it is on the first comuter except for the ip address change? I already have my second ns2.mydomain.com pointing at the second ip address.
|
|
#2
|
||||
|
||||
|
That's your choice. Either keep the 2 servers identical by yourself, or configure the second DNS server to keep itself up-to-date based on the first DNS server.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts |
|
#3
|
|||
|
|||
|
if I wanted to keep it up to date myself should I setup bind exactly as it is on the first one?
|
|
#4
|
||||
|
||||
|
I already told you that was one way you can do it, so yes.
|
|
#5
|
|||
|
|||
|
still cannot get it to work
this is the way I have my zone file setup on the server that works
$TTL 3600 $ORIGIN barnzee.com. @ IN SOA ns1 administrator ( 10 ; Serial 10800 ; Refresh after 3 hours 3600 ; retry after 1 hour 604800 ; expire after 1 week 86400 ) ; Minimum TTL of one day A 68.209.192.252 NS ns1 NS ns2 MX 10 mail localhost A 68.209.192.252 ns1 A 68.209.192.252 ns2 A 68.59.110.238 www A 68.209.192.252 mail A 68.209.192.252 now this is the way I have it on the second computer $TTL 3600 $ORIGIN barnzee.com. @ IN SOA ns1 administrator ( 10 ; Serial 10800 ; Refresh after 3 hours 3600 ; retry after 1 hour 604800 ; expire after 1 week 86400 ) ; Minimum TTL of one day A 68.59.110.238 NS ns1 NS ns2 MX 10 mail localhost A 68.59.110.238 ns1 A 68.209.192.252 ns2 A 68.59.110.238 www A 68.59.110.238 mail A 68.209.192.252 What I thought would happen is if the first server is down the second one would pick up the traffic since I have my name servers set up as ns1.barnzee.com 68.209.192.252 and ns2.barnzee.com 68.59.110.238 and registered this way with godaddy. However if I shut the main server on ns1 down the second one never seems to have the traffic come its way. |
|
#6
|
||||
|
||||
|
That's right. Theoretically resolvers should try another host dns server when one is down, but all too frequently I see a single downed dns server ruining traffic. Sometimes your domain will resolve and sometimes it won't. So, while multiple dns servers will help distribute load, it does not provide good redundancy in the case one is down.
So make sure your host servers are always up. |
|
#7
|
|||
|
|||
|
thanks
It seems to be working now it just was a little slow picking up the 2nd dns
|
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > Bind setup |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|