Re: Script to creat PTR zone from zone file

2010-11-01 Thread big bond
NX | awk '{print $1}' | cut -d . -f4` PTR=`echo host$LASTOCT.$THIRDOCT.$SECOCT.$FIRSTOCT.$HOST | grep -v 't\.'` echo $LASTOCT.$THIRDOCT.$SECOCT.$FIRSTOCT.in-addr.arpa.IN PTR$PTR. | egrep -v '^\.' done 2010/11/1 big bond &g

Re: Script to creat PTR zone from zone file

2010-11-01 Thread big bond
Sorry, first message was sent not for the list but to Alan only. (by the way, why "reply" button does not send message to list by default?) 2010/10/30 Alan Clegg > On 10/30/2010 1:42 AM, Sukman wrote: > >> Looking to write a script to create the PTR records.. > >> Not much on the Web.. > > > I

Re: Forward sub-domains to another domain

2010-01-27 Thread big bond
86400; > 3600; > ) > NS @ > A 192.168.1.1 > www 3600 IN CNAME www.privh.com.br. > > > 2010/1/27 big bond > >> yes, for sure, if author wants to forward all subdomains of a

Re: Forward sub-domains to another domain

2010-01-26 Thread big bond
yes, for sure, if author wants to forward all subdomains of a particular domain. 2010/1/27 moto kawasaki > > > CNAME is what you need > > or DNAME, isn't it? > > ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinf

Re: Forward sub-domains to another domain

2010-01-26 Thread big bond
CNAME is what you need 2010/1/27 Xico leite > Hi all, > > someone knows how to forward a sub-domain to another domain thru bind?... > i mean i have cache.leite.us and i want to point to leite4.uni.cc, how can > i do that?... > > Thank you! > > ___ > bi

Re: isc_socket_create: fcntl/reserved: Too many open files

2009-12-07 Thread big bond
ulimit? 2009/12/7 john > Hi, > I'm seeing this quite frequently in syslog from bind: > > Dec 7 11:00:00 ext named[26731]: isc_socket_create: fcntl/reserved: Too > many open files > Dec 7 11:00:00 ext named[26731]: isc_socket_create: fcntl/reserved: Too > many open files > > Googling found some

Re: how to defense against ddos attack to dns?

2009-11-21 Thread big bond
We use Cisco Detector+Guard to protect our network infrastructure from network-level attacks. It's quite expansive, of cource, but you may ask your upstream provider whether it has such a service called "DDoS Protection" or something. 2009/11/21 Bryan Irvine > Basically, you have to have a big e

Re: caching problems with bind 9.4.3

2009-11-21 Thread big bond
Don't you forget to update zone's serial number when adding new domain? 2009/11/20 Gil Vidals > Hello, > > I have a master and slave running bind 9.4.3, and there is a problem with > the outside world resolving new domains that I add to my name servers. Here > is the sequence: > > 1) add new dom