步骤
在OpenWRT安裝PPTP Client端
- 首先用ssh登陆到路由器
- 安装pptp软件包
opkg update
opkg install pptpd - 配置接口 vi /etc/config/network 在末行添加如下代码:
config 'interface' '' option 'ifname' 'pptp-' option 'proto' 'pptp' option 'username' 'username' option 'password' 'password' option 'server' '.example.org or ipaddress' option 'buffering' '1'
重启路由器会产出新的网卡