Bug #68
closedDyndns for second WAN( opt1) does not work
100%
Description
There are two problems with the dyndns page.
1) When ever I make any changes (disable/enable, or aything at all) and click save, it takes an AWFUL long time. I don't know what is spinning in the background to cause it.
2) the ip address for my second WAN which is on opt1 is not detected.
dyndns for WAN is detected properly:
alix-pfsense:/# more /cf/conf/dyndns_wandyndns.cache
24.x.x.x:1251448583
dyndns if WAN2 is NOT detected properly:
alix-pfsense:/# more /cf/conf/dyndns_opt1dyndns.cache
:1251694941
Updated by Scott Ullrich almost 15 years ago
- Status changed from New to Feedback
Please try commit r07a3b40 or a new snapshot and report back.
Updated by GS FON almost 15 years ago
I looked at the change revision and added the changes but it still did not work.
There was actually an error in the change which read:
$this->_dnsIP = get_interface_ip($this->_if);
I added a log_error debug log_error("!!! IP for interfance {$dnsIf} - {$this->_dnsIP}."); and found it did not produce the correct IP until I changed it back to
$this->_dnsIP = get_interface_ip($dnsIf);
The real error is when it goes into the update function, it seems like all the variables are lost. When I debug print out $this->_dnsIP, it would be blank. I think that's where the real problem is.
Thanks!
Updated by Chris Buechler almost 15 years ago
- Category set to Dynamic DNS
- Status changed from Feedback to New
- Priority changed from High to Normal
Updated by Ermal Luçi almost 15 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 7ae7a9720fc06c6c24de29b50197b1d0b19de4ef.