曾經,我每天工作的地方也可以望到家,在家附近也可看到工作的地方。 曾經,每天我都在馬鞍山、科學園、大埔之間來來回回。 今天,身處異地,不再在同一家公司打工,為的,可能就是型和找尋另一種生活的感覺。 雖然我與高科技行業像是越走越遠,但仍想努力返回圈子。
Monday, July 09, 2012
OpenWRT and PPTP VPN
opkg update
opkg install pptpd
opkg install kmod-mppe
edit /etc/ppp/options.pptpd
====================
speed 115200
stimeout 10
localip 192.168.1.1
remoteip 192.168.1.200-230
====================
edit /etc/pptpd.conf
====================
lock
debug
name vpn1 #control the usrs allowed
refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2
require-mppe
#require-mppe-128
ms-dns 192.168.1.1
proxyarp
====================
edit /etc/ppp.chap-secrets
for login and pw
/etc/config/firewall
======================
#modify
config 'defaults'
option 'syn_flood' '1'
option 'input' 'ACCEPT'
option 'output' 'ACCEPT'
option 'drop_invalid' '1'
option 'forward' 'ACCEPT'
config 'zone'
option 'name' 'wan'
option 'network' 'wan'
option 'input' 'ACCEPT'
option 'output' 'ACCEPT'
option 'forward' 'REJECT'
option 'masq' '1'
option 'mtu_fix' '1'
#add
config 'rule'
option '_name' 'pptpvpn'
option 'src' 'wan'
option 'proto' 'tcpudp'
option 'dest_port' '1723'
option 'target' 'ACCEPT'
======================
/etc/init.d/pptpd start
/etc/init.d/pptpd stop
/etc/init.d/pptpd restart
killall pptp
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment