sameersbn / docker-bind

Dockerize BIND DNS server with webmin for DNS administration
MIT License
913 stars 333 forks source link

Open ports 10000-10010 to allow RPC communication #31

Closed ghost closed 5 years ago

ghost commented 7 years ago

Webmin uses ports 10000-100010 for RPC communication. When setting up a bind slave, Webmin uses these extra ports for communication.

What ports does Webmin RPC use> Webmin has two RPC modes - slow mode, that only uses the same HTTP port the webserver listens on (typically 10000), and fast mode which uses ports 10000 on up. The upper bound depends on the number of concurrent RPC operations, but opening the range 10000 to 10010 should be enough when configuring the firewall between two Webmin servers.

http://www.webmin.com/faq.html

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.