From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: OpenVPN-2.5.0 update procedure and idea collector Date: Sun, 29 Nov 2020 14:12:38 +0100 Message-ID: <5053bf31-1471-28b6-d1aa-2d10897a855f@gmail.com> In-Reply-To: <5b3cc01fb12e1589b93c503c97986807ef81e7ba.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4491788680803152789==" List-Id: --===============4491788680803152789== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Erik, I have successfully installed OpenVPN-2.5.0 and the new ovpnmain.cgi and lang= uage files onto my system. Everything is working fine. I can see the new tab = for encryption options. All my existing settings were maintained. All three o= f my clients are able to successfully connect with no problem and are connect= ing with the encryption options I have previously specified. I have not had to modify anything for it to successfully work with the existi= ng settings. Looks very nice. Congratulations on your work so far. Hopefully more testers = will also not have any problems (fingers crossed). Regards, Adolf. On 29/11/2020 12:15, ummeegge wrote: > Hi all, > another bug has been fixed --> > https://git.ipfire.org/?p=3Dpeople/ummeegge/ipfire-2.x.git;a=3Dcommit;h=3D2= 11bce2dc6f9a3c0fcdee61f3afc0d3c2283f375 > . If the save button in the global section is used, it deletes the --auth p= arameter, this diff fixes it. > for manual changes: >=20 > --- /srv/web/ipfire/cgi-bin/ovpnmain.cgi_advanced_encryption 2020- > 11-27 10:37:47.405168037 +0100 > +++ /srv/web/ipfire/cgi-bin/ovpnmain.cgi 2020-11-29 > 11:59:02.846338304 +0100 > @@ -1303,7 +1303,6 @@ > $vpnsettings{'DDEST_PORT'} =3D $cgiparams{'DDEST_PORT'}; > $vpnsettings{'DMTU'} =3D $cgiparams{'DMTU'}; > $vpnsettings{'DCOMPLZO'} =3D $cgiparams{'DCOMPLZO'}; > - $vpnsettings{'DAUTH'} =3D $cgiparams{'DAUTH'}; > #wrtie enable > =20 > if ( $vpnsettings{'ENABLED_BLUE'} eq 'on' ) {system("touch > ${General::swroot}/ovpn/enable_blue 2>/dev/null");}else{system("unlink > ${General::swroot}/ovpn/enable_blue 2>/dev/null");} >=20 >=20 > Am Samstag, den 28.11.2020, 06:52 +0100 schrieb ummeegge: > Hi all, > made some fixes >=20 > - --tls-auth will now be displayed and saved correctly. > - de.pl needed other 'save-enc-options' name since it was a double. > =C2=A0=C2=A0=C2=A0 Fixes tls-crypt key generation. > - Fixed comments and changed box size to prevent line break. >=20 > New version is here >=20 > https://git.ipfire.org/?p=3Dpeople/ummeegge/ipfire-2.x.git;a=3Dcommit;h=3D7= bd13546f3c5e28fd62e25b487e440690860339b >=20 > located. >=20 > Best, >=20 > Erik >=20 >=20 > Am Donnerstag, den 26.11.2020, 19:47 +0100 schrieb ummeegge: > Hi all, > for the interested ones, have push the current state to my repo which > can be found in here --> > https://git.ipfire.org/?p=3Dpeople/ummeegge/ipfire-2.x.git;a=3Dcommit;h=3D3= 4af1d714178b2cd0c27e8c39052a8c7ce87d116 > feel free to test and criticize it :-) . >=20 > After integration and configuration, the 'save' button in the global > section should also be pushed since --cipher will replaced by --data- > channel-fallback. For the langs files, a update-lang-cache should be > executed via console so the changes can take affect. >=20 > Happy testing. Best, >=20 > Erik >=20 >=20 >=20 >=20 >=20 --===============4491788680803152789==--