OcNOS-SP : System Management Guide : System Management Configuration Guide : DNS Relay Configuration : Linux Configuration on the DNS server
Linux Configuration on the DNS server
1. sudo ifconfig enp3s0f0 1.1.1.2/24
2. sudo ifconfig enp3s0f0 inet6 add fd01::2/16
3. Install and configure BIND9:
a. apt-get -y update && apt install -y bind9
b. Configure 'forwarders' section in the /etc/bind/named.conf.options file like this:
forwarders { 8.8.8.8; 2001:4860:4860::8888; };
Last modified date: 10/19/2023