I have little bit lack of linux networking understanding, so there is my question:
We have 2 computers (SRV1, SRV2).
Each of it has 1 NIC and both are connected by OpenVPN bridge
Configuration:
SRV1:
openvpnbr0 - 172.16.13.1
vmbr0 - 172.16.1.1
SRV1:
openvpnbr0 - 172.16.13.2
vmbr0 - 172.16.2.1
Both interfaces openvpnbr0 and vmbr0 are bridges, both of it should work as single network (172.16.0.0)
Is it possible approach?
Now the problem is when I ping 172.16.13.2 from 172.16.13.1 it tries to use 172.16.2.1 instead of 172.16.1.1
If there is needed more info - I will be glad to provide it.
Thanks.