๐ฉโ๐Allow a port to firewall
we must allow our firewall to accept the connections that will happens in the 4242 port. What we will do is use:
sudo ufw allow 4242

Lastly we will check if everything done here is correct checking the actual state of our firewall. For that we will use:
sudo ufw status

Last updated
Was this helpful?