Linux1

firewall-cmd常用命令
将整个网卡信任,适用用于内网 firewall-cmd --permanent --zone=trusted --add-interface=xxxxx 如果存在于其它区域,则进行修改 firewal...