All-
I was reading an old post regarding editing beeps to so named.conf would maintain a forward only state during restart and UTM nightly activities. By making named.conf forward only the root DNS severs would not be contacted. Can someone help with adding the following lines to beeps in their correct location? I added them in the start section but received a number of errors on start up. Thanks you in advance for your help. Jim
I added these lines to /etc/init.d/beeps:
sed -i -- 's/recursion yes/recursion no/g' /var/sec/chroot-bind/etc/named.conf
sed -i -- 's/forward first/forward only/g' /var/sec/chroot-bind/etc/named.conf
This thread was automatically locked due to age.