Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
High availability
»
HA : Virtual IP : IPv4/IPv6 : IPsec VPN client wants to connect to backup device
« previous
next »
Print
Pages: [
1
]
Author
Topic: HA : Virtual IP : IPv4/IPv6 : IPsec VPN client wants to connect to backup device (Read 1906 times)
rainerle
Full Member
Posts: 151
Karma: 9
HA : Virtual IP : IPv4/IPv6 : IPsec VPN client wants to connect to backup device
«
on:
May 20, 2022, 05:16:59 pm »
Hi,
following setup:
- On both HA partners I have VPN IPsec activated.
- Client from the WAN interface is able to connect using IPv4 and IPv6 address of the vpn services domain name
- Client from the LAN interface is able to connect using IPv4
- Client from the LAN interface connecting using the IPv6 address is able to connect, but no network services within the VPN are available.
After looking around I saw that the LAN client is connecting to the running IPsec service on the backup firewall.
Pinging the VPN domain name from the LAN client get resolved to the IPv6 virtual IP address, but the connection to the VPN service is established to the backup firewall...
«
Last Edit: May 25, 2022, 12:39:20 pm by rainerle
»
Logged
rainerle
Full Member
Posts: 151
Karma: 9
Re: HA : Virtual IP : IPv4/IPv6 : IPsec VPN client wants to connect to backup device
«
Reply #1 on:
May 25, 2022, 01:08:19 am »
After disabling "Router Advertisements" on the backup firewall the problem seems to be gone.
No idea, if I have a misconfiguration problem or if a HA pair should not use unmanaged radvd on the LAN.
Logged
rainerle
Full Member
Posts: 151
Karma: 9
Re: HA : Virtual IP : IPv4/IPv6 : IPsec VPN client wants to connect to backup device
«
Reply #2 on:
May 25, 2022, 01:33:02 am »
This seems to be my problem:
https://github.com/radvd-project/radvd/issues/162
Maybe it should be fixed with a work around like on pfSense.
https://redmine.pfsense.org/issues/11103
Logged
rainerle
Full Member
Posts: 151
Karma: 9
Re: HA : Virtual IP : IPv4/IPv6 : IPsec VPN client wants to connect to backup device
«
Reply #3 on:
May 25, 2022, 01:58:48 am »
And then I found this...
https://github.com/opnsense/core/pull/5185
Logged
rainerle
Full Member
Posts: 151
Karma: 9
Re: HA : Virtual IP : IPv4/IPv6 : IPsec VPN client wants to connect to backup device
«
Reply #4 on:
May 25, 2022, 12:38:42 pm »
Finally IPv6 with active/passive HA cluster works.
I created fe80::1/64 CARP Virtual IPs per interface and assigned these to the Unmanaged Router Advertisement networks.
Synced to the backup partner and after an ipconfig release/renew it just works.
IPv6 is so different to how IPv4 works on some levels. Seems I need to get a tutorial...
«
Last Edit: July 28, 2022, 08:05:10 pm by rainerle
»
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
High availability
»
HA : Virtual IP : IPv4/IPv6 : IPsec VPN client wants to connect to backup device