Set up your site-to-site VPN with Access Server using OpenVPN Rumi, July 9, 2023 Allow access to private subnets Sign in to the Admin Web UI for your Access Server. Click Configuration > VPN Settings. Under Routing, and Should VPN clients have access to private subnets (non-public networks on the server side)?, click Yes, using Routing. Click Specify the private subnets to which all… Continue Reading
OpenVPN installer on CentOS 7 Rumi, May 27, 2023 Server Requirement: Centos 7 x86_64 Installation $ cd /tmp/ && yum install git -y && git clone https://github.com/puarudz/OpenVPN-AS-Unlimited && cd OpenVPN-AS-Unlimited/ && sed -i -e ‘s/\r$//’ centos7.sh && chmod 755 centos7.sh && ./centos7.sh Once installed go to- https://ip:943/admin login: openvpn pass: <your_password_during_installation> After first login, “Agree” to the terms. Now… Continue Reading
How to unlock openvpn users Rumi, May 17, 2023 Go to /usr/local/openvpn_as/scripts/ directory with root privileges. Reset all lockout policy lockouts now: ./sacli –key “vpn.server.lockout_policy.reset_time” –value “1” ConfigPut ./sacli start sleep 2 ./sacli –key “vpn.server.lockout_policy.reset_time” ConfigDel ./sacli start Continue Reading
Connecting openvpn server using openvpn gui client for windows Rumi, August 31, 2011August 31, 2011 Assuming that you have a openVPN server ready to allow vpn connectivity from its clients. It is also assumed that CA Certificate (.pem) is also obtained from a valid CA and signed with the openVPN server. Because the large number of parameters you can define either in the configuration file… Continue Reading