Hello everyone,
I would like make some chain: hostVBvm-->VM0(with 2 adapters: NAT, INTERNAL)-->VM1(with 2 INTERNAL adapters, one look on VM0(internal adapter of), second look on VMguest0(internal adapter of))-->VMguest0
So, it's look something like Qubes, but without XEN, so have idea realize high-level of security benefits but without excessive complexity(and bags) as well as in Qubes.
It's works okay if chain looks like: hostVBvm-->VM(with 2 adapters: NAT, INTERNAL)-->VMguest1
But, when I tried to use one more layer - I can't forward traffic, and my VMguest0 hadn't connection to internet.
I tried iptables, bridge, ip route, and finally all of his actions were unsuccessful.
P.S. On each layer (VM0, VM1) traffic encapsulate in some protocol(vpn, ssh etc)
Maybe someone encountered with this problem and could give me advise, or someone can explain me why it's not working. Spent already 2 days on google without any result.