Gentoo Archives: gentoo-user

From: Tom H <tomh0665@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] resolving names of local hosts locally
Date: Wed, 16 Dec 2015 19:04:14
Message-Id: CAOdo=Sz7VbZ9CjWFK-K02WCLGEqGLYDWD4mBzR=sSqCAV8cCYg@mail.gmail.com
In Reply to: Re: [gentoo-user] resolving names of local hosts locally by Rich Freeman
1 On Wed, Dec 16, 2015 at 1:52 PM, Rich Freeman <rich0@g.o> wrote:
2 > On Wed, Dec 16, 2015 at 4:26 AM, Alan McKinnon <alan.mckinnon@×××××.com> wrote:
3 >>
4 >> Solution: obey best practice. Never run auth and cache on the same
5 >> address. On the same machine is fine, they are different daemons.
6 >
7 > Which one listens on port 53?
8
9 # ss -ntl | grep :53
10 LISTEN 0 10 192.168.1.222:53 *:*
11 LISTEN 0 10 192.168.1.221:53 *:*
12 # ps ax | grep [na]med
13 791 ? Ssl 0:00 /usr/sbin/named -f -4 -c
14 /var/named1/named.conf -u named
15 799 ? Ssl 0:00 /usr/sbin/named -f -4 -c
16 /var/named2/named.conf -u named
17 #