Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
bind-users Digest, Vol 1361, Issue 2
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ed LaFrance  
View profile  
 More options Nov 11 2012, 5:17 pm
Newsgroups: comp.protocols.dns.bind
From: Ed LaFrance <e...@connexinternet.com>
Date: Sun, 11 Nov 2012 14:17:06 -0800
Local: Sun, Nov 11 2012 5:17 pm
Subject: Re: bind-users Digest, Vol 1361, Issue 2
Did not get your post for some reason. I am running IP tables with a
simple firewall setup. No idea on ip_conntrack. How do I check and if
so, what setting should I try and how do I do it?

Thanks!
Ed

--
(800) 362-7579 ext 1

+-------------------------------------------------------+
+ Colocation    Dedicated Servers   IPv4 & IPv6 Transit +
+-------------------------------------------------------+
Connex Internet Services, Inc.     direct: (916) 265-1568
11230 Gold Express Dr #310-313        fax: (916) 880-5663
Gold River, CA 95670            http://connexinternet.com
+-------------------------------------------------------+


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ed LaFrance  
View profile  
 More options Nov 11 2012, 5:24 pm
Newsgroups: comp.protocols.dns.bind
From: Ed LaFrance <e...@connexinternet.com>
Date: Sun, 11 Nov 2012 14:23:55 -0800
Local: Sun, Nov 11 2012 5:23 pm
Subject: Re: bind-users Digest, Vol 1361, Issue 2
Hi Kevin -

Well for some reason, your message and someone else's never got back to
me, saw it in the digest instead.

I've got about 30 class C zones on this server and it's only handling
rDNS for them; I figure theres a couple thousand actual PTR records.

I did log queries for a while and they were all legit PTR lookups.
Here's everything in named.conf except the zones themselves:

options {
         directory "/var";
         auth-nxdomain no;
         pid-file "/var/run/named/named.pid";
         allow-recursion {
                 localnets;
         };

         allow-transfer {
             "none";
         };

};

key "rndc-key" {
         algorithm hmac-md5;
         secret "CeMgS23y0oWE20nyv0x40Q==";

};

controls {
         inet 127.0.0.1 port 953
         allow { 127.0.0.1; } keys { "rndc-key"; };

};

zone "." {
         type hint;
         file "named.root";

};

zone "0.0.127.IN-ADDR.ARPA" {
         type master;
         file "localhost.rev";

};

Here's a couple of zones, they are all pretty much the same:

acl common-allow-transfer {

};

zone "22.140.204.IN-ADDR.ARPA" {
         type master;
         file "2/22.140.204.IN-ADDR.ARPA";
         allow-transfer {
                 common-allow-transfer;
         };
         notify yes;
};

zone "3.245.173.IN-ADDR.ARPA" {
         type master;
         file "3/3.245.173.IN-ADDR.ARPA";
         allow-transfer {
                 69.89.64.5;
                 65.97.49.34;
                 common-allow-transfer;
         };
         notify yes;
};

zone "92.119.199.IN-ADDR.ARPA" {
         type master;
         file "9/92.119.199.IN-ADDR.ARPA";
         allow-transfer {
                 75.98.129.21/32;
                 75.98.129.24/32;
                 common-allow-transfer;
         };
         notify yes;
};

...etc

Thanks,

Ed

On 11/11/2012 1:57 PM, bind-users-requ...@lists.isc.org wrote:

--
(800) 362-7579 ext 1

+-------------------------------------------------------+
+ Colocation    Dedicated Servers   IPv4 & IPv6 Transit +
+-------------------------------------------------------+
Connex Internet Services, Inc.     direct: (916) 265-1568
11230 Gold Express Dr #310-313        fax: (916) 880-5663
Gold River, CA 95670            http://connexinternet.com
+-------------------------------------------------------+


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »