본문 바로가기

Computer/Linux

PiVPN installation

$ curl -L https://install.pivpn.io | bash

#Create new account ID and Password, ROOT account is not recommended(or available)

$ pivpn add

#list all certificates

$ pivpn list

# Revoke a client ovpn profile

$ pivpn revoke

# Remove PiVPN

$ pivpn uninstall

 

#pivpn add 시 순서

  1. DNS 사용
  2. 현재ip를 고정으로 사용 또는 DDNS사용 >> DDNS 사용
  3. DDNS 업체는 맨 밑 Customs 선택
  4. 포트는 임의 지정 → 나중에 포트포워드 열어둬야함
  5. WinSCP로 home/pi/ovpns/ID.ovpns파일을 다운로드
  6. OPENVPN 프로그램에서 다운로드 받은 파일을 실행해서 연결

 

#profile 삭제하기 위해서 아래 폴더를 완전히 삭제해야함

    C:\Users\<ACCOUNT_NAME>\OpenVPN\config

    C:\Users\<ACCOUNT_NAME>\OpenVPN\log

 

 

#REFERENCE

https://www.ostechnix.com/pivpn-simplest-openvpn-setup-configuration-designed-raspberry-pi/

 

#WINDOWS CLIENT DOWNLOAD

https://openvpn.net/community-downloads/

 

 

'Computer > Linux' 카테고리의 다른 글

AUTOFS  (0) 2019.05.19
User account control  (0) 2019.05.15
Samba  (0) 2019.05.12
Ubuntu instaillation  (0) 2019.05.12
Agenti - web admin  (0) 2019.05.03
Xiaomi Mijia Hygrothermo V2 read data from Python3 샤오미 온습도계V2 파이썬으로 읽기  (0) 2019.02.07
Wifi password setting/change  (0) 2019.02.07
라즈베리파이 블루투스 활용  (0) 2019.02.07