Looks like you have a few problems from what I can tell. webhostcompany.com is answering as you Sever of Authority. That name server needs to be configured. If you check out this link it will give you a list of your problems on your namesever
. If youwant to run your onw DNS name server, then you will need to make changes with whoever you registered you domain with to point your names servers to you and not webhostcompany.com. Then you will need to open your firewall/router ports to allow your DNS traffic in and out. I personal wouldnt do that unless you want everyone to see all of your DNS records. Your better of using webhostcomapny.com. Once webhostcompany has the right records all traffic for stumbaugh.org will be forwarded to your servers ip address.
Here is a little information that will help you get going:
Record Types
An 'A' or 'Address' record ties a domain name to an IP address. If there is a server on the Internet that is configured to handle traffic for this domain, you can enter the name of the domain 8wire.net and the IP address of the server (for example '64.85.73.21') and your domain will point to that IP address.
Examples:
8wire.net A 64.85.73.21
A 64.85.73.21
A 'CNAME' or 'Common Name' creates an alias from a domain name to another. For example, you can create a CNAME from 'subdomain.8wire.net' to '
and every reference to 'subdomain.8wire.net' will go to '
regardless of how
changes their IP addresses.
Please note that if you define a CNAME for one of your subdomains, there should be no A or MX record defined for that subdomain.
Examples:
8wire.net CNAME
subdomain.8wire.net CNAME
subdomain.8wire.net CNAME
An 'MX' or 'Mail Exchange' record is used to specify what server on the Internet is running e-mail software that is configured to handle e-mail for your domain. Additionally, if you define several MX records, the Priority lets you specify the order in which they should be tried. Mail servers with the lowest pritority will be tried first.
Examples:
8wire.net MX 0 mail1.8wire.net
8wire.net MX 5 mail2.8wire.net
subdomain.8wire.net MX 0 mail1.8wire.net
subdomain.8wire.net MX 5 mail2.8wire.net
An 'NS' or 'Name Server' record allows you to delegate one of your subdomains to other name servers. These other name servers are responsible for providing A, MX, etc. records for the delegated subdomain. Note that to change the NS records for your base domain name (8wire.net), you must do it through the domain's registrar. To change the name servers of domains of which we are the registrar, use the "update name servers" link on our main account management page.
Examples:
subdomain.8wire.net NS ns1.8wire.net
subdomain.8wire.net NS ns2.8wire.net