Re: I get "No mail exchanger (MX) records available for rim.com" error just for a couple of domains

2010-08-19 Thread Gregory Hicks
nd line when named is started. ("ps -ef|grep named" is your friend to find out...) After you find out WHICH named is running, you can find out the version, config file, etc, etc... HTH. Regards, Gregory Hicks -

Re: Bind 9.7.0-P2 Bus Error - Solaris 9

2010-06-14 Thread Gregory Hicks
) in 19 ms cnnet.upr.edu. 28800 IN NS NS1.cnnet.upr.edu. cnnet.upr.edu. 28800 IN NS GOLIATH.cnnet.upr.edu. cnnet.upr.edu. 28800 IN NS NS3.cnnet.upr.edu. ;; Received 137 bytes from 136.145.5.66#53(ns1.upr.edu) in 118 ms

Re: problem with domain and sub-domain configuration

2010-05-03 Thread Gregory Hicks
know how to fix this problem unless I configure cr.test.com to > be slave of test.com > but i did not want to do so. > > any hints ? > > thank you > > Rick > > ___ > bind-users mailing l

Re: logging forwarding reqs

2010-04-15 Thread Gregory Hicks
If not from the Windows boxen, then there is an error in your setup. Regards, Gregory Hicks ----- Gregory Hicks | Principal Systems Engineer | Direct: 408.56

Re: How to make one ZONE (subdomain) non-public?

2010-04-12 Thread Gregory Hicks
clients { "any"; }; recursion no; additional-from-cache no; zone "ext-domain" in { type master; file "db.ext-domain"; allow-update { none; }; allow-transfer { ; ; }; }; }; // End of External view --

Re: Has anyone Seen the NANOG post titled "Upcoming DNS behavior changes to .com/.net/.edu name servers"

2010-01-19 Thread Gregory Hicks
;. [...snip...] > > http://mailman.nanog.org/pipermail/nanog/2010-January/016924.html It was also posted to the dns-ops list. ----- Gregory Hicks | Principal Systems Engineer

Re: Split view logging?

2009-11-19 Thread Gregory Hicks
This setup was required because the scanner software didn't queue mail for delivery. The setup, while somewhat awkward, worked fine and lasted a long time...) You will also have to configure log rotation yourself since the "pipe" never reac

Re: Bind sometimes SERVFAIL

2009-11-11 Thread Gregory Hicks
> ___ > bind-users mailing list > bind-users@lists.isc.org > https://lists.isc.org/mailman/listinfo/bind-users - Gregory Hicks | Principal Systems Engineer

Re: call for testers (Re: ISC BIND 9.7.0b1 is now available)

2009-10-26 Thread Gregory Hicks
_ > bind-users mailing list > bind-users@lists.isc.org > https://lists.isc.org/mailman/listinfo/bind-users - Gregory Hicks | Principal Systems Engineer | Direct: 408.569.7928 People sleep peaceably in

Re: Classless CIDR delegation...

2009-08-15 Thread Gregory Hicks
> From: "Caveguy" > To: "Gregory Hicks" > Date: Sat, 15 Aug 2009 22:15:59 -0400 > Subject: Re: Classless CIDR delegation... > > On Sat, 15 Aug 2009 18:59:03 -0700 (PDT), Gregory Hicks wrote: > > > zone "96-28.55.139.64.in-addr.arpa" { &

Classless CIDR delegation...

2009-08-15 Thread Gregory Hicks
8.55.139.64.in-addr.arpa:23: ignoring out-of-zone data (108.55.139.64.in-addr.arpa) zone 96-28.55.139.64.in-addr.arpa/IN: loaded serial 2009081503 OK (Basically, the same messages I get from named...) Any thoughts on what I'm doing wrong? (I have a copy of RFC-2317 but I'm still

RE: How See what is Cached?

2009-07-05 Thread Gregory Hicks
> From: "Alans" > Date: Sun, 5 Jul 2009 11:29:27 +0300 > > I run that command but nothing happened! And named.conf option is > dump-file "/data/cache_dump.db"; , I checked that directory that file > doesn't exist!! > Do you think there is a problem in configuration? File / directory permission

Re: Dynamic DNS and Slave Servers

2009-06-18 Thread Gregory Hicks
, which may someday need to be > > updated. > > > Surely you mean sub*zone* (?) Kevin: I'll bite! What is the difference between a sub*domain* and a sub*zone*? I don't see how you could have the one w/o the other. But that could be because I&#

Re: How to configure a webhop with BIND?

2009-05-30 Thread Gregory Hicks
lient, to go ahead and process commands. If the remote host is a port 10080 client, then your port 80 app is going to have to issue an HTTP redirect to port 10080. Regards, Gregory Hicks --------- Gregory Hicks

RE: two NS servers on a single host

2009-05-13 Thread Gregory Hicks
get back a very large number of hits. Use your google-foo to limit the search parameters some. You'll get back a slightly smaller, but still very large, number of hits. Investigate to see who has better services. Select one. Configure and configure at your domain registrar. You'

Re: approach on parsing the query-log file

2009-04-28 Thread Gregory Hicks
he parsing intelligence on the other side of the pipe. Have the log rotation "smarts" be on the other side of the pipe also. (At one $JOB, I used this technique to separate out different log messages from simultaneously running SMTP processes.) Regards, GRegory Hicks > > On Tu

Re: Combined master + forward zone

2009-04-20 Thread Gregory Hicks
gt; single Bind instance as their primary DNS server? > > So the actual question: if DDNS update functionality is needed, am I bound to use only one Bind instance as the primary DNS server for all the hosts, on all the separate sites? How about: Place all the Windo

Re: help on strange dig info

2009-04-12 Thread Gregory Hicks
c2.f5.csfunds.com.cn. > f5.csfunds.com.cn. 85769 IN NS lc1.f5.csfunds.com.cn. > > > It said f5.csfunds.com.cn's nameservers are lc1.f5.csfunds.com.cn and lc2.f5.csfunds.com.cn. > > > But, I can't dig the info for both lc1 and lc2. Those are la

Re: Two outgoing queries for each incoming query

2009-03-12 Thread Gregory Hicks
. However, it uses the answer from the server that has the fastest response time. Regards, Gregory Hicks --------- Gregory Hicks | Principal Systems Engineer | Direct: 408.

Re: Hostname Naming Compliance

2009-02-23 Thread Gregory Hicks
contact the user and tell them that their hostname, formatted thus-and-so, could cause problems and "Why don't you let me fix the name for you?" 990 times out of a 1,000, I got a "Go ahead. Let me know when you're finished." ($COMPANY's host table had some 48,000-

Re: rndc -> wrong number of zones

2009-02-22 Thread Gregory Hicks
1 > query logging is OFF > recursive clients: 0/0/1000 > tcp clients: 0/100 > server is up and running > > in /etc/bind/named.conf I have just 5 default zones. > where else read rndc zones? > > kind regards > Piotr > ___ > bind-users mailing list > bind-users@lists.isc.org

RE: Unexpected error question

2009-02-05 Thread Gregory Hicks
rror messages when you don't care if the underlying service stops all by itself. Regards, Gregory Hicks > > Thanks! > jwc > > -Original Message- > From: mark_andr...@isc.org [mailto:mark_andr...@isc.org] > Sent: Thursday, February 05, 2009 1:18 AM > Cc: Cherney

Re: Is per "view" logging possible with bind?

2009-02-02 Thread Gregory Hicks
recursion yes; [...zones go here...] }; view "external" { match-clients { "any"; }; recursion no; additional-from-cache no; [...zones go here...] }; If this is NOT what you're looking for, I apologize for wasting your time... Regards, Gregory Hicks >

Re: What are these entries in the log file - " query: . IN NS +"?

2009-01-26 Thread Gregory Hicks
ou are doing nothing wrong. > 2) What are they? They look like the DDoS being discussed on the NANOG list. Have you implemented BCP38? If not, why not... Regards, Gregory Hicks - Gregory Hicks |

RE: IPv6 Lookups on BIND 9.5.1-P1 and .GOV Addresses

2009-01-23 Thread Gregory Hicks
work > >> unreachable resolving 'ADNS2.BERKELEY.EDU/A/IN': 2001:500:2f::f#53 > > > > Same here. > > > > Doug > ___ > bind-users mailing list > bind-users@lists.isc.org > https://lists.isc.org/mail

Re: compile 9.6.0p1 etc empty

2009-01-17 Thread Gregory Hicks
> To: Gregory Hicks > Subject: Re: compile 9.6.0p1 etc empty > Date: Sat, 17 Jan 2009 20:56:32 +0100 > From: GanGan > > > > before, at the compilation there have the conf files? Either use the O'Reilly "DNS & Bind" book and enter their sampl

Re: DNS spoofing

2009-01-16 Thread Gregory Hicks
records ; @ IN NS metis.example.net. ; ; Zone records ; @ IN A 127.0.0.1 Then the ONLY host to be resolved will be $HOST. Anything else falls through to the original zone. This solution only takes over ONE (1) host record in the zone. Regards, Gregory Hicks ---

Re: Help tracing out a strange lookup case

2008-12-28 Thread Gregory Hicks
flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;crm.share-ideas.com. IN A ;; ANSWER SECTION: crm.share-ideas.com.3600IN A 213.242.225.169 ;; Query time: 310 msec ;; SERVER: 89.111.171.191#53(89.111.171.191) ;; WHEN: Sun De

Re: Where is the open recursion test?

2008-12-15 Thread Gregory Hicks
ER: 64.139.55.108 ;; WHEN: Mon Dec 15 02:57:50 2008 ;; MSG SIZE sent: 37 rcvd: 131 well% That worked also. (I got the expected results... Yay!) Again, thanks! Regards, Gregory Hicks > > Kind regards > Peter > > > Gregory Hicks wrote: > >> Date: Mon, 1

Re: Where is the open recursion test?

2008-12-15 Thread Gregory Hicks
> Date: Mon, 15 Dec 2008 06:44:18 -0200 > From: Leonardo Rodrigues Magalhães > > Gregory Hicks escreveu: > > Greetings: > > > > Seeing in my named.log entries for "too many timeouts resolving > > ''..." makes me wonder if my server is

Where is the open recursion test?

2008-12-14 Thread Gregory Hicks
Greetings: Seeing in my named.log entries for "too many timeouts resolving ''..." makes me wonder if my server is an open recursive server. Where is the test please for open recursion so I can check? Assist appreciated. Re

Re: 50 million records under one domain using Bind

2008-12-14 Thread Gregory Hicks
ries per second; If the machine can only handle 10k queries per second, then the MOST it will see is 10k qps even if 11k qps are coming in. Regards, GRegory Hicks - Gregory Hicks | Principal Systems En

Re: FW: Pls help me for bind9

2008-12-03 Thread Gregory Hicks
Graves > Internet Systems Consortium > +1 650-423-1323 office > [EMAIL PROTECTED] > See http://www.isc.org/training/ for the latest information on our training offerings > > ___ > bind-users mailing list > bind-users@lists.isc.org > https://lists.i

Re: rfc1918 ns records coming from internet are queried?

2008-12-03 Thread Gregory Hicks
l have ungodly high round trip times and should be removed from further queries... (My read of how it works. I could be wrong though.) Regards, Gregory Hicks > > Steinar Haug, Nethelp consulting, [EMAIL PROTECTED] > __

BIND and ENUM NAPTR...

2008-12-03 Thread Gregory Hicks
Greetings: SIP (NAPTR and ENUM) uses a DNS like structure. Does BIND support these data types? Are there any references? Regards, Gregory Hicks - Gregory Hicks | Principal Systems Engineer

BIND and ENUM NAPTR...

2008-12-02 Thread Gregory Hicks
Greetings: SIP (NAPTR and ENUM) uses a DNS like structure. Does BIND support these data types? Are there any references? Regards, Gregory Hicks - Gregory Hicks | Principal Systems Engineer