Created
July 13, 2018 03:23
-
-
Save practice/1214629a139222ec59588435e72dce0e to your computer and use it in GitHub Desktop.
pptp-vpn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugin PPTP.ppp | |
noauth | |
remoteaddress "연결할 주소" | |
user "아이디" | |
password "비밀번호" | |
redialcount 1 | |
redialtimer 5 | |
idle 1800 | |
#mru 1368 | |
#mtu 1368 | |
receive-all | |
novj 0:0 | |
ipcp-accept-local | |
ipcp-accept-remote | |
refuse-eap | |
refuse-pap | |
refuse-chap-md5 | |
hide-password | |
mppe-stateless | |
mppe-128 | |
looplocal | |
nodetach | |
#ms-dns 8.8.8.8 | |
usepeerdns | |
defaultroute | |
debug | |
출처: http://geekcoders.tistory.com/entry/Mac-OS-X-Sierra-IPTime-PPTP-VPN [GeekCoders] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
잘 안되더라. 대신 iptime공유기 firmware 업그레이드 하면 L2TP 쓸 수 있음.