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
DYNDNS.org behind proxy
Moderator: Moderators
Re: DYNDNS.org behind proxy
Anyone able to change the source for this ?