netstat -nap | grep named
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      1815795/named      
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      1815795/named      
tcp6       0      0 ::1:53                  :::*                    LISTEN      1815795/named      
tcp6       0      0 ::1:953                 :::*                    LISTEN      1815795/named      
udp        0      0 127.0.0.1:53            0.0.0.0:*                           1815795/named      
udp6       0      0 ::1:53                  :::*                                1815795/named      
unix  2      [ ]         STREAM     CONNECTED     4864955  1815795/named        
unix  2      [ ]         DGRAM                    4864952  1815795/named        
[root@ws named$
[root@ws named$ systemctl --no-pager -l status named
● named.service - Berkeley Internet Name Domain (DNS)
     Loaded: loaded (/usr/lib/systemd/system/named.service; disabled; vendor preset: disabled)
     Active: active (running) since Fri 2021-04-23 11:36:55 PDT; 4h 2min ago
    Process: 1815792 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=0/SUCCESS)
    Process: 1815794 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS)
   Main PID: 1815795 (named)
      Tasks: 11 (limit: 38336)
     Memory: 132.7M
        CPU: 6.664s
     CGroup: /system.slice/named.service
             └─1815795 /usr/sbin/named -u named -c /etc/named.conf

Apr 23 15:38:19 ws.linuxlighthouse.com named[1815795]: network unreachable resolving 'ns-1799.awsdns-32.co.uk/A/IN': 2600:9000:5305:e300::1#53
Apr 23 15:38:19 ws.linuxlighthouse.com named[1815795]: network unreachable resolving 'ns-1799.awsdns-32.co.uk/AAAA/IN': 2600:9000:5305:e300::1#53
Apr 23 15:38:36 ws.linuxlighthouse.com named[1815795]: network unreachable resolving 'www.gstatic.com/AAAA/IN': 2001:4860:4802:36::a#53
Apr 23 15:38:36 ws.linuxlighthouse.com named[1815795]: network unreachable resolving 'www.gstatic.com/A/IN': 2001:4860:4802:36::a#53
Apr 23 15:38:36 ws.linuxlighthouse.com named[1815795]: network unreachable resolving 'www.gstatic.com/AAAA/IN': 2001:4860:4802:34::a#53
Apr 23 15:38:36 ws.linuxlighthouse.com named[1815795]: network unreachable resolving 'www.gstatic.com/A/IN': 2001:4860:4802:34::a#53
Apr 23 15:38:36 ws.linuxlighthouse.com named[1815795]: network unreachable resolving 'www.gstatic.com/AAAA/IN': 2001:4860:4802:38::a#53
Apr 23 15:38:36 ws.linuxlighthouse.com named[1815795]: network unreachable resolving 'www.gstatic.com/A/IN': 2001:4860:4802:38::a#53
Apr 23 15:38:36 ws.linuxlighthouse.com named[1815795]: network unreachable resolving 'www.gstatic.com/AAAA/IN': 2001:4860:4802:32::a#53
Apr 23 15:38:36 ws.linuxlighthouse.com named[1815795]: network unreachable resolving 'www.gstatic.com/A/IN': 2001:4860:4802:32::a#53


On Fri, Apr 23, 2021 at 2:41 PM Ed Greshko <ed.greshko@greshko.com> wrote:
On 24/04/2021 02:49, Jack Craig wrote:
>
>
> named now comes up just fine.
>
> how do i verify the correct binding by interface has been done?

The output of

sudo netstat -nap | grep named

Also, please provide the output of

systemctl --no-pager -l status named

--
Remind me to ignore comments which aren't germane to the thread.

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure