DYNDNS.org behind proxy

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Post Reply
tyjtyj
Posts: 3
Joined: Sun Jan 06, 2013 9:47 pm

DYNDNS.org behind proxy

Post by tyjtyj »

my router keep updating my service provider proxy ip address instead of my wan ip.

initial configuration
root@Gargoyle:~# vi /etc/ddns_gargoyle.conf

service ddns_1
enabled 1
service_provider dyndns.com
ip_source internet
force_interval 3
force_unit days
check_interval 3
check_unit minutes



I changed the config to following and it works for now.

root@Gargoyle:~# vi /etc/ddns_gargoyle.conf
service ddns_1
enabled 1
service_provider dyndns.com
ip_source interface
ip_interface pppoe-wan
force_interval 3
force_unit days
check_interval 3
check_unit minutes

Can someone make changes to gargoyle source to fix this ?

Allow user to select interface instead check URL

tyjtyj
Posts: 3
Joined: Sun Jan 06, 2013 9:47 pm

Re: DYNDNS.org behind proxy

Post by tyjtyj »

Anyone able to change the source for this ?

Post Reply