IT
리눅스 VPN 서버 설치 & 접속 방법
codens
2020. 6. 26. 03:08
우분투(ubuntu) VPN 서버 OpenVPN 설치
https://openvpn.net/download-open-vpn/
- ubuntu vpn 설치
sudo apt install openvpn curl
curl -O https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh
sudo ./openvpn-install.sh
-
윈도우 클라이언트로 openvpn 서버에 접속
위의 설치에서 생성된 *.ovn 파일 다운로드
openvpn 접속 클라이언트 프로그램 다운로드
https://openvpn.net/client-connect-vpn-for-windows/설치후 접속
반응형