On Wed, Dec 16, 2015 at 1:52 PM, Rich Freeman <ri...@gentoo.org> wrote:
> On Wed, Dec 16, 2015 at 4:26 AM, Alan McKinnon <alan.mckin...@gmail.com> 
> wrote:
>>
>> Solution: obey best practice. Never run auth and cache on the same
>> address. On the same machine is fine, they are different daemons.
>
> Which one listens on port 53?

# ss -ntl | grep :53
LISTEN     0      10     192.168.1.222:53                       *:*
LISTEN     0      10     192.168.1.221:53                       *:*
# ps ax | grep [na]med
  791 ?        Ssl    0:00 /usr/sbin/named -f -4 -c
/var/named1/named.conf -u named
  799 ?        Ssl    0:00 /usr/sbin/named -f -4 -c
/var/named2/named.conf -u named
#

Reply via email to