OS Name/Version: Ubuntu 24.04 LTS
Product Name/Version: AMP 2.7 - 20260305.1
Problem Description:
Hello, I have been having some troubles getting my IP configuration just right. The AMP host machine has 2 NICs. 1 is on a management plane VLAN 20, the other is on a Public/DMZ Plane VLAN 30.
The ADS01 instance and management is successfully running through these network changes. My issue arises with the specific configs for the instances. My intended end goal is: ADS01 and instance management is bound to 10.20.0.199 (Management). Then, the game server itself would be bound to and only listening on 10.30.0.200 (Public).
I was succeeding with these configurations but ran into an issue with Minecraft server.properties trying to bind to 10.30.0.200. This was causing an issue because I also have Host-based networking disabled on the instance, so I believe the server-ip should just be 0.0.0.0 within the docker instance.
I am not at a 100% of Docker networking and how networking is handled on AMP.
Is this a feasible goal, segregation between game server and management on the same host?
I may be going down the wrong route to achieve this goal?
Thank you very much for feedback.