Page 2 of 3

Re: Open VPN GUI

Posted: Tue Feb 07, 2012 4:02 pm
by ispyisail

Re: Open VPN GUI

Posted: Tue Feb 07, 2012 4:43 pm
by ng3700v2
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 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"


And ispyisail:
ispyisail wrote:this is the best i could find

http://www.blackmanticore.com/51f359dfe ... 633e2e7c2b
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 short


"PPTP uses IP protocol 47, designed for "General Routing Encapsulation" or GRE packets. A common mistake in configuring firewalls for use with PPTP is to open PPTP port 1723 (allowing connections to be established) but forget to forward GRE protocol type 47 (denying port data from passing through the tunnel)."

-- I can't get the kernel modules responsible for forwarding the GRE protocol to load!!

"lsmod | grep -i gre" comes up empty.

Re: Open VPN GUI

Posted: Tue Feb 07, 2012 4:56 pm
by DoesItMatter
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

Re: Open VPN GUI

Posted: Tue Feb 07, 2012 4:57 pm
by hnl_dk
Did you install kmod-gre ?

Re: Open VPN GUI

Posted: Tue Feb 07, 2012 5:02 pm
by ng3700v2
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

Yes, if you look at my December 9th post: http://www.gargoyle-router.com/phpbb/vi ... =vpn#p9254 you will see that I do the following:

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
Still can't get the modules to load.
hnl_dk wrote:Did you install kmod-gre ?
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.


Would anyone else be willing to try installing any/all of these packages to see if they can get any of the "gre" modules to load?

Re: Open VPN GUI

Posted: Mon Feb 13, 2012 5:30 pm
by ng3700v2
Anyone???

Re: Open VPN GUI

Posted: Fri Feb 24, 2012 7:03 pm
by yc3948
We really need VPN on gargoyle

Re: Open VPN GUI

Posted: Thu May 03, 2012 3:33 am
by ispyisail
Looks like this is the next new big feature

Re: Open VPN GUI

Posted: Mon Jun 18, 2012 4:25 am
by yc3948
ispyisail wrote:Looks like this is the next new big feature
yes ;)

Re: Open VPN GUI

Posted: Mon Jun 18, 2012 11:01 am
by varma
Hi everyboby!
Are there news about the implementation of a VPN servere in Gargoyle?
In case it would be great to implement a protocol supported by the smartphones (iPhone, iPod, Android)

I will follow this topic!