Version 1.3.8

The latest news about Gargoyle

Moderator: Moderators

arteq
Posts: 31
Joined: Tue Sep 14, 2010 11:49 am
Location: Poland
Contact:

Re: Version 1.3.8

Post by arteq »

Eric, Why in this config file http://www.gargoyle-router.com/gargoyle ... ion/config

there is

Code: Select all

CONFIG_TARGET_ar71xx_WNDR3700=y
not

Code: Select all

CONFIG_TARGET_ar71xx_UBNT=y
?

And I have suggestion: add support for dual radios. For example WNDR3700 have 2 radios 2.4 i 5GHz.
Last edited by arteq on Tue Dec 07, 2010 1:58 pm, edited 1 time in total.
Best Regards, Artur
http://openwrt.pl - Polish Center of OpenWrt
http://digi-led.pl - Electronic Parts

Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

Re: Version 1.3.8

Post by Cezary »

WNDR3700. Generic support for more (1+) radios.

vplessky
Posts: 60
Joined: Sun Oct 31, 2010 10:31 am
Location: Moscow, Russia
Contact:

PPTP PPPoE configuration (Dual Access)

Post by vplessky »

I think it would be useful to add PPTP client to Gargoyle
And allow Web Interface configuration for PPTP client - with "Dual Access" - 2nd interface configured as Static/Dynamic IP.

This would match possibilities of latest TP-Link firmware (PPPoE/DualAccess, PPTP/DualAccess)
See recent "successful configuration" discussion on
OpenWrt forum

There were many questions of ixbt forum (TP-Link WR1043ND, DD-Wrt discussions) what kind of "alternative" firmware can be recommended.
And how to add PPTP support (for OpenWrt/Gargoyle), and "Dual Access" (VPN+Static IP) to OpenWrt, DD-Wrt.

Recommendations like this are not really for beginners.

I finally wrote - upon request from people - How-To for Gargoyle setup on WR841ND v5 (in Russian).

But setup of "PPPoE+Static IP" and "PPTP+Static IP" is not covered.
As there is no simple method to do it.

Here is also interesting info on Netgear forum

One user reports there that following setup for "PPTP + Static IP" is working for him.

Code: Select all

config 'interface' 'wan'
        option 'ifname' 'eth1'
        option 'macaddr' '11:22:4d:07:10:CD'
        option 'proto' 'static'
        option 'ipaddr' '10.110.42.21'
        option 'netmask' '255.255.255.192'
        option 'dns' '10.110.0.5'
        option 'gateway' '10.110.42.1'
        option 'defaultroute' '0'
        option 'peerdns' '1'

config 'interface' 'vpn'
        option 'ifname' 'ppp0'
        option 'proto' 'pptp'
        option 'ipproto' 'static'
        option username USERRR
        option password PASSS
        option 'server' 'vpn.corbina.net'
        option 'mtu' '1460'
        option 'defaultroute' '1'
        option 'keepalive' '10'
        option 'buffering'      '0'
I hope someone using Gargoyle/OpenWrt can share his experience for similar setups here or on forum.
And we can add standard configuration form in WebUI for such usage scenarios, for the next release of Gargoyle.

Post Reply