备注:
平时用iptables较少,基本会直接关闭,由于近期使用新智云进行测试实验,需要连接外面的oracle,二新智云向外连接是只能连接80端口,无法连接1521端口,只能进行端口转发。
执行:
#iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 1521
原文地址:http://blog.51cto.com/jingfeng/2057110
时间: 2024-11-10 05:58:04
备注:
平时用iptables较少,基本会直接关闭,由于近期使用新智云进行测试实验,需要连接外面的oracle,二新智云向外连接是只能连接80端口,无法连接1521端口,只能进行端口转发。
执行:
#iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 1521
原文地址:http://blog.51cto.com/jingfeng/2057110