【RHCE】第2题:配置防火墙

技术

【RHCE】第2题:配置防火墙
请按下列要求在system1和system2上设定防火墙系统:

  • 允许group8.example.com域的客户对system1和system2进行ssh访问
  • 禁止my133t.org域的客户对system1和system2进行ssh访问
  • 备注:my133t.org是在172.13.8.0/24网络

firewall-cmd –permanent –add-rich-rule ‘rule family=”ipv4″ source address=”172.13.8.0/24″ service name =”ssh” reject’
firewall-cmd –reload
firewall-cmd –list-all

发表回复