April 2017
Beginner
404 pages
9h 30m
English
In transparent networking mode, each container is directly connected to the host's network (unlike NAT where containers use container host's IP to connect to the outside network). This mode is most familiar to Hyper-V users. Containers use the VM switch to connect to the network connected by the switch as shown in the following image:

Traffic is routed from the containers to the NIC via the v-Switch directly. Containers can be assigned IP addresses statically or dynamically by using a DHCP server. Dynamic Host Configuration Protocol (DHCP) is a client/server protocol which can provide an IP address to an IP host and other configurations, ...
Read now
Unlock full access