Posted in SSL VPN

OpenVPN with Gooogle Authenticator as second factor authentication – part 2

In this part I will cover only OpenVPN configuration section. I’ll assume that every reader is able to generate the RSA keys used by OpenVPN to secure the traffic between client and server. OpenVPN server configuration a) cat radiusplugin-udp1194.cnf NAS-Identifier=OpenVPN Service-Type=5 Framed-Protocol=1 NAS-Port-Type=5 NAS-IP-Address=192.168.122.157 OpenVPNConfig=/etc/openvpn/server.ovpn Overwriteccfiles=true Acct-Interim-Interval=30 server {     …

Continue Reading OpenVPN with Gooogle Authenticator as second factor authentication – part 2
Posted in SSL VPN

OpenVPN with Gooogle Authenticator as second factor authentication – part 1

Description In this post I’ll show you how to install, configure and test remote access into your infrastructure using ssl vpn technology. For that we are using OpenVPN tool (https://openvpn.net/). In this POC we are using Ubuntu 16.04 LTS, as operating system, but the configuration will be the same no…

Continue Reading OpenVPN with Gooogle Authenticator as second factor authentication – part 1