Hello..
Currently i have this situation: each remote VPN site has default route through tunnel interface 0.0.0.0/0 tunnel.1. So all traffic is routed through one point (vpn-center) out to the internet and all traffic between sites is routed through vpn-center (MPLS).
It possible to create second VPN tunnel between two sites so (vpn r3 & vpn r4) traffic will not go through vpncenter.

I'll add secondary IP on trust interface in order to separate network.
site vpn3
primary ip 192.168.5.1/24
secondary ip 10.1.1.1/24
adding static dst route 192.168.1.0/24 goes through tunnel.1
adding static dst route 10.1.2.0/24 goes through tunnel.2
site vpn4
primary ip 192.168.3.1/24
secondary ip 10.1.2.1/24
adding static dst route 192.168.1.0/24 goes through tunnel.1
adding static dst route 10.1.1.0/24 goes through tunnel.2
the 192.168.1.0/24 is my vpncenter.
Will this work?
