Sorry, Virtualization Station is for VMs, it's Container Station in your case. The idea is the same though.
Lots of confusion on this thread, let me try to clarify a few things.
MAC Address:if you leave it blank the container will be assigned a new random MAC address on each reboot. If the container is setup to use DHCP, it may receive a different IP address on each reboot because of this (the router thinks it's a different PC each time). This may lead to problems with your router later on, so it's better so specify a fixed MAC address, or a fixed IP address.
Exception: In HOST network mode, the container sees the real network card of the QNAP and has the same MAC address, so this setting doesn't matter.
Network mode: The mode you select has implications on how you must setup your router and qnap port forwarding.
NAT mode: The container is assigned an IP (by QNAP) on a different range than your real network (ie, 10.1.2.3). All incoming connections need to be forwarded to this internal IP address (
Network
Address
Translation).
- QNAP container station: remove the NAT automapping for 52199 (49158/52199/TCP) and add a NAT port mapping from 52199 (external) to 52199 (internal)
- Router: forward port 52199 to your QNAP's
real IP address/hostname (internal = external = 52199)
- If you leave the default port mapping as you have above (49158/52199/TCP), then you would need to tell the router to forward port 52199 (external) to 49158 (internal)
Bridge Mode: The container sees the real QNAP network card, but acts as a separate Machine - it gets a different MAC address, so the router assigns it a different IP address on the same range as the QNAP and your other devices. Setting up a fixed MAC address is good to avoid having a different IP on each reboot.
- QNAP container: port-mapping is greyed out because there's no need to translate IP addresses/ports [Note: On some Docker implementations, Bridge mode still uses NAT - in that case, port forwarding still needs to be setup as above. Not sure what variant QNAP has]
- Router: forward port 52199 (internal=external=52199) to the
IP address assigned to the container (NOT the QNAP's IP!)
Host Mode: The container sees the real QNAP network, using the same MAC address and IP address as the QNAP itself. It's a shared mode.
- QNAP container: port-mapping is greyed out because there's no need to translate IP addresses/ports
- Router: forward port 52199 (internal=external=52199) to the
real IP address of the QNAP
I hope this helps clear out some confusion
Regarding your other MC server - no need to disable it. I would suggest that you simply put it on a different port like 52299 - this way you can have both running, and access both of them at the same time by using their respective access key and port ("CRhGkc:52299", for instance). Note that you will need to forward this other port 52299 to your PC, on the router.