![]() |
Problem with bind - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Problem with bind (/thread-7726.html) Pages: 1 2 |
RE: Problem with bind - theprincy - 09-02-2009 01:37 AM (09-02-2009 01:02 AM)sci2tech Wrote: Did you try to google about your error?!! I told you this has nothing to do with ispcp. I only said I did upgrade to 1.0.3 and I have this problem. If before the upgrade I had no problems after upgrade and started the first thing I thought was caused dall'aggiornamento made, and that's what I said and reported. Also I do not blame anyone for lack of knowledge. rather they are the first to say that I know nothing. The first problem I solved this morning immediately after giving perhaps a misconfiguration that have sprung all the problems later. to become a good sysadmin, alone is not enough for all the help and suggestions, as well as reading a good book not take it as an attack I recommend ![]() PS: The strange thing is that with the. com dns I have the same problem is solved correctly is there that do not understand. should also give it to me with. com or wrong? see ps2 ![]() PS2 : in the previous post there is a mistake when I said I wanted to write domain .com /net /etc Domain NS records Nameserver records returned by the parent servers are: ns3.bitrunners.com. ['151.1.153.22'] [TTL=172800] ns4.bitrunners.com. ['151.1.153.22'] [TTL=172800] really Domain NS records Nameserver records returned by the parent servers are: ns9.bitrunners.com. ['151.1.153.22'] [TTL=172800] ns10.bitrunners.com. ['151.1.153.22'] [TTL=172800] RE: Problem with bind - theprincy - 09-02-2009 02:56 AM I checked the NS server on these sites a) http://www.checkdns.net/quickcheck.aspx?domain=xxxxxx.xx b) http://www.intodns.com/xxxxxx.xx c) http://dnscheck.iis.se/ d) http://www.uptrends.com/aspx/free-dns-lookup-tools.aspx a, d is all perfect b, c is not nothing perfect Who to believe? why this problem? how can this happen? if it is a server error in addition to files and named.conf named.conf.xxxxx and domain.ext.db where do I look? RE: Problem with bind - kilburn - 09-02-2009 04:06 AM In my own experience, intodns has been extremely good and reliable at diagnosing DNS issues. Which errors did it throw to you? Can you post the domain? I mean... domains should not be something ultra-private that you cannot reveal, don't you think? This would let us diagnose the issue much easier... RE: Problem with bind - theprincy - 09-02-2009 05:01 AM (09-02-2009 04:06 AM)kilburn Wrote: domains should not be something ultra-private that you cannot reveal, don't you think? ![]() ![]() These examples use the same for dns, francescovoci.com no problem which affect the display and functions of domain, mauriziomariani.it the ns are not found d of course nothing works email and web as you can see from the images . RE: Problem with bind - kilburn - 09-02-2009 06:25 AM There is one problem on the first domain, and two on the second one. 1st problem: bitrunners.com has a whole buch of nameservers, but some of them do not provide records for "ns3.bitrunners.com" and "ns4.bitrunners.com" (they are NOT synchronized and serving the same records as should be): Code: minibender:~ kilburn$ host -t NS bitrunners.com Thus, as the cilent randomly chooses one of the nameservers and asks to him, some clients will get to "correct" servers (such as ns1.bitrunners.com) and get a proper answer, while others hit a "bad" server (such as ns3.bitrunners.com) and get a host not found error. This problem is there for both domains, but... The first domain has IP addresses associated to the nameservers directly on the registry info. This is good, and you should do the same with the second one ![]() RE: Problem with bind - theprincy - 09-02-2009 07:27 AM Quote:The first domain has IP addresses associated to the nameservers directly on the registry info. This is good, and you should do the same with the second one Wink all the ip of the machine are fees associated with the nameserver, for example ns3 and ns4 to ip .22, NS5 n6 to IP 27. that's what you mean? RE: Problem with bind - theprincy - 09-02-2009 07:30 PM I then assigned each car a different domain for managing the DNS. instance on the machine with IP 151.1.153.22 I gave revhost.info, so now I ns1.revhost.info and ns2.revhost.info. running the command that you did get this robert @ linux-BWWR: ~> host-t revhost.info NS ;; Connection timed out; no servers could be reached robert @ linux-BWWR: ~> host-t A ns1.revhost.info ns2.revhost.info Using domain server: Name: ns2.revhost.info Address: 151.1.153.22 # 53 Aliases: ns1.revhost.info has address 151.1.153.22 why do you think comes out error ;; Connection timed out; no servers could be reached? what you do not understand why check to a new DNS domain works for 10 minutes and then give problems. RE: Problem with bind - kilburn - 09-02-2009 08:35 PM Quote:robert @ linux-BWWR: ~> host-t revhost.info NSThis is not correctly written. The syntax is (type is optional, defaults to "A" and "server_to_contact" is also optional, defaults to whatever server you have configured for this mahcine): Code: host [-t <type_of_record>] <hostname> [server_to_contact] Code: Bender:~ marc$ host -t NS revhost.info Please, read some "introduction to how the dns system works" tutorial or something, becuse you're missing essential concepts necessary to debug this kind of problems. RE: Problem with bind - theprincy - 09-02-2009 10:09 PM I downloaded several guides and I'm trying to figure out where is the problem ![]() RE: Problem with bind - theprincy - 09-02-2009 11:36 PM i solved then I modified the file revhost.info.db in this way (is the domain that acts as DNS Management) .... ;modifica test ns1.revhost.info. IN A 151.1.153.22 ns2.revhost.info. IN A 151.1.153.22 @ IN A 151.1.153.22 http://www.revhost.info IN A 151.1.153.22 .... ..... ;ns1. IN A 151.1.153.22 ;ns2. IN A 151.1.153.22 ; CNAME for VHCS compatibility ;ns IN CNAME ns1 ; CNAME for mail transfer ; fine modifica test |