2018年3月10日 星期六

Raspberry pi 連線 PPTP

安裝
apt-get update -y
apt-get upgrade -y
apt-get install pptpd
apt-get install -y pptp-linux

設定
pptpsetup --create  $TUNNEL --server $SERVER  --username $USERNAME --password  $PASSWORD --encrypt --

相關設定檔及指令
/etc/ppp/chap-secrets
/etc/ppp/peers/toVigor

pppd call
pkill pppd

沒有留言: