|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
BIND 8 on WinXP Pro
I have setup bind 8.4.4 on windows xp pro and have registered the name server. The domain seems to now being forwarded to the new dns server but the server is returning page not found.
I have IIS running on the same server so I have the zone file pointing to 192.168.0.1. This is how I have the two config files setup. named.conf file: (part of it) zone "gatorserver.com" IN { type master; file "gatorserver.com.zone"; }; gatorserver.com.zone: (again just part of the file) @ SOA ns1 ( postmaster 2004081200 21600 ; 1800 ; 604800 900 ) ; @ NS ns1 ; @ NS ns2 ; @ A 192.168.0.1 ; @ MX 10 mail ; ns1 A 192.168.0.1 ; ns2 A 192.168.0.1 ; mail A 192.168.0.1 ; www A 192.168.0.1 ; Can anyone see anything wrong??? Thank you for any help that you could give. |
|
#2
|
|||
|
|||
|
should your IP not be your real WAN IP?
Also. Did you setup the "host header value" in IIS to accept gatorserver.com ? Noel |
|
#3
|
|||
|
|||
|
I do now. But now the domain is forwarding to the default parked page with the registrar. I guess I will wait it out.
|
|
#4
|
||||
|
||||
|
you need to reload BIND after you make changes to the files.
DOS prompt: C:\windows\system32\dns\bin>rndc reload
__________________
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 |
|
#5
|
|||
|
|||
|
Okay I have reloaded and rebooted. I am still getting the page not found DNS error message. Any thoughts?
I added the config files to this post. I renamed them with the .txt so they would upload. Thank you everyone. |
|
#6
|
|||
|
|||
|
Quote:
Give it some time. It can take up to 48 hrs to get it to work! Also (I think) your Reverse IP mapping is set wrong! It should look like this: Code:
# Reverse IP mapping for 68.86.95.x
zone "95.86.68.in-addr.arpa" {
type master;
file "68.86.95.rev";
};
Noel |
|
#7
|
|||
|
|||
|
Okay I changed the reverse setup. Here is that file as well.
|
|
#8
|
|||
|
|||
|
Quote:
Did you also create a ns1.gatorserver.com and ns2.gatorserver.com at the registar, and point them to your WAN IP? Noel PS. I'm also new to this, but managed to get it all up and running in one go after reading the "Sticky: Bet you want to setup a DNS server huh?". |
|
#9
|
|||
|
|||
|
Yes I have already setup the name servers with my registrar. If you use IE and type in ns1.gatorserver.com it pulls up the test server I am using.
PS Good job getting it in one try! Working on some things now. Trying something else. |
|
#10
|
|||
|
|||
|
Okay I found something. I ran named -g, when it loads named.conf and gatorserver.com.zone it is getting an error.
Unexpected end of input Hope this helps! EDIT: Okay I figured out the errors with the gatorserver.com.zone file. It now resolves. WOOHOOO!!! But I am still getting the error with the reverse files....???? |
|
#11
|
||||
|
||||
|
show me the response to the -g command. Thank goodness you managed to help yourself some. I applaud you.
|
|
#12
|
|||
|
|||
|
Thanks for your help everyone. I figured it all out now. I had some missing "code" in the reverse file. It now all loads without and errors.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > BIND 8 on WinXP Pro |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|