重庆思庄Oracle、Redhat认证学习论坛
标题:
TNS-12543: TNS:destination host unreachable
[打印本页]
作者:
mahan
时间:
2023-11-5 16:55
标题:
TNS-12543: TNS:destination host unreachable
一:问题描述
配完远程配置连接,用tnsping service_name结果报错:
TNS-12543: TNS:destination host unreachable
二:出错原因
机器的防火墙已开启,但没有开放该1521端口
三:解决办法
vi /etc/sysconfig/iptables
直接在配置文件里已有的-A INPUT那些命令下面
添加一行:
-A INPUT -m state --state NEW -m tcp -p tcp --dport 1521-j ACCEPT
重启防火墙
[root@orcl ~]# /etc/init.d/iptables restart
iptables: Setting chains to policy ACCEPT: filter [ OK ]
iptables: Flushing firewall rules: [ OK ]
iptables: Unloading modules: [ OK ]
iptables: Applying firewall rules: [ OK ]
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2