rednaxz

Results 3 comments of rednaxz

In the last openvpn-install-2.4.8-I602-Win7 package, the problem persists. The driver is installed with the version 9.24.2.601. Reinstalled several times. Removed the driver from the system.

replaced it ``` if (get_ipsecifnum($ph1ent['ikeid'], 0)) { $cname = "con" . get_ipsecifnum($ph1ent['ikeid'], 0); ``` with this ``` if ($ph1ent['ikeid']) { $cname = "con" . $ph1ent['ikeid']; ``` It seems to work...