|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
Forwarding/Caching
My DNS server (gto.dynu.com) is currently forwarding/caching DNS request to my ISP's DNS servers if i were to set a domains nameservers as gto.dynu.com and have my server forward request to let say ns1.dollardns.org and ns2.dollardns.org would it work?
|
|
#2
|
||||
|
||||
|
I've never setup forward zones before. I created the below in my config and it works very well. I created a delegation.test zone with everydns.net and my server is able to resolve that domain cause of the below:
# # A forward zone example # zone "delegation.test" IN { type forward; forward only; forwarders { 64.158.219.3; 216.218.240.206; 80.84.249.169; 63.219.183.200; }; }; The question is why though?
__________________
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 Last edited by SilentRage : January 24th, 2004 at 07:04 PM. |
|
#3
|
||||
|
||||
|
Actually, I may be wrong. I've done a bit more playing around and it might not work. You see, forward zones are meant for recursion. A client must request the zone information from you with the "recursion desired" flag turned on. This doesn't happen if the client expects you to be authoritative for the zone. So your server may not return the information needed.
I strongly recommend that you do not use forward zones on authoritative servers. |
|
#4
|
|||
|
|||
|
Very well i'll just have to have them change nameservers when i setup my new system
|
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > Forwarding/Caching |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|