Use Linux PPTP client to connect Windows VPN server

| | Comments (0)

Example: Server is foo.bar.com, administrator's password is 1234

First, add CHAP info to /etc/ppp/chap-secrets
printf "administrator vpn 1234 *" >> /etc/ppp/chap-secrets
Connect method 1
pppd pty "pptp foo.bar.com --nolaunchpppd" remotename vpn name administrator

Connect method 2, create /etc/ppp/peers/vpn as follow

pty "pptp 192.168.1.231 --nolaunchpppd"
name administrator

pppd call vpn

ref. PPTP Client | Poptop - The PPTP Server for Linux

Leave a comment

March 2009

Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

About this Entry

This page contains a single entry by Pank published on May 27, 2005 4:42 PM.

HTB.init was the previous entry in this blog.

外貿常見英文縮寫 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.