在 Ubuntu 16.04 中,我们可以安装 firewalld 服务吗?
我目前使用 ubuntu 20.04 机器并安装了firewalld作为防火墙管理器服务。在查看“公共区域”的配置时,我可以看到如下,
public (active)
target: default
icmp-block-inversion: no
interfaces: eth0
sources:
services: dhcpv6-client dns http https mysql squid ssh
ports:
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:
Run Code Online (Sandbox Code Playgroud)
为什么这里的目标是默认的?它如何影响firewalld的传入连接请求处理?
我已经安装了,firewalld
因为它比 gufw 更先进,但是我看到firewalld
它没有带有 GUI,我不会是唯一使用它的人,所以我想知道是否有某种 GUI 可以安装它?我正在使用 GNOME 3.18 运行 Ubuntu GNOME 15.10。