bind: Make network manager work with bind
- When a connection successfully established, DNS servers provided by the connections should be configured for Bind.
Currently, when Bind is running, network manager can't create shared connections due clash in port numbers. Fix this by configuring Network Manager not to launch it's own DNS resolver.Explore the possibility of using systemd-resolved for this purpose due to it being supported by Network Manager already.Alternatively, make Bind available for listening on external networks and let Network manager take care of internal listening for Internet networks.
Edited by Sunil Mohan Adapa