cybozu-go / placemat

Virtual data center construction tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict with Docker

ymmt2005 opened this issue · comments

Describe the bug

Docker, when installed, changes the policy of FORWARD chain in filter table
from ACCEPT to DROP. This blocks communication between VMs and containers
inside placemat.

Placemat adds iptables rules only for networks that are connected to the host OS.

To Reproduce

  1. Install docker
  2. Run placemat with internal networking

Expected behavior

Machines and/or containers can communicate each other using internal networks.

Workaround

$ sudo iptables -P FORWARD ACCEPT