Post subject: [TUT] DNS Server Tutorial for Windows Posted: Tue Aug 12, 2008 3:09 pm
Site Administrator
Joined Fri Aug 18, 2006 11:47 am
Posts 11467
Location Merseyside, United Kingdom
Favourite OS Microsoft Windows 7 Ultimate x64
Hello all,
I have just finished making my DNS Server for Windows tutorial on AbyssUnderground. I have only just started to run my own DNS server so I thought while the information is fresh in my mind I should make the tutorial for everyone to try.
byme.at. 86400 IN NS ns4.everydns.net. byme.at. 86400 IN NS ns6.gandi.net. byme.at. 86400 IN NS ns0.xname.org. byme.at. 86400 IN NS ns1.xname.org. byme.at. 86400 IN NS ns1.everydns.net. byme.at. 86400 IN NS ns2.everydns.net. byme.at. 86400 IN NS ns3.everydns.net.
So when xname.org go down, my domain is still resolvable.
byme.at. 86400 IN NS ns4.everydns.net. byme.at. 86400 IN NS ns6.gandi.net. byme.at. 86400 IN NS ns0.xname.org. byme.at. 86400 IN NS ns1.xname.org. byme.at. 86400 IN NS ns1.everydns.net. byme.at. 86400 IN NS ns2.everydns.net. byme.at. 86400 IN NS ns3.everydns.net.
So when xname.org go down, my domain is still resolvable.
Of course, I agree. Unfortunately for some people this isn't an option. If you host everything on one server then it doesn't matter. If your server is down your domain becomes pretty useless until your server is back up
If I had a static IP at home I would have a third DNS server but my IP is only 'sticky' meaning although I keep it a long time, it can still change without warning.
Sticky address leasing is stupid, I never could figure out why the ISPs do it. What home user cares if their IP address stays the same or not between power outages. Plus, it's not really reliable enough to run a server on because it could change at any time. Dynamic DNS is really the only good solution that I know of to that problem.
Also, there are a few free and open-sourece DNS servers you can run on XP.
Just out of curiosity, who is your original DNS provider that you decided a DNS server in your home would be more reliable?
Sticky address leasing is stupid, I never could figure out why the ISPs do it. What home user cares if their IP address stays the same or not between power outages. Plus, it's not really reliable enough to run a server on because it could change at any time. Dynamic DNS is really the only good solution that I know of to that problem.
Also, there are a few free and open-sourece DNS servers you can run on XP.
Just out of curiosity, who is your original DNS provider that you decided a DNS server in your home would be more reliable?
A dynamic dns solution will not work for hosting your own dns. It MUST be a static IP.
My current providor is Lycos, and I am not hosting my DNS server at home. I don't know what gave you that idea.
If you want a DNS server for any OS, including Windows, PowerDNS is a really good choice. The advantage it has to most other DNS servers, including named (BIND) and Windows DNS, is that it can accept and propagate updates in real time, without having to restart the daemon. It's also easier to script.
However, PowerDNS doesn't provide binaries for win32, although I believe there's a few unoffical builds floating around.
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum
All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.