1
23.7 Legacy Series / Re: OpenVPN - High Availability Synchronize - Client Specific overrides
« on: September 20, 2023, 08:44:19 pm »
Hello,
I think you are facing the same problem like me.
See: https://forum.opnsense.org/index.php?topic=36069.0
Because the CSO part of the configuration xml file is missing, it cannot be synchronized to your other HA opnsense.
Backup your config and look in the xml file at the openvpn-client section.
Does it contain sections like this?
<openvpn-csc>
<common_name>user-name</common_name>
<description>user-name</description>
<tunnel_network>10.11.11.3/24</tunnel_network>
<ovpn_servers>1</ovpn_servers>
</openvpn-csc>
Regards
I think you are facing the same problem like me.
See: https://forum.opnsense.org/index.php?topic=36069.0
Because the CSO part of the configuration xml file is missing, it cannot be synchronized to your other HA opnsense.
Backup your config and look in the xml file at the openvpn-client section.
Does it contain sections like this?
<openvpn-csc>
<common_name>user-name</common_name>
<description>user-name</description>
<tunnel_network>10.11.11.3/24</tunnel_network>
<ovpn_servers>1</ovpn_servers>
</openvpn-csc>
Regards