- 查看实例详情,点击【虚拟云网络】
- 然后点击子网中的数据!
- 再点安全列表中的数据。
- 入站规则,可见仅开放了22端口!ICMP 也是关闭的(禁ping)!
- 编辑第一条数据。将目的地端口范围里的数据清空!保存即可!!
- 或者更暴力一点开放所有协议!!!
- 同时还需要关闭iptabls 或者 firewalld ! #停止firewall
systemctl stop firewalld.service
#禁止firewall开机启动
systemctl disable firewalld.service
#关闭iptables
service iptables stop
#去掉iptables开机启动
chkconfig iptables off
或者开放所有端口!
sudo iptables -P INPUT ACCEPT sudo iptables -P FORWARD ACCEPT sudo iptables -P OUTPUT ACCEPT sudo iptables -F
快速进入实例的入口:Cloud Sign In | Oracle 中国