Re: Open VPN GUI
Posted: Tue Feb 07, 2012 4:02 pm
A forum to discuss the Gargoyle web interface for Openwrt
https://www.gargoyle-router.com/phpbb/
Yes, I am aware of the port forwarding requirements. If you look at my post from March 17th of 2011 (http://www.gargoyle-router.com/phpbb/vi ... =vpn#p5931), I state the following: "I forwarded the necessary ports (1723,500) to the correct IP"hnl_dk wrote: for PPTP VPN
TCP Port 1723
UDP Port 500
for L2TP VPN
TCP Port 1701
UDP Port 500
for IPSec
UDP Port 500
Yes, I found this article a while back and tried to follow it. He was using an older OpenWRT version so some of the packages have combined and/or changed names. I can get all of the packages to install correctly, but the kernel modules fail to load either via reboot or "insmod" commands. I've gone on several package installation rampages in attempt to get lucky enough to grab the missing symbols, but I always come up shortispyisail wrote:this is the best i could find
http://www.blackmanticore.com/51f359dfe ... 633e2e7c2b
DoesItMatter wrote:See here:
https://forum.openwrt.org/viewtopic.php?id=27777
and here:
http://wiki.openwrt.org/doc/howto/vpn.nat.pptp
Is this the new module?
kmod-ipt-nathelper-extra
Code: Select all
opkg install kmod-ipt-conntrack kmod-ipt-conntrack-extra kmod-ipt-nat kmod-ipt-nat-extra kmod-ipt-nathelper [b]kmod-ipt-nathelper-extra[/b]
opkg install pptp pptpd
Yes, I have installed kmod-gre too (even though it's not listed in the original package list above) -- still can't get the modules to load.hnl_dk wrote:Did you install kmod-gre ?
yesispyisail wrote:Looks like this is the next new big feature