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.
_______________________________________________
dns-operations mailing list
dns-operations@lists.dns-oarc.net
https://lists.dns-oarc.net/mailman/listinfo/dns-operations
dns-jobs mailing list
https://lists.dns-oarc.net/mailman/listinfo/dns-jobs

Reply via email to