Re: hardware requirements per hits

2009-08-19 Thread Fajar A. Nugraha
On Wed, Aug 19, 2009 at 12:47 AM, Subhan Malickmali...@illinois.edu wrote: On 8/17/09 10:15 PM, Fajar A. Nugraha wrote: Here are some pointers from my experience though: - syslog query logging is expensive. NEVER enable it. If you need to log client queries, log it directly to file instead.

$GENERATE and IPv6

2009-08-19 Thread Matthew Seaman
Is anyone out there using $GENERATE to create blocks of and PTR records for IPv6? Particularly PTR records? It seems easy enough to create records automatically: $ORIGIN infracaninophile.co.uk. $GENERATE 0-255 2001-8b0-151-1-240-0-1234-${0,0,x}

Connect returns EINPROGRESS

2009-08-19 Thread kalpesh varyani
Hi all, I am using HPUX 11.23 and looking into the socket.c code of bind-9.4.3-P3. Following is the code for isc_socket_connect() in the file: isc_result_t isc_socket_connect(isc_socket_t *sock, isc_sockaddr_t *addr, isc_task_t *task, isc_taskaction_t action, const void

Re: hardware requirements per hits

2009-08-19 Thread Matus UHLAR - fantomas
On 8/17/09 10:15 PM, Fajar A. Nugraha wrote: Here are some pointers from my experience though: - syslog query logging is expensive. NEVER enable it. If you need to log client queries, log it directly to file instead. On Wed, Aug 19, 2009 at 12:47 AM, Subhan Malickmali...@illinois.edu

Re: $GENERATE and IPv6

2009-08-19 Thread Mark Andrews
In message 4a8bd747.6000...@infracaninophile.co.uk, Matthew Seaman writes: Is anyone out there using $GENERATE to create blocks of and PTR reco= rds for IPv6? Particularly PTR records? It seems easy enough to create records automatically: $ORIGIN infracaninophile.co.uk.

Re: Connect returns EINPROGRESS

2009-08-19 Thread Cathy Almond
Hi Kalpesh, Isn't the explanation already clear in the code comments? * HP-UX fails to connect a UDP socket and sets errno to * EINPROGRESS if it's non-blocking. We'd rather regard this as * a success and let the user detect it if it's really an error * at the time of sending a packet on the

RE: FW: Delegating reverse DNS to a customer

2009-08-19 Thread Tim Huffman
Thank you for everyone's help. I'm going to pursue this with ARIN, since that seems to be the right way to do things. Tim Huffman Director of Engineering Business Only Broadband, LLC O (630) 590-6012 C (630) 340-1925 t...@bobbroadband.com www.bobbroadband.com -Original Message- From:

CNAME for MX Record?

2009-08-19 Thread Bradley Caricofe
Hey list, I have the following issue. A customer hosts a domain with me, facplus.com. Her primary email account is on that domain, we'll call it h...@facplus.com. She has also registered another name through Dotster, meetingtoolsandjewels.com. Dotster provides her with URL redirection and email

Re: CNAME for MX Record?

2009-08-19 Thread bsfinkel
Bradley Caricofe wrote: Hey list, I have the following issue. A customer hosts a domain with me, facplus.com. Her primary email account is on that domain, we'll call it her at facplus.com. She has also registered another name through Dotster, meetingtoolsandjewels.com. Dotster provides her

Re: CNAME for MX Record?

2009-08-19 Thread SM
At 09:35 19-08-2009, Bradley Caricofe wrote: I have the following issue. A customer hosts a domain with me, facplus.com. Her primary email account is on that domain, we'll call it h...@facplus.com. She has also registered another name through Dotster, meetingtoolsandjewels.com. Dotster provides

RE: Reverse delegation - refused on my DNS

2009-08-19 Thread Ben Bridges
It appears that dns1.zmi.at is refusing queries for 48-28.164.69.212.in-addr.arpa: # dig @dns1.zmi.at 48-28.164.69.212.in-addr.arpa NS +norecurs ; DiG 9.5.0-P1 @dns1.zmi.at 48-28.164.69.212.in-addr.arpa NS +norecurs ; (1 server found) ;; global options: printcmd ;; Got answer: ;; -HEADER-

Re: CNAME for MX Record?

2009-08-19 Thread Mark Andrews
In message 8401908190935r6f7d622am9dd697317ec5...@mail.gmail.com, Bradley Caricofe writes: Hey list, I have the following issue. A customer hosts a domain with me, facplus.com. Her primary email account is on that domain, we'll call it h...@facplus.com. She has also registered another

Re: View selection via TSIG

2009-08-19 Thread Mark Andrews
In message 6913b169-0b0e-42e0-bc30-92d188036...@tcbug.org, Josh Paetzel write s: On Aug 19, 2009, at 11:07 AM, Kirk wrote: logging { channel my_log { file /var/log/bind/named.log versions 3 size 5m; severity warning; print-time

Re: View selection via TSIG

2009-08-19 Thread Josh Paetzel
On Aug 19, 2009, at 6:30 PM, Mark Andrews wrote: Thanks. That worked, and I was quickly able to see what I was doing wrong. My primary nameserver was matching an IP in one of the views. So all the notifies were seen by slave as being in that one view. IPs override keys. Acl matches are