sudo ufw allow 22/tcp (if you're using the standard ssh port)
sudo ufw allow 80/tcp (if you're using standard http)
sudo ufw enable
yes
use /tcp when it's a tcp port, /udp when it's a udp port.
Modified on: Fri, Sep 24, 2021 at 2:26 PM
sudo ufw allow 22/tcp (if you're using the standard ssh port)
sudo ufw allow 80/tcp (if you're using standard http)
sudo ufw enable
yes
use /tcp when it's a tcp port, /udp when it's a udp port.
Did you find it helpful? Yes No
Send feedback