Add the machine's IP address to the firewall's "allowed" or "trusted" list code example
Example: how to add source ip in firewalld
sudo firewall-cmd --zone=<name> --permanent --add-source=<source>
sudo firewall-cmd --zone=<name> --permanent --add-source=<source>