Search found 47 matches

by braveheartleo
Thu Aug 27, 2015 9:48 pm
Forum: Gargoyle Development
Topic: [ddns-gargoyle] update 25-ddns hotplug script
Replies: 2
Views: 5101

Re: [ddns-gargoyle] update 25-ddns hotplug script

You're welcome, and thank you for looking into this. :-D
by braveheartleo
Thu Aug 27, 2015 9:40 pm
Forum: Feature Requests
Topic: [ddns-garogyle]support he.net dyn-compliant endpoint updates
Replies: 10
Views: 11709

Re: [ddns-garogyle]support he.net dyn-compliant endpoint upd

Thank you for your additional testing. I have read the source code. I did not read it as closely as you apparently. Gargoyle doesn't support IPv6 no. When building a lot of modules for IPv6 actually get disabled. So even if this doesn't make it in for that reason, it's still interesting to other us...
by braveheartleo
Thu Aug 27, 2015 4:32 pm
Forum: Feature Requests
Topic: [ddns-garogyle]support he.net dyn-compliant endpoint updates
Replies: 10
Views: 11709

Re: [ddns-garogyle]support he.net dyn-compliant endpoint upd

i'll let Eric decide if this is a good idea or not. I think it's kind of a niche case because of the 6in4 thing. He's actively developing at the moment so i'll make sure it is at least looked at before the next major release. Cheers mate. Does this mean that Gargoyle has no IPv6 support, even thoug...
by braveheartleo
Thu Aug 27, 2015 3:57 pm
Forum: Feature Requests
Topic: [ddns-garogyle]support he.net dyn-compliant endpoint updates
Replies: 10
Views: 11709

Re: [ddns-garogyle]support he.net dyn-compliant endpoint upd

I'm concerned that it can't find the remote ip. See this post for the output I expected to see: https://www.gargoyle-router.com/phpbb/viewtopic.php?f=13&t=3623&p=30878#p30877 Don't be concerned about it. ;) It simply means that ddns_gargoyle has not yet cached the IP. If you've been using d...
by braveheartleo
Thu Aug 27, 2015 12:23 am
Forum: Gargoyle Development
Topic: [ddns-gargoyle] update 25-ddns hotplug script
Replies: 2
Views: 5101

[ddns-gargoyle] update 25-ddns hotplug script

Hi, I wish to propose an update to the hotplug script that works on both the default Gargoyle setup (uclibc), and my custom OpenWRT trunk dual-WAN setup (musl) . The problem with the default script under my custom compile is that whenever the hotplug system reaches 25-ddns, it suspends the execution...
by braveheartleo
Tue Aug 18, 2015 11:56 pm
Forum: Feature Requests
Topic: [ddns-garogyle]support he.net dyn-compliant endpoint updates
Replies: 10
Views: 11709

Re: [ddns-garogyle]support he.net dyn-compliant endpoint upd

Sure, here it is, after invoking /etc/init.d/ddns_gargoyle restart ed Aug 19 11:52:46 2015 daemon.info ddns_gargoyle[8636]: Forcing update: Wed Aug 19 11:52:46 2015 daemon.info ddns_gargoyle[8636]: service provider=he.net Wed Aug 19 11:52:46 2015 daemon.info ddns_gargoyle[8636]: domain=<TUNNELID> We...
by braveheartleo
Tue Aug 18, 2015 11:31 pm
Forum: Feature Requests
Topic: [ddns-garogyle]support he.net dyn-compliant endpoint updates
Replies: 10
Views: 11709

[ddns-garogyle]support he.net dyn-compliant endpoint updates

I'm using 6in4 IPv6 Tunneling via Hurricane Electric. I have added a /etc/ddns_providers.conf section for he.net in ddns-gargoyle , so that the service can be used to periodically check for IP address changes, and update the endpoint accordingly, to maintain the IPv6 tunnel connection. service he.ne...
by braveheartleo
Thu Jan 08, 2015 11:40 am
Forum: Other Issues
Topic: ddns-gargoyle: ewget segfaults fetching duckdns update url
Replies: 4
Views: 4952

Re: ddns-gargoyle: ewget segfaults fetching duckdns update u

This issue is SOLVED in Gargoyle 1.7.0. Thanks. :D
by braveheartleo
Thu Dec 04, 2014 7:07 am
Forum: Other Issues
Topic: ddns-gargoyle: ewget segfaults fetching duckdns update url
Replies: 4
Views: 4952

Re: ddns-gargoyle: ewget segfaults fetching duckdns update u

In case any other is affected by this bug, as a workaround, changing the /etc/ddns_providers.conf for duckdns as follows: service duckdns.org url_template http://www.duckdns.org/update?domains=[[DOMAIN]]&token=[[TOKEN]]&ip=[[IP]] required_variables domain token required_variable_names DyDNS....
by braveheartleo
Thu Oct 16, 2014 9:51 pm
Forum: Other Issues
Topic: ddns-gargoyle: ewget segfaults fetching duckdns update url
Replies: 4
Views: 4952

Re: ddns-gargoyle: ewget segfaults fetching duckdns update u

Hey thanks for chiming in.

So it would seem that duckdns made changes to its web pages that became incompatible with ewget, thereby causing a segfault and the update never finishes.

This is a confirmed bug. I hope one of the devs would give advice on how to proceed from here.