centos docker 防火墙设置(多个ip之间互相访问)

Posted kuroniko

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos docker 防火墙设置(多个ip之间互相访问)相关的知识,希望对你有一定的参考价值。

[Solution] 

Update firewall policy

1)      Disabled docker rules of iptables  --- docker will create rules of iptables automatically.

# vim /etc/docker/daemon.json

 

 

 

1)      Add masquerade to public zone

# firewall-cmd --permanent --zone=public --add-masquerade

 

 

 

******# 此举启用区域的伪装功能。私有网络的地址将被隐藏并映射到一个公有IP。这是地址转换的一种形式,常用于路由。由于内核的限制,伪装功能仅可用于IPv4。

这些是我要做的修改 

 

 

以上是关于centos docker 防火墙设置(多个ip之间互相访问)的主要内容,如果未能解决你的问题,请参考以下文章

金庸武功之“易筋经”--docker pipework 设置容器IP在宿主机网段

docker之修改docker0网桥默认网段

Docker 上部署一主两从Hadoop集群 | [Centos7]

docker虚拟网桥实现固定IP,容器互通,外网可用

centos 7之firewalld防火墙配置IP伪装和端口转发案例详解

CentOS7的专属防火墙:Firewalld 之了解与使用