Linux Ubuntu Server 20.04 UFW (Uncomplicated Fire Wall) blocking local http website
by tem.penlington from LinuxQuestions.org on (#6MF0G)
I have configured UFW to secure the ports on Ubuntu 20.04 server.
The UFW rules are :
22/tcp ALLOW Anywhere
80/tcp ALLOW Anywhere
443/tcp ALLOW Anywhere
21/tcp ALLOW Anywhere
20,21,990/tcp ALLOW Anywhere
30000:31000/tcp ALLOW Anywhere
3389 ALLOW 149.255.38.47
3389 ALLOW 149.255.38.0/24
3389 ALLOW Anywhere
22/tcp (v6) ALLOW Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
443/tcp (v6) ALLOW Anywhere (v6)
21/tcp (v6) ALLOW Anywhere (v6)
20,21,990/tcp (v6) ALLOW Anywhere (v6)
30000:31000/tcp (v6) ALLOW Anywhere (v6)
3389 (v6) ALLOW Anywhere (v6)
But the problem i'm having is that it is blocking all the web apps.
80/tcp (v6) ALLOW Anywhere (v6) <-- is this correct ?
The UFW rules are :
22/tcp ALLOW Anywhere
80/tcp ALLOW Anywhere
443/tcp ALLOW Anywhere
21/tcp ALLOW Anywhere
20,21,990/tcp ALLOW Anywhere
30000:31000/tcp ALLOW Anywhere
3389 ALLOW 149.255.38.47
3389 ALLOW 149.255.38.0/24
3389 ALLOW Anywhere
22/tcp (v6) ALLOW Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
443/tcp (v6) ALLOW Anywhere (v6)
21/tcp (v6) ALLOW Anywhere (v6)
20,21,990/tcp (v6) ALLOW Anywhere (v6)
30000:31000/tcp (v6) ALLOW Anywhere (v6)
3389 (v6) ALLOW Anywhere (v6)
But the problem i'm having is that it is blocking all the web apps.
80/tcp (v6) ALLOW Anywhere (v6) <-- is this correct ?