firewalld 不阻止 http 和 https 访问

firewalld 不阻止 http 和 https 访问

我正在这台计算机上运行 httpd 容器,但防火墙上未启用 http 或 https。但我仍然可以从同一网络上的另一台计算机访问该网站。为什么会出现这种行为?据我了解,所有未在服务部分列出的服务都应该被阻止,对吧?那么,如果http未启用,我该如何访问该网站呢?

[root@VM2 ~]# firewall-cmd --list-all
public (active)
  target: default
  icmp-block-inversion: no
  interfaces: ens160
  sources:
  services: cockpit dhcpv6-client nfs ssh
  ports:
  protocols:
  masquerade: no
  forward-ports:
  source-ports:
  icmp-blocks:
  rich rules:
[root@VM2 ~]#

相关内容