Hosting a Website
Posted: Mon Feb 26, 2007 9:56 pm
I am trying to host my own website. I am following the instructions at http://www.boutell.com/newfaq/creating/hostmyown.html which lead me to http://transposed.org/article/2
Everyone that I have spoken with can access the website from my IP (24.245.1.109) but I haven't figured out how to run a DNS server. I have attached the BIND zone file at the end of this post. I would appreciate it if someone would try to find a flagrant error somewhere, but I am so totally lost that I don't even know how to help you help me. Ports 53 and 80 are not blocked by Comcast, and I have the router forwarding them to my computer. I have tried just about every variation on the zone file that I can think of.
I am currently trying to host the website on Windows XP Home, but as soon as I get enough parts, I will build a cheap computer, install Linux, and run the server from there.
Thank you.
By the way, negatratorons are subatomic particles that a friend and I arbitrarily made up because we were bored. I like negatratorons. Most of them decay into hydrogen-3, but sometimes they go as far as lithium.
Everyone that I have spoken with can access the website from my IP (24.245.1.109) but I haven't figured out how to run a DNS server. I have attached the BIND zone file at the end of this post. I would appreciate it if someone would try to find a flagrant error somewhere, but I am so totally lost that I don't even know how to help you help me. Ports 53 and 80 are not blocked by Comcast, and I have the router forwarding them to my computer. I have tried just about every variation on the zone file that I can think of.
I am currently trying to host the website on Windows XP Home, but as soon as I get enough parts, I will build a cheap computer, install Linux, and run the server from there.
Thank you.
Code: Select all
$TTL 1
@ IN SOA ns1.negatratoron.com. hostmaster.negatratoron.com. (
2007022354 ; serial number YYMMDDNN
28800 ; Refresh
7200 ; Retry
864000 ; Expire
86400 ; Min TTL
)
NS ns1.negatratoron.com.
$ORIGIN negatratoron.com
ns1 IN A 24.245.1.109
www IN A 24.245.1.109