How can a create a connection between two KVM private network communicate each other?
I have two KVM node. In both sever there is a bridge connection for the interface br0 with network 10.10.5.0/28 and in other KVM node there is a bridge connection for the interface br0 with network 20.20.5.0/28 . I can create a VM from both interface. But, how can I make a connection so that 10.10.5.0/28 can be reachable to 20.20.5.0/28 ?
Any suggestion will be appreciate.