Changes

Jump to: navigation, search

OPS335 Lab 3

2 bytes added, 14:09, 14 February 2020
/etc/named.conf
=== /etc/named.conf ===
When you install Bind you'll get a default '''/etc/named.conf'''. Copy this file over to a backup location and empty the original (If you have SELinux enabled - do not delete or move the file as that will cause SELinux not to trust it). We will be writing one from scratch with only the following contents, but use your own X XX value where applicable.
<pre>
options {
directory "/var/named/";
allow-query {127.0.0.1; 192.168.XXX.0/24;};
#forwarders { 208.67.222.222; }; # This one works at home
forwarders { 10.102.100.21; }; # This one works at Seneca
572
edits

Navigation menu