Customer desires a configuration of VM's in the cluster where few limitations should be taken in account.
Server that hosts VM's have 4 interfaces (eno1 eno2 eno3 eno4) bonded together in (bond0). Host server should be accessible from dedicated administration network C class segment (f.e. 192.168.50.x/25/.1) with vlan tag 50. VM's hosted on this server should be able to have addresses from literally any network segment in the company. Let's say, 2 VM's from segment 10.20.0.x/22/.1 where vlan tag is 3, 3 VM's from segment 172.16.60.0/24/.1 where vlan tag is 10 etc.
Desired status is that all VMs go through that bond0 while host itself does not belong to any network passed through. Mean host does not have ip address in 10.20.0 network, nor 172... At IP level from host console you should not be able to ping/telnet/ssh addresses of VM's while they are accessible from outside.
Is it possible to build something similar? If yes, then how? I did not found config like I need to make but similar did not work for me.
Server that hosts VM's have 4 interfaces (eno1 eno2 eno3 eno4) bonded together in (bond0). Host server should be accessible from dedicated administration network C class segment (f.e. 192.168.50.x/25/.1) with vlan tag 50. VM's hosted on this server should be able to have addresses from literally any network segment in the company. Let's say, 2 VM's from segment 10.20.0.x/22/.1 where vlan tag is 3, 3 VM's from segment 172.16.60.0/24/.1 where vlan tag is 10 etc.
Desired status is that all VMs go through that bond0 while host itself does not belong to any network passed through. Mean host does not have ip address in 10.20.0 network, nor 172... At IP level from host console you should not be able to ping/telnet/ssh addresses of VM's while they are accessible from outside.
Is it possible to build something similar? If yes, then how? I did not found config like I need to make but similar did not work for me.