so i need the following setup:
i have a Ubuntu 22.04 Server with 2 interfaces.
ens160: Management
ens192: Data
What i need to do is run the same docker application 10 times on this server. Since this should be a lab environment, all IP addresses the client machines connect to should be the same.
So what i came up with, is to have 10 VLANS (301 - 310) on a trunk on interface ens192. Each of this vlan should be in its own VRF and have the same IP address ( 10.0.0.252 ).
I cant figure out what the best way it is to configure this setup. I tried netplan but couldnt get it to work.
Can someone help me out here waht the best way is to accomplish this and how?
Best regards