--On Sunday, May 02, 2021 5:01 PM +0000 Jason Long hack3rcon@yahoo.com wrote:
ports: 53/tcp 53/udp 135/tcp 137-138/udp 139/tcp 389/tcp 389/udp 445/tcp 464/tcp 464/udp 636/tcp 1024-5000/tcp 3268-3269/tcp
Instead of opening individual ports, add the samba-dc service to the zone. This will add all the ports listed in /usr/lib/firewalld/services/samba-dc.xml, and using a service name will document why you have all those ports open.
Try running nmap from your client against your Samba server to see what ports it thinks are open.
From the Samba server, you can run "lsof -i" to see what ports are in use
by which programs.
It can sometimes help to temporarily disable SELinux to see if it's blocking something important. Remember to turn it back on after testing and determing the real problem.