LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-16-2006, 02:41 AM   #1
signature16
LQ Newbie
 
Registered: Mar 2006
Posts: 22

Rep: Reputation: 15
Bind Question


I am trying to setup a small DNS server to run my domain pacificx.net on.

I registered my domain named through GoDaddy and I have ns1.pacificx.net set to my servers IP. ns2.pacificx.net is not setup.

I am trying to follow TLDP HowTo. http://www.tldp.org/HOWTO/text/DNS-HOWTO


When I got www.pacificx.net it does not show anything. It just says page not found. What is wrong? here are my files:


/etc/named.conf
Code:
options {
directory "/var/named";
check-names master warn;
datasize 20M;
};



zone "pacificx.net" IN {
type master;
file "nex/pacificx.net";
allow-update { none; };
allow-transfer { any; };
};
/var/named/nex/pacificx.net
Code:
$TTL 600
; pacificx.net
@       IN      SOA     pacificx.net. brenden.pacificx.net. (
                        2005062601      ; serial
                        12h             ; refresh
                        1h              ; retry
                        2w              ; expire
                        1h              ; minimum
                        )

                NS      ns1.pacificx.net.

localhost       IN      A       127.0.0.1
www                     A       205.201.163.245
ns                      A       205.201.163.245
End of httpd.conf

Code:
 <VirtualHost 205.201.163.245:80>
ServerAdmin brenden.wilson@gmail.com
ServerName www.pacificx.net
DocumentRoot /home/public_html
</VirtualHost>

What is wrong? When I start named...there are no errors given.
 
Old 04-16-2006, 03:40 AM   #2
signature16
LQ Newbie
 
Registered: Mar 2006
Posts: 22

Original Poster
Rep: Reputation: 15
wow...jsut started working for some reason. have no idea why.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bind Question kemplej Linux - Software 1 03-29-2006 02:47 PM
Bind 9 question matthewa Linux - Networking 3 06-23-2005 12:02 PM
Bind question DaHammer Linux - Networking 1 10-16-2003 01:12 AM
Bind 9 Question -- Help chriss Linux - Software 5 07-21-2003 02:12 AM
To 'Bind' or not to 'Bind' that is the question jsurgeson Linux - Newbie 2 03-24-2002 04:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration