Create Firewall rule for local access

Hi,
I installed an application (Guacamole) on the Nethserver. I cannot access it because the Port (8080) is blocked by the firewall.
How do I allow the access to the application? I cannot find a way for doing it. I’m sure that there is an easy way to do that but I cannot find it :frowning:

NS7: GUI->firewall rules
NS6: http://docs.nethserver.org/projects/nethserver-devel/en/latest/services.html#add-a-new-network-service

1 Like

Thanks.
I was sure that it is somewhere :slight_smile:

Here what I need:

config set fw_guacamole service status enabled TCPPort 8080 access private
signal-event firewall-adjust

Hi @Hunv

you must create a service, then you create the rule in the firewall

regards

1 Like