Problem with allow transfer to another dns

Discussion in 'Installation/Configuration' started by Poliman, Jul 21, 2017.

  1. Poliman

    Poliman Member

    I have a problem with error generated on https://intodns.com for domain configured in ISP. All works well except, probably, allow transwer. Intodns gives error:
    Code:
    ERROR: One or more of your nameservers did not respond:
    The ones that did not respond are:
    X.X.X.X
    X.X.X.X is IP address of secondary dns for configured domain. In ISP -> DNS -> DNS Zone -> Allow zone transfers to these IPs (comma separated list) - I put IP X.X.X.X. Should something more be configured on server with IP X.X.X.X?
    Of course server with X.X.X.X is responding on ping and works well for domain configured on itself.
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Does that X.X.X.X work as a name server? Test it on Linux or Unix with command
    Code:
    host some.domainconfiguredinisp.com X.X.X.X
    If You are on Windows, the command is nslookup, check from manual how to tell nslookup which nameserver to ask the info from.
     
  3. Poliman

    Poliman Member

    Yes. X.X.X.X works as nameserver but not only as it. Result of executing command:
    Code:
    root@s1# host domain.com X.X.X.X
    Using domain server:
    Name: X.X.X.X
    Address: X.X.X.X#53
    Aliases:
    
    Host domain.com not found: 5(REFUSED)
    
     

Share This Page