2020-11-02 甲骨文云服务器安全组端口防火墙设置教程 #防火墙# 甲骨文云服务器安全组端口防火墙设置教程 查看实例详情,点击【虚拟云网络】然后点击子网中的数据!再点安全列表中的数据。入站规则,可见仅开放了22端口!ICMP 也是关闭的(禁ping)!编辑第一条数据。将目的地端口范围里的数据清空!保存即可!!或者更暴力一点开放所有协议!!!同时还需要关闭iptabls 或者 firewalld !#停止firewallsystemctl stop firewalld.service#禁止firewall开机启动systemctl disable firewalld.service#关闭iptablesservice iptables stop#去掉iptables开机启动chkconfig iptables off或者开放所有端口!sudo iptables -P INPUT ACCEPT sudo iptables -P FORWARD ACCEPT sudo iptables -P OUTPUT ACCEPT sudo iptables -F 2020-11-02 6,900 阅读 2020年11月02日 6,900 阅读 0 评论