LinuxQuestions.org
Review your favorite Linux distribution.
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 02-26-2014, 07:01 PM   #16
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209

Just for fun...

Code:
/etc/init.d/nscd restart
rndc reload business.net
Also

Code:
traceroute 10.2.10.1
--C
 
Old 02-26-2014, 07:53 PM   #17
graphiti
LQ Newbie
 
Registered: Feb 2014
Location: Salt Lake City, UT
Distribution: CentOS 6 and Ubuntu 10.04 LTS
Posts: 15

Original Poster
Rep: Reputation: Disabled
same result for both

[root@dns01nyc ~]# /etc/init.d/nscd restart
-bash: /etc/init.d/nscd: No such file or directory
[root@dns01nyc ~]# rndc reload business.net
zone reload up-to-date

I did however, issue service named restart on each dns server successfully.

Last edited by graphiti; 02-27-2014 at 11:23 AM.
 
Old 02-27-2014, 11:20 AM   #18
graphiti
LQ Newbie
 
Registered: Feb 2014
Location: Salt Lake City, UT
Distribution: CentOS 6 and Ubuntu 10.04 LTS
Posts: 15

Original Poster
Rep: Reputation: Disabled
OK update! I can route check this out:

[root@dns01 ~]# traceroute 10.2.10.201
traceroute to 10.2.10.201 (10.2.10.201), 30 hops max, 60 byte packets
1 firewall.business.net (10.1.10.1) 0.700 ms 0.691 ms 0.681 ms
2 10.1.80.2 (10.1.80.2) 69.341 ms 69.364 ms 69.359 ms
3 10.2.10.201 (10.2.10.201) 69.353 ms !X 69.348 ms !X 69.342 ms !X
[root@dns01 ~]#


[root@dns02 ~]# traceroute 10.2.10.201
traceroute to 10.2.10.201 (10.2.10.201), 30 hops max, 60 byte packets
1 firewall.business.net (10.1.10.1) 0.831 ms 0.805 ms 0.785 ms
2 10.1.80.2 (10.1.80.2) 69.257 ms 69.254 ms 69.239 ms
3 10.2.10.201 (10.2.10.201) 69.224 ms !X 69.209 ms !X 69.190 ms !X
[root@dns02 ~]#

[root@dns01nyc ~]# traceroute 10.1.10.201
traceroute to 10.1.10.201 (10.1.10.201), 30 hops max, 60 byte packets
1 firewallnyc.business.net (10.2.10.1) 0.099 ms 0.086 ms 0.102 ms
2 10.1.80.1 (10.1.80.1) 65.747 ms 66.212 ms 66.257 ms
3 dns01.business.net (10.1.10.201) 66.993 ms !X 67.035 ms !X 67.571 ms !X
[root@dns01nyc ~]# traceroute 10.1.10.202
traceroute to 10.1.10.202 (10.1.10.202), 30 hops max, 60 byte packets
1 firewallnyc.business.net (10.2.10.1) 0.219 ms 0.216 ms 0.230 ms
2 10.1.80.1 (10.1.80.1) 76.089 ms 76.093 ms 76.133 ms
3 dns02.business.net (10.1.10.202) 77.853 ms !X 77.886 ms !X 77.939 ms !X
[root@dns01nyc ~]#


I can route from each dns server to one another with no issues
 
Old 02-27-2014, 11:38 AM   #19
graphiti
LQ Newbie
 
Registered: Feb 2014
Location: Salt Lake City, UT
Distribution: CentOS 6 and Ubuntu 10.04 LTS
Posts: 15

Original Poster
Rep: Reputation: Disabled
I'm lost everything looks correct......

It seems we just need to tell the dns server(s) 10.1.10.201&202 to use 10.2.10.201 for any dns looks ups on the 10.2.10.0/24 subnet

Then we need to the tell the 10.2.10.201 dns server to use the 10.1.10.201&202 dns servers for any dns lookups on the 10.1.10.0/24 subnet

seems simple enough, but it's beyond me at this point since I am definitely a dns newbie.



Or is there a way to have the (3) DNS servers have entries for both subnets?

currently dns01&02 only have host entries for 10.1.10.0/24
and dns01nyc only has host entries for 10.2.10.0/24

Last edited by graphiti; 02-27-2014 at 11:51 AM.
 
Old 02-28-2014, 03:17 PM   #20
graphiti
LQ Newbie
 
Registered: Feb 2014
Location: Salt Lake City, UT
Distribution: CentOS 6 and Ubuntu 10.04 LTS
Posts: 15

Original Poster
Rep: Reputation: Disabled
This issue has been resolved by adding a new section for /var/named/forward.business

I added to dns01nyc

;10.1.10.0/24-IPAddr
@ IN A 10.1.10.1
@ IN A 10.1.10.2
etc. etc.
;10.1.10.0/24-hostnames
firewall IN A 10.1.10.1
switch01 IN A 10.1.10.2
etc. etc.

I also added to dns01

;10.2.10.0/24-IPAddr
@ IN A 10.2.10.1
@ IN A 10.2.10.2
etc. etc.
;10.1.10.0/24-hostnames
firewall IN A 10.2.10.1
switch01 IN A 10.2.10.2
etc. etc.

Then
service named restart
rndc reload business.net
chkconfig named on

Now I can ping hosts on either subnet by name without issues. Thnx for everyone's help with this issue.
 
  


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
how spoof dns queries from clients and forward it to my dns server ? dr.x Linux - Server 3 10-29-2013 06:45 AM
BIND - reverse dns queries only working locally, forward dns works fine. SloS13 Linux - Networking 3 08-25-2011 12:46 PM
How to forward all DNS queries through ISP DNS server ? jcdc Linux - Networking 4 07-05-2011 11:28 PM
DNS issues, all illegitimate DNS queries resolve to me!??! fast-reflexes Linux - Networking 3 08-17-2010 06:38 AM
Handling multiple subnets with DHCP/DNS Kristijan Linux - Networking 2 03-17-2007 07:57 PM

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

All times are GMT -5. The time now is 10:33 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