Page 10 of 20

Re: Version 1.5.9 - OpenVPN

Posted: Thu Jan 17, 2013 6:03 pm
by yc3948
Many thanks! I find the problem! After I upgrade OpenVPN client software to openvpn-install-2.3.0-I001-i686 it works!!! :D :D :D
7PBHChD wrote:
yc3948 wrote:I try tracert command when I use Gargoyle OpenVPN traffic not go
through Gargoyle OpenVPN server at all!!! :oops: :oops: :oops:

And I try you solution, but unfortunately it not working for me, did you test it? Thanks
7PBHChD wrote:No. I mean did you go to the web link I gave and denied access to your clients or any of your router clients have access through the router?
My fault was I deny all access except for certain clients.
So I permitted OpenVPN client address on that page to allow him have access to the Internet.
If you did not restrict access and your OpenVPN client still not go through your router you can change route in /etc/config/ccd/<Nameofyourclientnconfg> from 'push "route 192.168.1.0 255.255.255.0 10.8.0.1" ' to 'push "route 0.0.0.0 0.0.0.0 10.8.0.1" '. After that reconnect your OpenVPN clent and check its IP.
Yes. I tested the route and it works flawlessly.
But now, I do not use custom route at all.
The issue was in restrictions that applied to the OpenVPN client in my configuration, as i restrict all Internet and Intranet access by default.
After I allowed traffic for OpenVPN client and set option 'Clients Use VPN For:' to 'All Client Traffic' I can use Internet through my router.
What client are you connecting to OpenVPN?
can you give its routes info?

Re: Version 1.5.9 - Plugins Interface

Posted: Sat Jan 19, 2013 3:48 am
by yc3948

Re: Version 1.5.9 - OpenVPN

Posted: Sat Jan 19, 2013 3:49 am
by yc3948
OpenVPN problems fixed. http://www.gargoyle-router.com/gargoyle ... 39622d205d
7PBHChD wrote:
yc3948 wrote:I try tracert command when I use Gargoyle OpenVPN traffic not go
through Gargoyle OpenVPN server at all!!! :oops: :oops: :oops:

And I try you solution, but unfortunately it not working for me, did you test it? Thanks
7PBHChD wrote:No. I mean did you go to the web link I gave and denied access to your clients or any of your router clients have access through the router?
My fault was I deny all access except for certain clients.
So I permitted OpenVPN client address on that page to allow him have access to the Internet.
If you did not restrict access and your OpenVPN client still not go through your router you can change route in /etc/config/ccd/<Nameofyourclientnconfg> from 'push "route 192.168.1.0 255.255.255.0 10.8.0.1" ' to 'push "route 0.0.0.0 0.0.0.0 10.8.0.1" '. After that reconnect your OpenVPN clent and check its IP.
Yes. I tested the route and it works flawlessly.
But now, I do not use custom route at all.
The issue was in restrictions that applied to the OpenVPN client in my configuration, as i restrict all Internet and Intranet access by default.
After I allowed traffic for OpenVPN client and set option 'Clients Use VPN For:' to 'All Client Traffic' I can use Internet through my router.
What client are you connecting to OpenVPN?
can you give its routes info?

Re: Version 1.5.9 - Plugins Interface

Posted: Sat Jan 19, 2013 7:14 pm
by ispyisail

Re: Version 1.5.9 - Plugins Interface

Posted: Sun Jan 20, 2013 12:42 am
by yc3948
thanks for share, I'm happy with 1.5.9+ http://www.gargoyle-router.com/gargoyle ... 39622d205d updated ;)

Re: Version 1.5.9 - Plugins Interface

Posted: Sun Jan 20, 2013 9:46 am
by buddee
Excellent, this is fixing the issue i mentioned earlier in this thread, i can now reboot on the wzr-hp-g300nh v1 and wireless doesn't go to disabled after a reboot. Thank you!

Re: Version 1.5.9 - Plugins Interface

Posted: Sun Jan 20, 2013 1:30 pm
by buddee
actually scratch that, problem still exists with wzr-hp-g300nh v1, when i reboot the wireless comes back up as disabled.

Re: Version 1.5.9 - Plugins Interface

Posted: Sun Jan 20, 2013 4:44 pm
by shastar
Have flashed 1.5.9 on the TP-Link wr2543nd without problems. Everything seems to be working correctly. Except 5GHz mode (channel 13 to 165) Never worked with gargoyle on this router. Works well with TP-Link original firmware.

Very good job to all involved with the gargoyle.
http://db.tt/hgKEJOHq

ohh..my english is bad...

Re: Version 1.5.9 - Plugins Interface

Posted: Mon Jan 21, 2013 9:36 am
by mtr
I'm using Gargoyle 1.5.9 and No-IP.org updating suddenly stop working.

So, I changed this config (on /etc/ddns_providers.conf) based on http://www.noip.com/integrate/request:

Code: Select all

service no-ip.com
    url_template    https://dynupdate.no-ip.com/ducupdate.php?username=[[USERNAME]]&pass=[[PASSWORD]]&h[]=[[DOMAIN]]&ip=[[IP]]
    required_variables    domain username password
    required_variable_names    Domain Name,Username,Password
    success_regexp    /:01/
to this config:

Code: Select all

service no-ip.com
   url_template         https://[[USERNAME]]:[[PASSWORD]]@dynupdate.no-ip.com/nic/update?hostname=[[DOMAIN]]&myip=[[IP]] 
   required_variables      domain username password
   required_variable_names      Domain Name,Username,Password
   success_regexp         /^(good|nochg)/
and works like a charm.

Re: Version 1.5.9 - Plugins Interface

Posted: Mon Jan 21, 2013 12:53 pm
by Eric
FireVortex: Thanks for bringing this to my attention, and for providing a working fix. I love when bug reports include a solution! I've updated the No-IP code as suggested and it will be included in the next release.