about the zone file management

2010-11-28 Thread Tech W.
Hello, I'm not sure, is it right for the management of zone files, with both dynamic update and editting by hand? Thanks. ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users

Help with the subzone problem

2010-11-24 Thread Tech W.
Hello, I found a strange problem. We have a zone in Bind, for example, abc.com We designate a subzone of it to another dns server, for eaxmple, F5's 3DNS. The corresponding RR in Bind is: games.abc.com. IN NS 3600 ns1.example.com. games.abc.com. IN NS 3600 ns2.example.com. Bind's setup

Re: can @ be CNAME?

2010-11-23 Thread Tech W.
Thanks a lot Matthew. > > CNAME records are special.  You can't have any other > records for a label > where you have a CNAME record (well, with the exception of > RRSIG records > if you're using DNSSEC).  This is covered in great > detail in any > introductory text on DNS. > > The principle rea

Re: can @ be CNAME?

2010-11-23 Thread Tech W.
--- On Tue, 23/11/10, Matus UHLAR - fantomas wrote: > From: Matus UHLAR - fantomas > Subject: Re: can @ be CNAME? > To: bind-users@lists.isc.org > Received: Tuesday, 23 November, 2010, 3:58 PM > On 23.11.10 15:50, Tech W. wrote: > > can I set @ to a cname type? like:

can @ be CNAME?

2010-11-22 Thread Tech W.
Hello, can I set @ to a cname type? like: @ IN CNAME www.example.com. Thanks. ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users

Re: MySQL BIND SDB

2010-11-16 Thread Tech W.
Thanks a lot. That looks much helpful for me. --- On Wed, 17/11/10, Josh Miller wrote: > From: Josh Miller > Subject: Re: MySQL BIND SDB > To: bind-users@lists.isc.org > Received: Wednesday, 17 November, 2010, 9:38 AM > On 11/15/2010 10:58 PM, Tech W. > wrote: > > Is

MySQL BIND SDB

2010-11-15 Thread Tech W.
Hello, Is mysql Bind SDB suitable for a production application? We have many dozens of domains in the bind servers, what's the best way to maintain the zones and records? Thanks. ___ bind-users mailing list bind-users@lists.isc.org https://lis

Re: No cache for NS RR in public DNS

2010-10-15 Thread Tech W.
--- On Fri, 15/10/10, Mark Andrews wrote: > From: Mark Andrews > Subject: Re: No cache for NS RR in public DNS > To: "Tech W." > Cc: bind-us...@isc.org > Received: Friday, 15 October, 2010, 9:21 PM > > In message <811222.51900...@web15706.mail.cnb.yahoo.c

No cache for NS RR in public DNS

2010-10-15 Thread Tech W.
Hello, like this domain: blogchina.org I can't get its NS RR in public DNS: dig blogchina.org ns @8.8.8.8 get nothing. But it does work correctly. for example, query the record: dig udb.yy.blogchina.org works! How to setup Bind for this? Thanks! __

question on query process

2010-05-25 Thread Tech W.
Hello, I have a question about the query process of local dns cache to remote servers. When my local dns cache want to find the A record for a domain name, for example, www.example.com If the A record doesn't exist in its cache, but example.com's NS records are there. Thus the dns cache will que

Re: a question on bind cache

2010-01-14 Thread Tech W.
- Original Message > From: Alan Clegg > To: bind-users@lists.isc.org > Sent: Fri, 15 January, 2010 11:37:58 AM > Subject: Re: a question on bind cache > > You could monitor your services and then use dynamic DNS to change > resource records based on the results, but it's not the bes

Re: a question on bind cache

2010-01-14 Thread Tech W.
- Original Message > From: Kevin Darcy > To: bind-users@lists.isc.org > Sent: Thu, 14 January, 2010 11:42:32 PM > Subject: Re: a question on bind cache > > The highest incentive, and the optimal strategy, is for content *owners* > to manage this, not *consumers*. > > http://lmgtfy.

a question on bind cache

2010-01-14 Thread Tech W.
Hello, We have been facing this problem, sometime the original server was down, but Bind didn't know it, and still answered clients with the dead IP. Or sometime an external domain name has two or more IPs, accessing to part of them is fast, but accessing to another part is slow. So, do you thi

Re: parent dns answers the ARR of child dns

2009-12-03 Thread Tech W.
--- On Fri, 4/12/09, Kevin Darcy wrote: > From: Kevin Darcy > Subject: Re: parent dns answers the ARR of child dns > To: bind-users@lists.isc.org > Received: Friday, 4 December, 2009, 1:56 AM > Not only that, but DNS.gduf.edu.cn is > performing recursion, while not > setting RA in, and not co

parent dns answers the ARR of child dns

2009-12-03 Thread Tech W.
Hello, Firstly thanks for any helps I have got on this list for our DNS setup in university environment. Now I meet another problem, please see this dig: # dig smartip.gduf.edu.cn ns +short dtone1.gduf.edu.cn. That means smartip.gduf.edu.cn is a zone whose NS is dtone1.gduf.edu.cn. I have se

Re: change NXDOMAIN to a A type response

2009-08-03 Thread Tech W.
--- On Mon, 3/8/09, Matus UHLAR - fantomas wrote: > > Many people consider that a bad idea. the DNS is used by > many applications > in many manners and providing false answers can break them > in many ways. > Here the primary ISP CN Telecom does do DNS hijack, though I hate this. anybody

Re: about tcp port 53

2009-07-28 Thread Tech W.
--- On Tue, 28/7/09, Stephane Bortzmeyer wrote: > > > what's the use of bind's tcp port 53? > > DNS requests and responses. > oh, I was always thinking dns requests and responses are going with udp protocal. under what condition it uses tcp protocal? Regards, Wah. ___

Re: about allow-update

2009-07-28 Thread Tech W.
ost is not authorized to connect, * the clocks are not syncronized, or * the key is invalid. bind version: # sbin/named -v BIND 9.6.0-P1 Please help, thanks. Regards, Wah. --- On Thu, 16/7/09, Evan Hunt wrote: > From: Evan Hunt > Subject: Re: about allow-update > To: "Te

about tcp port 53

2009-07-28 Thread Tech W.
Hello, what's the use of bind's tcp port 53? is it used for dns update and zone transfer or something else? If I have not been using dynamic update and transfer, can I block tcp port 53 using a firewall? Thanks. Regards, Wah. _

Re: about cache nonexist record

2009-07-20 Thread Tech W.
--- On Tue, 21/7/09, Mark Andrews wrote: > From: Mark Andrews > Subject: Re: about cache nonexist record > To: "Tech W." > Cc: bind-users@lists.isc.org > Received: Tuesday, 21 July, 2009, 8:01 AM > > In message <950.42549...@web15608.mail.cnb.yahoo.com>

about cache nonexist record

2009-07-20 Thread Tech W.
Hello, I have Bind-9.6.1 running on our university environment, have been using dynamic update. My question is, when other DNS query my named for a record, for example test.example.com, but this record doesn't exist. How long time will the remote DNS cache this nonexist record? I found the p

Re: no glue A record in child domain

2009-07-18 Thread Tech W.
--- On Sat, 18/7/09, Mark Andrews wrote: > From: Mark Andrews > Subject: Re: no glue A record in child domain > To: "Tech W." > Cc: bind-users@lists.isc.org > Received: Saturday, 18 July, 2009, 10:22 PM > > In message <961314.13824...@web15606.mail.

no glue A record in child domain

2009-07-18 Thread Tech W.
Hello gurus, Say I have this glue record in parent's DNS: child.example.com. IN NS ns.child.example.com. ns.child.example.com. IN A 12.34.56.78 Then in child's zone file, I don't include the A record for "ns.child.example.com.". What will be happened? Does it affect client's query to othe

about allow-update

2009-07-15 Thread Tech W.
Dear list, Currently I'm using TSIG key for dynamic update auth. allow-update {key "mykey";}; Besides TSIG key, I want to limit the source address also. That's to say, I want the given address with specified key to execute the update only. How can I do it? Is this syntax correct? allow-updat

dynamic update for views

2009-06-13 Thread Tech W.
Hi, I know how to dynamic update on a basic named config. but my named has views setup, how to dynamic update the records to each view? Can you point to me some resources? Thanks. Regards, Wah. Need a Holiday? Win a $10,000 Holiday of your choice. Enter now.http://us.lrd.yahoo.com/_ylc=

weight for RR

2009-06-04 Thread Tech W.
Hi, Is it possible to set weight for records? for example,I have these two A records: wwwIN A 192.168.1.100 IN A 192.168.1.101 But I want 192.168.1.100 take the weight of 75%, and 192.168.1.101 take the weight of 25%. That means, when clients query for www.domain.com, 1.100 h

MX is a numeric IP

2009-05-20 Thread Tech W.
What will be happened if a MX is an numeric IP? for example, # dig vip.online2.sh.cn mx +short 10 218.1.71.125. Thanks. Need a Holiday? Win a $10,000 Holiday of your choice. Enter now.http://us.lrd.yahoo.com/_ylc=X3oDMTJxN2x2ZmNpBF9zAzIwMjM2MTY2MTMEdG1fZG1lY2gDVGV4dCBMaW5rBHRtX2xuawNVM

Re: dig info

2009-05-18 Thread Tech W.
--- On Mon, 18/5/09, Mark Andrews wrote: > From: Mark Andrews > Subject: Re: dig info > To: "Tech W." > Cc: bind-users@lists.isc.org > Received: Monday, 18 May, 2009, 10:35 PM > > In message <980168.77226...@web15605.mail.cnb.yahoo.com>, > "Tech

Re: named reloading

2009-05-18 Thread Tech W.
, 0.1); } (4) run both shell and perl scripts, and watch the results output of perl script. After tested for some time (ie, 10 minutes), I got nothing from perl script's output. So I assume that when named is reloading, it doesn't affect user's query. Am I right? thanks for any

named reloading

2009-05-18 Thread Tech W.
Hello, Just asked this question again, b/c it's not easy to test... When named is reloading with 'rndc reload' command, client's query is coming in, what will be happened? Will client's request be dropped? Thanks. Need a Holiday? Win a $10,000 Holiday of your choice. Enter now.http://u

dig info

2009-05-18 Thread Tech W.
Sometime I dig a domain name, it returns the results below: ;; reply from unexpected source: 59.42.52.246#59721, expected 211.66.80.167#53 ;; reply from unexpected source: 59.42.52.246#59721, expected 211.66.80.167#53 ;; reply from unexpected source: 59.42.52.246#59721, expected 211.66.80.167#53

Re: glue record

2009-05-13 Thread Tech W.
--- On Wed, 13/5/09, Stephane Bortzmeyer wrote: > > Remove the allow-update directive. > But she is running the windows DNS server not Bind.. Need a Holiday? Win a $10,000 Holiday of your choice. Enter now.http://us.lrd.yahoo.com/_ylc=X3oDMTJxN2x2ZmNpBF9zAzIwMjM2MTY2MTMEdG1fZG1lY2g

two NS servers on a single host

2009-05-13 Thread Tech W.
Hello, I have a bind host installed. It has two public IP addresses. I want to give two NS records for my domain, each NS take each of the IP set in the host. more details, the host has two IPs: 61.145.121.59 211.66.80.59 surely policy reoute for two nics was enabled. I add these info into na

Re: glue record

2009-05-13 Thread Tech W.
--- On Wed, 13/5/09, Kal Feher wrote: > From: Kal Feher > Subject: Re: glue record > To: bind-users@lists.isc.org > Received: Wednesday, 13 May, 2009, 5:34 PM > Your domain is still broken. You need > to remove the NS record for your > internal host. > I have requested the hostmaster, who

Re: glue record

2009-05-13 Thread Tech W.
Oh yes, I have got it. Thanks. --- On Wed, 13/5/09, Stephane Bortzmeyer wrote: > From: Stephane Bortzmeyer > Subject: Re: glue record > To: "Tech W." > Cc: "Stephane Bortzmeyer" , bind-users@lists.isc.org > Received: Wednesday, 13 May, 2009, 3:40 PM &

Re: glue record

2009-05-13 Thread Tech W.
--- On Wed, 13/5/09, Stephane Bortzmeyer wrote: > > Glue was sent back since wanadoo.fr's name servers are > under > wanadoo.fr . Ok please see dig info below. if I understand for it correctly, gdpu.cn is not under b.dns.cn, why b.dns.cn returns glues? Thanks. # dig gdpu.cn ns @B.DNS.cn

glue record

2009-05-12 Thread Tech W.
I'm just not very sure, what's the usage for a glue record? When an upper DNS returns a domain's authorised DNS server, will it also returns the authorised DNS server's IP address? So glue record works as this way? Thanks for any replies. Regards. Need a Holiday? Win a $10,000 Holiday

Re: no NS but having A record

2009-05-11 Thread Tech W.
Thanks Kal. That let things be clear. --- On Mon, 11/5/09, Kal Feher wrote: > > Note that the reason your queries fail is because name > servers are supposed > to assume that the apex of the zone contains the most > correct data. > Therefore if the 2 name servers to which this zone is > delega

Re: no NS but having A record

2009-05-11 Thread Tech W.
Hi, Firstly the DNS serveres for that domain is not mastered by me. I got the NS dig info as below. You can see, if I specify another public DNS (211.66.80.161), the results can be fetched. If I don't specify a DNS (use the default one 202.96.128.143 of my ISP), dig gets nothing. So I'm really

no NS but having A record

2009-05-11 Thread Tech W.
Hello, For this domain, gdpu.cn, I tried to find its ns record: dig gdpu.cn ns with no results. But I can dig its www record as below. why this happened? I can't understand entirely.. Thanks. # dig www.gdpu.cn ; <<>> DiG 9.5.0-P2 <<>> www.gdpu.cn ;; global options: printcmd ;; Got answer:

about named reload

2009-05-08 Thread Tech W.
Hi, When named is reloading (rndc reload) and at this time the query request is coming, what will be happened? Will this query be rejected? Thanks. Regards. ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/li

Re: about resolving on a child zone

2009-04-14 Thread Tech W.
Thanks for chris, barry and all. --- On Tue, 14/4/09, Barry Margolin wrote: > > There's a special exception made for "glue" records, since > they're > needed to prevent an infinite recursion.  The parent > zone will include > this A record. Enjoy a safer web experience. Upgrade to

Re: about resolving on a child zone

2009-04-13 Thread Tech W.
--- On Tue, 14/4/09, Chris Buxton wrote: > From: Chris Buxton > Subject: Re: about resolving on a child zone > > In this case, the answer is that your main zone > (example.com) will have an error, because it will have an A > record below the "bottom" of the zone that is not a glue > record.

about resolving on a child zone

2009-04-13 Thread Tech W.
hello, I have the domain saying it's example.com. I defined a NS (and its A rcd) as below: my.example.com. IN NS mydns.example.com. mydns.example.com. IN A 11.22.33.44 Also I added this A record in both main DNS and the child zone's DNS (mydns.example.com). www.my.example.com. IN A

Re: help on strange dig info

2009-04-12 Thread Tech W.
--- On Sun, 12/4/09, Gregory Hicks wrote: > From: Gregory Hicks > Subject: Re: help on strange dig info > To: bind-users@lists.isc.org, tech...@yahoo.com.cn > Received: Sunday, 12 April, 2009, 3:33 PM > > > I digged a domain name as below: > > > > r...@dev1:~# dig www.csfunds.com.cn > > >

help on strange dig info

2009-04-12 Thread Tech W.
Hello, I digged a domain name as below: r...@dev1:~# dig www.csfunds.com.cn ; <<>> DiG 9.5.0-P2 <<>> www.csfunds.com.cn ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23283 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 0 ;;

Re: about ns record in child domain

2009-04-11 Thread Tech W.
--- On Sun, 12/4/09, Chris Buxton wrote: > From: Chris Buxton > Subject: Re: about ns record in child domain > To: "Tech W." > Cc: bind-users@lists.isc.org > Received: Sunday, 12 April, 2009, 11:04 AM > On Apr 11, 2009, at 7:42 PM, Tech W. > wrote: > >

about ns record in child domain

2009-04-11 Thread Tech W.
Greetings, I have a domain said example.com. in example.com's main DNS I added a NS record: cdn.example.com. IN NS otherdns.example.com. otherdns.example.com. IN A 12.34.56.78 Then in DNS of otherdns.example.com, I set something in named.conf like: zone "cdn.example.com" {