Oracle端口开放记录
一.进入自己的实例,设置子网
入站规则
出站规则
二、删除、关闭、打开各自系统的无用附件、防火墙、端口及规则
Ubuntu系统下:
开放所有端口
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -F
Ubuntu镜像默认设置了Iptable规则,关闭它
apt-get purge netfilter-persistent
reboot
或者强制删除
rm -rf /etc/iptables && reboot
Centos系统下:
删除多余附件
systemctl stop oracle-cloud-agent
systemctl disable oracle-cloud-agent
systemctl stop oracle-cloud-agent-updater
systemctl disable oracle-cloud-agent-updater
停止firewall
systemctl stop firewalld.service
禁止firewall开机启动
systemctl disable firewalld.service
版权声明:
作者:zhanghang
链接:https://www.sunnyboys.cn/oracle%e7%ab%af%e5%8f%a3%e5%bc%80%e6%94%be%e8%ae%b0%e5%bd%95.html
文章版权归作者所有,未经允许请勿转载。
THE END