/
Disable bind on public interface
Disable bind on public interface
If you need to disable listening on an interface for DNS on a CSN, you may add the "listen-on" option in the options section in /etc/named.conf and issue a:
service named restart
This is what a sample options section looks like:
options { directory "/var/named"; forwarders {
172.17.254.254; }; listen-on { 10.5.0.5; }; };
Related content
How to reset a CSN development environment
How to reset a CSN development environment
Read with this
How can I manually set the iptables rules for my CSN?
How can I manually set the iptables rules for my CSN?
More like this
How can I statically assign IP addresses to specific MAC addresses on a CSN?
How can I statically assign IP addresses to specific MAC addresses on a CSN?
Read with this
How to disable SCSP Proxy on a CSN
How to disable SCSP Proxy on a CSN
More like this
Disabling SNMP on a CSN
Disabling SNMP on a CSN
More like this
How to stop DHCP on a CSN
How to stop DHCP on a CSN
More like this
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.