@HeMaN:
I have some issues with openvpn clients on the firewall itself as well after upgrading to 2.4
The configuration I have is based on the 2.3 version of this guide (he has it now updated to 2.4): https://nguvu.org/pfsense/pfsense-multi-vpn-wan/
I use two client connections to AirVPN combined in a Gatewaygroup, and it was wording fine on 2.3
In 2.4 I can see the connection with AirVPN is setup ok, but it seems the creation of the interface is giving issues:
/sbin/ifconfig ovpnc1 10.4.94.253 10.4.0.1 mtu 1500 netmask 255.255.0.0 up
ifconfig: ioctl (SIOCAIFADDR): File exists
"Solved" it for this moment by disabling one of the clients, then it seems to work agin for that one client.
I found the solution for my problem :)
In the 2.3 version of the guide I mentioned there was a monitor IP configured for each VPN GW. Comparing them with the 2.4 version of the guide he published now, there was no GW monitor IP. After removing them both stay active.
It is either this or the fact I updated pfblockerng to the latest version because of the infamous 502 bad gateway issue, which I changed first before I changed the VPN GW configuration.