On 24/04/2021 06:40, Jack Craig wrote:
netstat -nap | grep named
tcp        0      0 127.0.0.1:53 <http://127.0.0.1:53>            0.0.0.0:*     
        LISTEN      1815795/named
tcp        0      0 127.0.0.1:953 <http://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 <http://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

Nope.  Only listening on loopback addresses.

The systemctl command doesn't show the actual options.  So, what does

ps -ax | grep named

return?

Also, if you do  (make sure I'm using the correct IP address)

ncat -l 10.0.0.101 53

Does it bind as it should?  It will appear to hang when working correctly.  
Ctrl-C to quit, of course


--
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-le...@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

Reply via email to