meta data for this page
  •  

CentOS Linux

Allow client to access web ui: <code bash> firewall-cmd –get-default-zone firewall-cmd –zone=public –add-source=10.1.1.0/24 firewall-cmd –zone=public –list-sources firewall-cmd –runtime-to-permanent firewall-cmd –reload </bash>