Science networking solution for OpenWrt firmware by MuJJ.us
System Requirement for OpenWrt Barrier Breaker 14.07 or later version.
Use vpnd only three step:
First UNINSTALL Qihoo 360 family products on your computer. (Recommend)
- Build the package or download prebuilt package and install it.
- Reboot your router.
- Settings your PPTP server address/username/password in "mujjus" interface then connect it.
- Enjoy the internet without Firewall!
First, Get the OpenWrt's SDK. (e.g. Barrier Breaker and ar71xx)
$ wget http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/OpenWrt-SDK-ar71xx-for-linux-x86_64-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2
$ tar jxf OpenWrt-SDK-ar71xx-for-linux-x86_64-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2
$ cd OpenWrt-SDK-ar71xx-for-linux-x86_64-gcc-4.8-linaro_uClibc-0.9.33.2
Build the package
$ git clone https://github.com/MuJJus/vpnd-openwrt.git package/vpnd
$ make menuconfig # Selected the package (Network -> Routing and Redirection -> vpnd)
$ make package/vpnd/compile V=99
-
Can use other VPN protocols?
Yes, it support any based Point-to-Point protocols like PPPoE, PPTP and L2TP. -
How to use One-key upgrade in luci-app-commands?
Add this packages repository to/etc/opkg.conf
. -
Click Run button of vpnd upgrade in luci-app-commands then very very long loading time.
Your network has encountered a problem, try again later. -
Click Run button of vpnd upgrade in luci-app-commands then show me a error: Could not lock /var/lock/opkg.lock: Resource temporarily unavailable.
Try again later. If this error message persists please reboot your router. -
An error when installing: But that file is already provided by package * dnsmasq.
Remove dnsmasq package first. (Don't stop dnsmasq service)