Everyone,
I am needing to set up a secure channel with another office in order to pass some dicom files back and forth. The remote office is microsoft shop. I have initially looked at openvpn, but the microsoft shop has requested that we use openl2tp in that they already have this running.
Since openl2tp is not part of the centos repositories, does anyone have good or bad experiences with this.
Thanks
On Wed, 12 Sep 2018 at 20:25, Gordon Messmer gordon.messmer@gmail.com wrote:
On 09/12/2018 11:58 AM, Gregory P. Ennis wrote:
Since openl2tp is not part of the centos repositories, does anyone have good or bad experiences with this.
You can probably use xl2tpd, which is in EPEL.
Also note that l2tp is not by itself a secure vpn.. though various people seem to think it is. It needs to be combined with some other layer security usually ipsec or even another vpn solution.
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
On Wed, 12 Sep 2018 at 20:25, Gordon Messmer gordon.messmer@gmail.com wrote:
On 09/12/2018 11:58 AM, Gregory P. Ennis wrote:
Since openl2tp is not part of the centos repositories, does anyone have good or bad experiences with this.
You can probably use xl2tpd, which is in EPEL.
Also note that l2tp is not by itself a secure vpn.. though various people seem to think it is. It needs to be combined with some other layer security usually ipsec or even another vpn solution.
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Gordan and Stephen,
Thank you both very much.
I did find strongswan and xl2tpd in epel, and am going to do some testing with this combination.
Thanks again for your help!!!
Greg