aliyun ecs iptables nat 上网

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了aliyun ecs iptables nat 上网相关的知识,希望对你有一定的参考价值。

使用绑定公网IP的阿里云ECS做网关给其他无公网IP的ECS提供上网服务。
在拥有公网IP的ECS上做iptables规则

iptables -t nat -L -n
SNAT all -- 10.0.0.0/24 0.0.0.0/0 to:10.0.0.56 # 此处为拥有公网IP的ECS的内网地址

技术图片

阿里云控制台,配置并修改默认路由 指定 0.0.0.0 下一跳为 带公网IP的ECS

技术图片

以上是关于aliyun ecs iptables nat 上网的主要内容,如果未能解决你的问题,请参考以下文章

无法在 AWS 中使用 Iptables 和 Strongswan 对 IP 进行 NAT

aliyun EC2配置利用filezilla配置ftp服务

iptables中filter表和nat表的顺序怎么调整

Linux 小记 — 网络管理

IPTABLES-NAT

iptables nat即时生效问题