Hi,
I’m currently looking at the transparent network capability of docker on 2016.
I have a 2016 VM setup in my virtual cluster that is running docker. Ideally i would like all my containers to be externally available and use my existing DCHP and DNS server
I think i have successfully configured my transparent network in docker as which i run a container (microsoft/iis) it gets and IP Address. plus when i connect to the container i can resolve and successfully ping externally (google.com etc).
But for some reason i cannot access the containers webserver. Running a port scan shows that their are no ports open.
Initially i though it was a firewall issue, that the container’s firewall was enabled and blocking everything.
Docker Version: 17.03.0-ee-1
Windows 2016: latest windows updates.
Docker Network
NETWORK ID NAME DRIVER SCOPE
b039e4cc801a Qxlva-Dev transparent local
90da8866a23c nat nat local
eefdc4431852 none null local
Container
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0e940b51ecfe microsoft/iis “C:\ServiceMonitor…” 2 hours ago Up 2 hours 80/tcp iisdemo5
Container NetStat
Proto Local Address Foreign Address State
TCP 0.0.0.0:80 0e940b51ecfe:0 LISTENING
TCPConfig - Container
Windows IP Configuration
Host Name . . . . . . . . . . . . : 0e940b51ecfe
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : domain.local
Ethernet adapter vEthernet (Container NIC 091eb89e):
Connection-specific DNS Suffix . : domain.local
Description . . . . . . . . . . . : Hyper-V Virtual Ethernet Adapter #3
Physical Address. . . . . . . . . : 00-15-5D-49-7D-C4
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::192b:d9f9:d208:6b8c%22(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.166.166(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Tuesday, April 4, 2017 3:12:24 PM
Lease Expires . . . . . . . . . . : Wednesday, April 12, 2017 3:12:24 PM
Default Gateway . . . . . . . . . : 192.168.166.254
DHCP Server . . . . . . . . . . . : 192.168.166.6
DNS Servers . . . . . . . . . . . : 192.168.166.6
NetBIOS over Tcpip. . . . . . . . : Disabled