Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
02-26-2014, 07:01 PM
|
#16
|
Senior Member
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
|
Just for fun...
Code:
/etc/init.d/nscd restart
rndc reload business.net
Also
Code:
traceroute 10.2.10.1
--C
|
|
|
02-26-2014, 07:53 PM
|
#17
|
LQ Newbie
Registered: Feb 2014
Location: Salt Lake City, UT
Distribution: CentOS 6 and Ubuntu 10.04 LTS
Posts: 15
Original Poster
Rep:
|
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.
|
|
|
02-27-2014, 11:20 AM
|
#18
|
LQ Newbie
Registered: Feb 2014
Location: Salt Lake City, UT
Distribution: CentOS 6 and Ubuntu 10.04 LTS
Posts: 15
Original Poster
Rep:
|
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
|
|
|
02-27-2014, 11:38 AM
|
#19
|
LQ Newbie
Registered: Feb 2014
Location: Salt Lake City, UT
Distribution: CentOS 6 and Ubuntu 10.04 LTS
Posts: 15
Original Poster
Rep:
|
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.
|
|
|
02-28-2014, 03:17 PM
|
#20
|
LQ Newbie
Registered: Feb 2014
Location: Salt Lake City, UT
Distribution: CentOS 6 and Ubuntu 10.04 LTS
Posts: 15
Original Poster
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 10:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|