We are implementing a project of a network of tunnels with OVPN link between different corporate in order to build a network ring between 3 remote sites and route each different network segments.
To develop this project we decided to mount on a existing router from another project and virtualizing a router on each with KVM .
The Virtual routers are connected each other with Open Vpn and on it we have an EOIP Tunnel.
Until that point everything works correctly, we have no visibility problems between the ends from each router can route different virtual network segments between the sites.
But on the LAN in sites we have presented the following problems:
At one point from some network segments, lost visibility against the Virtual Router but this is something that occurs randomly.
At the moment the only solution we found to recover the visibility is to add a route which force the return of network packets where we lost visibility but on the Real Router, since from the Virtual router this routing already exists.
Ej
If from the Red 172.16.95.0/24 want to go to that GW would be the ip 172.27.3.203 which is in the virtual router and do not reach
I have to add a route in the REAL ROUTER read:
GW 172.27.3.253 DST 172.16.95.0/24
And I have the same return as the Virtual Router which reads:
GW 172.27.3.253 DST 172.16.95.0/24
The most curious that from the Virtual Router if I get to these sections without having to add the path in the Virtual Router.
I do not see much logic to this whole issue and that all he shares with the router Router Real Virtual Interface Bridge is one which binds an interface REAL ETHER-8 with a Virtual-Interface Generation in the Virtual Router.
What can be the reason for the network drops my router virtual visibility?
Why they see me and I leave them no?
You must add at the table in the Router Real to keep the network visibility, taking into account that only I have a bridge to link a real interface with Virtual?
Another query:
Can I do an VRRP Interface between Virtual KVM and another Virtual KVM router?
Regards,
Nicolas Fillon.
The following is the actual configuration, explained up there.


