nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

DNS Server on different subnet

This is a discussion on DNS Server on different subnet within the CentOS / RHEL / Fedora forums, part of the Linux Distribution category; I've been trying to figure this out for a couple weeks now, and I'm coming up blank. I have a ...

Register free or login to your existing account and remove all advertisements.


Go Back   nixCraft Linux Forum > Linux Distribution > CentOS / RHEL / Fedora

Linux answers from nixCraft.


CentOS / RHEL / Fedora Discussion about Redhat Enterprise Linux or CentOS or Fedora Linux related problems.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-19-2008, 10:56 PM
Junior Member
User
 
Join Date: Nov 2008
OS: Redhat Enterprise 5, Centos 5
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jgijanto is on a distinguished road
Default DNS Server on different subnet

I've been trying to figure this out for a couple weeks now, and I'm coming up blank.

I have a meta-switch configured on a private network, and a DNS server (running Redhat Enterprise Server 5.2) with a public address. The meta-switch has the IP 10.0.0.90, and my acl in named.conf looks like this:

acl internal {
...;
10.0.0.0/24;
};


with internal networks allowed to recurse and query.

I am able to ping the nameserver from the meta-switch, and vice-versa, so the routes should be in place.

In order to see if the traffic reaches the nameserver, I run the following command:

tcpdump -A 'udp and (src 10.0.0.90 or dst 10.0.0.90) and port 53'


and try to resolve names. No packets are ever received. However, wireshark shows the traffic as being rejected by the nameserver. There are no entries in /etc/hosts.deny.

The nameserver is functioning for 99% of the devices pointed at it, including several other machines on that private network. Does anyone have suggestions on different packet sniffs I can try, or a service/file that needs to be reconfigured?
Reply With Quote
Reply

Tags
dns , named , redhat enterprise server


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Find Duplicate IP Address / Subnet with arping dougp23 Networking, Firewalls and Security 2 08-03-2008 08:20 PM
OpenBSD get or display network card IP address Subnet mask information rockdalinux Getting started tutorials 0 06-15-2007 11:06 PM
list of IPs used in a subnet raghuram Networking, Firewalls and Security 1 02-21-2007 10:07 AM
Linux find subnet mask commands chiku Linux software 1 12-06-2006 03:28 AM


All times are GMT +5.5. The time now is 02:12 AM.


Powered by vBulletin® Version 3.8.4 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2009 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38