将添加规则转换为防火墙服务

将添加规则转换为防火墙服务

我很难创建以下几行来多播到防火墙中的服务中。

firewall-cmd --permanent --add-port=49152-65532/udp
firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -p igmp -j ACCEPT

这是用于 FOG 项目服务器并且这是教程我正在关注。到目前为止,这就是我所拥有的服务,我不确定这是否准确。

<service>
  <short>Multicasting</short>
  <description>Multicasting for Imaging</description>
  <port port="49152-65532" protocol="udp"/>
  <protocol value="igmp"/>
</service>

相关内容