๐Ÿ‘ฉโ€๐Ÿš’Allow a port to firewall

  1. 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
  1. 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?