I coundn't deploy from Laravel Forge when I set ufw like below.
$ sudo ufw status
Status: active
To Action From
-- ------ ----
80 ALLOW Anywhere
443 ALLOW Anywhere
22 LIMIT Anywhere
80 (v6) ALLOW Anywhere (v6)
443 (v6) ALLOW Anywhere (v6)
22 (v6) LIMIT Anywhere (v6)
I need security measures and I don't want to change the ufw setting every deploy. I suppose I can set up whitelist if I can see IPs. Any help will be appreciated.
Hi fideloper. Thanks for your reply. Yes, I confirmed that your UFW setup worked properly. My setting had "LIMIT" rule for avoiding DoS Attack. I wanted to know what IPs should I setup white-list for UFW. Or I may have to have another measures for the DoS Attack...