I have a remote environment with multiple firewalls, I’m trying to set up two routes to them as a backup.
On my local vyos only one connection shows as up:
Local
show vpn ipsec connections
Connection State Type Remote address Local TS Remote TS Local id Remote id Proposal
----------------- ------- ------ ---------------- --------------- --------------- ---------- ----------- -------------------------------------
REMOTE01 down IKEv2 1.2.3.4 - - LOCAL REMOTE01 -
REMOTE01-tunnel-1 down IPsec 1.2.3.4 192.168.99.2/32 192.168.99.1/32 LOCAL REMOTE01 -
REMOTE03 up IKEv2 1.2.3.5 - - LOCAL REMOTE03 AES_CBC/256/HMAC_SHA2_512_256/ECP_521
REMOTE03-tunnel-1 up IPsec 1.2.3.5 192.168.99.2/32 192.168.99.3/32 LOCAL REMOTE03 AES_CBC/256/HMAC_SHA2_512_256/None
show vpn ipsec sa
Connection State Uptime Bytes In/Out Packets In/Out Remote address Remote ID Proposal
----------------- ------- -------- -------------- ---------------- ---------------- ----------- -----------------------------
REMOTE01-tunnel-1 up 26m40s 3M/2M 5K/7K 1.2.3.4 REMOTE01 AES_CBC_256/HMAC_SHA2_512_256
REMOTE03-tunnel-1 up 16m53s 57K/10K 391/112 1.2.3.5 REMOTE03 AES_CBC_256/HMAC_SHA2_512_256
Remote
Remote01
show vpn ipsec connections
Connection State Type Remote address Local TS Remote TS Local id Remote id Proposal
--------------- ------- ------ --------------------- --------------- --------------- ---------- ----------- -------------------------------------
LOCAL up IKEv2 local.fqdn.com - - REMOTE01 LOCAL AES_CBC/256/HMAC_SHA2_512_256/ECP_521
LOCAL-tunnel-1 up IPsec local.fqdn.com 192.168.99.1/32 192.168.99.2/32 REMOTE01 LOCAL AES_CBC/256/HMAC_SHA2_512_256/None
show vpn ipsec sa
Connection State Uptime Bytes In/Out Packets In/Out Remote address Remote ID Proposal
--------------- ------- -------- -------------- ---------------- ---------------- ----------- -----------------------------
LOCAL-tunnel-1 up 32m43s 2M/4M 8K/6K 4.3.2.1 LOCAL AES_CBC_256/HMAC_SHA2_512_256
Remote03
show vpn ipsec connections
Connection State Type Remote address Local TS Remote TS Local id Remote id Proposal
--------------- ------- ------ --------------------- --------------- --------------- ---------- ----------- -------------------------------------
LOCAL up IKEv2 local.fqdn.com - - REMOTE03 LOCAL AES_CBC/256/HMAC_SHA2_512_256/ECP_521
LOCAL-tunnel-1 up IPsec local.fqdn.com 192.168.99.3/32 192.168.99.2/32 REMOTE03 LOCAL AES_CBC/256/HMAC_SHA2_512_256/None
show vpn ipsec sa
Connection State Uptime Bytes In/Out Packets In/Out Remote address Remote ID Proposal
--------------- ------- -------- -------------- ---------------- ---------------- ----------- -----------------------------
LOCAL-tunnel-1 up 20m59s 12K/68K 137/492 4.3.2.1 LOCAL AES_CBC_256/HMAC_SHA2_512_256
I have tried changing names and IPs on both sides to see if it’s just overlapping things that are not working - since I’m using tunnel-1 etc for both sides. But nothing seems to help, I’m still only getting a single connection listed as up. Both tunnels seem to work as expected though.
Is this a bug?