hI, this is my first time using linux so don't have good knowledge on linux and commands.
When using Vultr or DO droplet + ubuntu,
Do you need three firewalls: UFW, CSF and fail2ban altogether? I enabled UFW, CSF and also installed Fail2ban. Is using CSF necessary if UFW and fail2ban is installed?
Then I did:
ufw allow 80
ufw allow 443
ufw allow ssh.
Then did "Ufw default deny incoming". Will this command affect visitors finding my website? I understand it denies incoming traffic, but does it deny traffic to website or denies people trying to brute force into my vps?
My VPS is for running sites, nothing else but confused about firewall and other security measures like ddos stuff.
Things I did until now:
changed ssh port
disabled root login
created another user, gave sudo
disabled password login
wireguard to access
installed all 3 firewall stuff: UFW, CSF, fail2ban (is using CSF necessary if UFW and fail2ban is installed?)
Also Vultr and DO have GUI firewall settings in their site. What is the difference doing directly from there vs using terminal?
Anything else I need to do to fully tighten security?
When using Vultr or DO droplet + ubuntu,
Do you need three firewalls: UFW, CSF and fail2ban altogether? I enabled UFW, CSF and also installed Fail2ban. Is using CSF necessary if UFW and fail2ban is installed?
Then I did:
ufw allow 80
ufw allow 443
ufw allow ssh.
Then did "Ufw default deny incoming". Will this command affect visitors finding my website? I understand it denies incoming traffic, but does it deny traffic to website or denies people trying to brute force into my vps?
My VPS is for running sites, nothing else but confused about firewall and other security measures like ddos stuff.
Things I did until now:
changed ssh port
disabled root login
created another user, gave sudo
disabled password login
wireguard to access
installed all 3 firewall stuff: UFW, CSF, fail2ban (is using CSF necessary if UFW and fail2ban is installed?)
Also Vultr and DO have GUI firewall settings in their site. What is the difference doing directly from there vs using terminal?
Anything else I need to do to fully tighten security?