Loading... 登陆甲骨文后台打开实例 找到子网点击进去  点击进去安全组  修改安全组,为图描述选项随意!  # 一、Ubuntu系统 1、开放所有端口 ```shell iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -F ``` 2、关闭或强制删除防火墙 ```shell apt-get purge netfilter-persistent && reboot 或 rm -rf /etc/iptables && reboot ``` # 二、Centos系统 1、删除多余附件 ```shell systemctl stop oracle-cloud-agent systemctl disable oracle-cloud-agent systemctl stop oracle-cloud-agent-updater systemctl disable oracle-cloud-agent-updater ``` 2、停止firewall并禁止自启动 ```shell systemctl stop firewalld.service systemctl disable firewalld.service ``` 最后修改:2022 年 12 月 03 日 © 允许规范转载 本文链接:https://m.edunote.cn/index.php/archives/33/除非注明,均默认采用CC BY-NC-SA 4.0许可协议版权声明:转载请注明文章来源 赞 如果觉得我的文章对你有用,请随意赞赏
此处评论已关闭