• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

I am looking for knowledge - firewall ubuntu

HiddenDeveloper

New Member
Joined
Dec 15, 2023
Messages
21
Reaction score
4
Hi, i found many different tutorials about ports.
Someone can explain me which one i have to choose and why?

He is a list of my commands (all also with wrong ufw allow commands, i need to understand how http, https, ssh, mariadb, client-server works on correct ports)

sudo ufw allow OpenSSH

sudo ufw allow in "Nginx Full"

sudo ufw enable

sudo ufw status

sudo ufw reload


sudo ufw allow 7171
sudo ufw allow 7172

sudo ufw allow 22/tcp
sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo ufw allow 3306/tcp

sudo systemctl enable ufw
sudo systemctl start ufw
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo systemctl restart ufw
sudo ufw reload





Its important? what is best option to choose, what to avoid?
 
Last edited:
Back
Top