[dns-operations] rndc problems

Kevin C. kevin at dnsbed.com
Wed May 27 09:23:37 UTC 2015


Thanks for all the helps.
Now I resolved the issues.
Just add the public IP of the VPS to named.conf below, restart bind and 
it works.

controls {
       inet 127.0.0.1 port 953
               allow { 127.0.0.1; 116.251.xx.xx; } keys { "rndc-key"; };
};

The kernel's routing may have problems, b/c talking to localhost 
(127.0.0.1:953), but bind see it's from a public IP.

Thanks.


On 2015/5/27 星期三 16:59, Edward Lewis wrote:
> Try more logging (debug / higher verbosity).
>
> I don't know what any vpn might do to a host's internal routing.



More information about the dns-operations mailing list