Hi,
I have Windows Server 2016 Core(Hyper-V VM). Docker is installed, working and I want to create swarm.
IP config at the beginning:
- Ethernet - 192.168.0.1
- vEthernet (HSN Internal NIC) - 172.30.208.1
Then I run
docker swarm init --advertise-addr 192.168.0.1
Swarm is created, but I have lost my main IP address. IP config:
- vEthernet (HNS internal NIC) - 172.30.208.1
- vEthernet (HNS Transparent) - 169.254.225.229
Created swarm manager node is not reachable on main address 192.168.0.1. I can’t connect to it and swarm workers are not able to join with this IP. Where is the problem?
OS version: Windows server core 2016 version 14393.2214
Docker version: 17.06.2-ee-10