How can I Configure Firewall To Allow NoMachine To Work?

Hi,

Does anyone know how to configure Firewall(Firewalld) to allow NoMachine to work?
Let me know, thanks!

This might help;

https://kb.nomachine.com/AR04S01122

If not, they have much more specific information in their Knowledge Base (KB) if you search for it.

Regards.

2 Likes

Check your FW setting:

sudo firewall-cmd --get-default-zone

If it returns “public” – this maybe the problem. The workaround is to change the zone or adding a different range. If you want to continue using “public” zone, then do the following:

sudo firewall-cmd --zone=public --add-port=1025-65535/udp --permanent
sudo firewall-cmd --reload
sudo /etc/NX/nxserver --upnpmap
1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.