LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Closed Thread
  Search this Thread
Old 06-18-2012, 04:10 PM   #1
contraversy
LQ Newbie
 
Registered: Jun 2012
Posts: 16

Rep: Reputation: Disabled
Help Finishing BIND Setup, am I missing something?


Ok, so I have a domain http://www.mizfitz.org/ and I use zoneedit to host my name servers because I have a dynamic IP address.

I have setup bind before in FreeBSD, but just migrated to CentOS 6.2 and am setting it up again but it doesn't seem to work.

I can dig my domain and nslookup just fine, named-checkzone returns 'OK' for my zone file

I can even ssh into my computer from an outside vps by using "ssh name@www.mizfitz.org"

here are my named.conf and zone files

/etc/named.conf (the forward segment is just temporary trying to see if it resolves the issue)
Code:

forwarders {
        68.186.186.44;
        ns1.charter.com;
        192.168.2.1;
        192.168.2.5;
};

zone "mizfitz.org" {
                type master;
                file "/var/named/mizfitz.org.hosts";
};

zone "2.168.192.in-addr.arpa" {
        type master;
        file "/var/named/2.168.192.in-addr.arpa.rev";
};
zone "2.168.192.in-addr.arpa" {
        type slave;
        file "/var/named/2.168.192.in-addr.arpa.rev";
        masters { 68.186.186.44; };
};
/var/named/mizfitz.org.hosts
Code:
$TTL 3600
mizfitz.org.    IN      SOA     ns3.zoneedit.com. admin.mizfitz.org. (
                        2012061842 ;
                        3H ;
                        1H ;
                        1W ;
                        1D )

@                   IN  NS      ns3.zoneedit.com.
@                   IN  NS      ns12.zoneedit.com.


www                 IN  A       192.168.2.5
ns3                 IN  A       76.74.236.21
ns12                IN  A       209.62.64.46
/var/named/2.168.192.ip-addr.arpa.rev
Code:
$TTL 86400
$ORIGIN 2.168.192.in-addr.arpa.
@       IN      SOA     ns3.zoneedit.com. admin.mizfitz.org.     (
                        2007040461      ;serial
                        14400                 ;refresh
                        3600                   ;retry
                        604800              ;expire
                        10800 )               ;minimum


@                IN      NS      ns3.zoneedit.com.
@                IN      NS      ns12.zoneedit.com.

5                IN      PTR   mizfitz.org

Id appreciate it if viewers would attempt to ping/dig also

When I type www.mizfitz.org in my browser (inside the LAN) it resolves my routers configuration page

Does that mean my router is set as my gateway? Is that correct?
 
Old 06-19-2012, 12:34 AM   #2
routers
Member
 
Registered: Aug 2005
Location: Malaysia - KULMY / CNXTH
Distribution: Slackware, Fedora, FreeBSD, Sun O/S 5.10, CentOS
Posts: 787
Blog Entries: 6

Rep: Reputation: 75
http://www.mizfitz.org/ answer me "hey"

; dig returned OK
; ping returned OK

so what is the actual issue
 
Old 06-19-2012, 03:42 AM   #3
contraversy
LQ Newbie
 
Registered: Jun 2012
Posts: 16

Original Poster
Rep: Reputation: Disabled
thanks, but fortunately i resolved the issue after doing a fresh install of my OS, think the issue had to do with the chroot dir for named

So yes that fixed it, now I can save these config files till im ready to use them on my real project


thanks anyways!
 
Old 06-23-2012, 01:36 AM   #4
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate of http://www.linuxquestions.org/questi...on-4175412070/.
 
  


Closed Thread



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
Newbie - Trouble finishing Openfire setup wizard gubymike Linux - Software 5 05-15-2012 04:51 PM
Bind problem: config files are missing after re-install bind 9.5 on Fedora Core 8 elvisious Linux - Software 1 07-15-2008 07:49 PM
Bind missing from RHEL ES 4? blinton25 Red Hat 3 10-12-2006 08:12 AM
Just installed slackwareand need help finishing the setup... caleb star Slackware 3 06-04-2005 03:45 PM
am i missing something in sendmail/bind? GraemeK Linux - Networking 1 08-25-2003 05:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 11:14 AM.

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