Hi Stefan, On Thu, Jul 26, 2012 at 09:09:35AM +0200, Stefan Baur wrote: > Am 25.07.2012 18:36, schrieb RB: > >>> However, repeatedly firing off >>> >>> fetch -q -o - http://checkip.dyndns.org | sed 's/^.*Current IP Address: >>> \(.*\)<\/body>.*$/\1/' >>> within the same minute doesn't error out, so it doesn't look like a limit >>> that's enforced by dyndns.
Just some thoughts: - what does your log say about dyndns? - are there messages about cron-errors in the logs (maybe invisable special character, ..) - if you *update* dyndns manually (curl, fetch, wget, whatever) every 10m - does /that/ work? ... because just using checkip does not give any information about if or if not the *update* works when periodically executed - does ist still works, if you call /etc/rc.dyndns.update manually ? - do some brute-force debugging :) - replace /etc/rc.dyndns.update by an own script. See if it's called - tcpdump the connection with the dyndns Server, analyze dump -- Gruss Frank _______________________________________________ List mailing list [email protected] http://lists.pfsense.org/mailman/listinfo/list
