opkg install luci-proto-ppp 1. b.配置 vpn 接口,编辑 /etc/config/network 文件,应该已经有以下内容(如果没有,需要插入),并配置里面的 server、username 和 password: config 'interface' 'vpn' option 'ifname' 'pptp-vpn' option 'proto' 'pptp' option 'username' 'vpnusername' option 'password' 'v...
d.用 vim 编辑 /lib/netifd/ppp-up 文件: vim /lib/netifd/ppp-up 在[ -d /etc/ppp/ip-up.d ] && { 这一行前插入以下内容,确保 ppp 连接脚本能够被执行: sh /etc/config/pptp-vpn/chnroutes.sh e.重启路由,启动好之后,进入 LuCI 查看接口状态,等 WAN 和 VPN 都连接成功后,ssh进去,执行 route ...
opkg install ppp-mod-pptp opkg install luci-proto-ppp 在OpenWRT安裝PPTP Client端 首先用ssh登陆到路由器 安装pptp软件包 opkg update opkg install pptpd 配置接口 vi /etc/config/network 在末行添加如下代码:config 'interface' 'vpn' option 'ifname' 'pptp-vpn' option 'proto' 'pptp' option 'userna...
opkg install ppp-mod-pptp opkg install luci-proto-ppp http://www.right.com.cn/forum/thread-144153-1-1.html 在OpenWRT安裝PPTP Client端 首先用ssh登陆到路由器 安装pptp软件包 opkg update opkg install pptp 配置接口 vi /etc/config/network 在末行添加如下代码: config 'interface' 'vpn' option '...
opkg updateopkg install ppp-mod-pptp 如果需要 LuCI 支持(推荐): opkg install luci-proto-ppp b.配置 vpn 接口,编辑 /etc/config/network 文件,应该已经有以下内容(如果没有,需要插入),并配置里面的 server、username 和 password: config 'interface' 'vpn' ...
opkg install ppp-mod-pptp opkg install luci-proto-ppp 在OpenWRT安裝PPTP Client端 首先用ssh登陆到路由器 安装pptp软件包 opkg update opkg install pptpd 配置接口 vi /etc/config/network 在末行添加如下代码: config'interface''vpn'option'ifname''pptp-vpn'option'proto''pptp'option'username''vpnusernam...
opkg install ppp-mod-pptp 如果需要 LuCI 支持(推荐): opkg install luci-proto-ppp b.配置 vpn 接口,编辑 /etc/config/network 文件,应该已经有以下内容(如果没有,需要插入),并配置里面的 server、username 和 password: 代码如下: config ‘interface’ ‘vpn’ ...
2.opkg install ppp-mod-pptp 3.opkg install kmod-nf-nathelper-extra 4.reboot 5.setup the PPTP in the LUCI ### the erro log ### Using interface pptp-vpn Connect: pptp-vpn <--> pptp (66.212.x.x) read returned zero, peer has closed read returned...
3.再新建一个协议是pptp的vpn,需要安装ppp-mod-pptp和luci-proto-ppp,在此不再赘述。 4.通过防火墙,和转发规则实现pptp 进入网络->防火墙,再照猫画虎添加两个规则,如图: 到这步还没完,在选择上面的通信规则,添加一个转发规则,将新建的wan(本例的wan_VPN)作为源区域转发到原有wan,注意设置的时候需要将协议...
DEFAULT_PACKAGES.router:=dnsmasq-full iptables ppp ppp-mod-pppoe firewall kmod-ipt-offload DEFAULT_PACKAGES.bootloader:= 而在openwrt原版里面是这样的: default device type DEVICE_TYPE?=router Default packages – the really basic set DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci...