April 20, 2004

poptop

http://www.poptop.org/

tar zxvf pptpd-1.1.4-b4.tar.gz
cd pptpd-1.1.4-b4
./configure&&make&&make install

edit /etc/pptpd.conf
# localip 是 server 的內部 IP
localip 192.168.0.2
# remoteip 配給 vpn client 的 IP
remoteip 192.168.0.20-30
pidfile /var/run/pptpd.pid

if have firewall, add
iptables -A INPUT -p gre -j ACCEPT
iptables -A INPUT -p tcp --dport 1723 -j ACCEPT

/etc/ppp/chap-secrets
#帳號 servername 密碼 IP
test pank.org 1111 *

以上設定完成

windows 在新增 VPN 連線後
[內容]-[安全性]->要求資料加密 的選項不要打勾

Posted by pank at April 20, 2004 05:58 PM
Comments
Post a comment













Remember personal info?