Install openvpn on Mac
OpenVPN Access Server is a secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages. It provides a various configurations, including secure and granular remote access to internal network and/ or private cloud network resources and applications with fine-grained access control. For more details: https://openvpn.net/index.php/download/community-downloads.htmlSteps To Install:
- Open your Terminal first
- Install homebrew now if you don't have it installed already
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Now install openvpn
brew install openvpn
0 comments:
Post a Comment