Multiple IPSec tunnels to the same remote peer
Hello everyone,
I need to load balance traffic to a third party with IPSec. I have configured an IPsec tunnel using the IPSec Interface mode, assigning a /30 self-ip to the tunnel and creating a virtual server that forwards the traffic to the node with the tunnel remote IP.
All this setup works as expected but the IPSec tunnel has a bandwidth limitation of 1Gbps and I need to reach 3Gbps.
The problem that I am facing is: when I try to create a new ike-peer with the same destination IP address, I get the error:
01070734:3: Configuration error: remote-address (a.a.a.a) is also used by ike-peer (/Common/peer1)
Does someone know how can I create multiple ipsec tunnels to the same remote IP? I can add different IPs in the local site, but not in the remote one.
Regards and thanks in advance