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

[daily]使用iptables配置NAT的命令速查

时间:2019-12-23 16:43:57      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:tab   iptable   pos   pre   snat   iptables   eth1   post   -o   

 

时常,快速的配置一个临时的NAT环境是很常用需求。

但是,每次我都要读iptables的手册,才能配出来。所以,备忘一个速查。

 

DNAT:

iptables -t nat -A PREROUTING -i eth1 -d 1.1.1.2 -j DNAT --to-destination 10.0.1.14

 

SNAT:
iptables -t nat -A POSTROUTING -o eth2 -j MASQUERADE

[daily]使用iptables配置NAT的命令速查

标签:tab   iptable   pos   pre   snat   iptables   eth1   post   -o   

原文地址:https://www.cnblogs.com/hugetong/p/12084322.html

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