Skip to content

Instantly share code, notes, and snippets.

@practice
Created July 13, 2018 03:23
Show Gist options
  • Save practice/1214629a139222ec59588435e72dce0e to your computer and use it in GitHub Desktop.
Save practice/1214629a139222ec59588435e72dce0e to your computer and use it in GitHub Desktop.
pptp-vpn
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]
@practice
Copy link
Author

잘 안되더라. 대신 iptime공유기 firmware 업그레이드 하면 L2TP 쓸 수 있음.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment