On Mon, May 30, 2022 at 1:24 PM Tom Browder <tom.brow...@gmail.com> wrote:
> On Mon, May 30, 2022 at 09:03 IL Ka <kazakevichi...@gmail.com> wrote: > >> IMHO: It is better to have a firewall and block (policy -- drop) INPUT >> and FORWARD by default. >> And open only ports that must be opened. >> This will help if you install some software that listens for 0.0.0.0 by >> accident >> > > From my limited research, that seems to be the prevailing view. > > -Tom > If you have firewalld try running: `firewall-cmd --permanent --add-service=http` `firewall-cmd --reload`