码迷,mamicode.com
首页 > 其他好文 > 详细

使用iptables配置端口映射方法

时间:2019-01-02 12:41:23      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:star   wal   stop   --   sharp   映射   pre   restart   fir   

1.安装iptables-services

systemctl stop firewalld
systemctl mask firewalld

yum install iptables-services

systemctl enable iptables
systemctl restart iptables

2.配置规则

iptables -t nat -A PREROUTING --dst 10.129.4.90 -p tcp --dport 5911 -j DNAT --to-destination 10.129.4.96:5901
iptables -t nat -A POSTROUTING --dst 10.129.4.96 -p tcp --dport 5901 -j SNAT --to-source 10.129.4.90

3.保存配置

service iptables save

使用iptables配置端口映射方法

标签:star   wal   stop   --   sharp   映射   pre   restart   fir   

原文地址:https://www.cnblogs.com/hurongpu/p/10207237.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!