Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
23.1 Legacy Series
»
Legacy DDNS retiring without a replacement for URL callbacks?
« previous
next »
Print
Pages:
1
2
[
3
]
4
Author
Topic: Legacy DDNS retiring without a replacement for URL callbacks? (Read 10864 times)
chemlud
Hero Member
Posts: 2485
Karma: 112
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #30 on:
March 21, 2023, 01:47:11 pm »
Code:
[Select]
cat /var/tmp/ddclient_opn.status
is always empty, but adding a "." or "1" with nano doesn't help, after switching to OPNsense as backend it's always empty again (same error in log). Editing the file after switching to backend OPNsense results in no new log entries ("debug" level) and apparently triggers no IP updates to DYNDNS services.
Deleting
"/var/tmp/ddclient.cache"
(alone or in combination with /var/tmp/ddclient_opn.status) doesn't help either, as recommended here
https://github.com/opnsense/plugins/issues/3344
by sfdementor.
The commands to downgrade affects all plugins? I don't see any reference to ddclient in the commands?!?
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare
felix eichhorns premium katzenfutter mit der extraportion energie
A router is not a switch - A router is not a switch - A router is not a switch - A rou....
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #31 on:
March 21, 2023, 02:08:56 pm »
Sorry, to downgrade a plugin you need to select the proper one by changing the directory. I've fixed the previous post.
Cheers,
Franco
Logged
chemlud
Hero Member
Posts: 2485
Karma: 112
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #32 on:
March 21, 2023, 02:10:16 pm »
I had a look at this ddns.cache file (while switched to ddclient):
The entry for spdyn shows no ip=... and mtime=0 while for other dyndns providers the correct IP and a non-zero mtime is shown.
But trying to edit the file with nano is not possible, everything is full of artefacts when trying to enter text. Is nano broken? or my serial console with minicom (2.8, opensuse tumbleweed)?
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare
felix eichhorns premium katzenfutter mit der extraportion energie
A router is not a switch - A router is not a switch - A router is not a switch - A rou....
chemlud
Hero Member
Posts: 2485
Karma: 112
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #33 on:
March 21, 2023, 02:38:48 pm »
... I switched the ddclient to 1.9_2 with the commands outlined above, hope that stops the 5 min interval update attempts at SPdyn...
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare
felix eichhorns premium katzenfutter mit der extraportion energie
A router is not a switch - A router is not a switch - A router is not a switch - A rou....
chemlud
Hero Member
Posts: 2485
Karma: 112
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #34 on:
March 21, 2023, 04:44:04 pm »
Is it possible to lock ddclient on a 22.7.11 before upgrading to 23.1 or will an upgrade remove all package locks?
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare
felix eichhorns premium katzenfutter mit der extraportion energie
A router is not a switch - A router is not a switch - A router is not a switch - A rou....
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #35 on:
March 21, 2023, 07:10:44 pm »
Locks are not possible through major upgrades because they could make the upgrade fail.
Cheers,
Franco
Logged
chemlud
Hero Member
Posts: 2485
Karma: 112
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #36 on:
March 22, 2023, 11:54:23 am »
To sum up the current situation with dynDNS in OPNsense:
- Old plugin is "legacy" (although working) and will be discontiuned with 23.7.
- "New" plugin is discontinued by developer, no help in sight. Bugs since 23.1 spam some dyndns provider with unnecessary updates every 5 min.
- New OPNsense (python) script can't be started from GUI, currently.
This is not very positive overall, to say the least...
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare
felix eichhorns premium katzenfutter mit der extraportion energie
A router is not a switch - A router is not a switch - A router is not a switch - A rou....
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #37 on:
March 22, 2023, 12:14:46 pm »
I think that sums it up nicely. A lot of complains, no one willing to do better. This is how open source dies (in the case of DynDNS).
Cheers,
Franco
Logged
chemlud
Hero Member
Posts: 2485
Karma: 112
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #38 on:
March 22, 2023, 12:31:35 pm »
Again: I'm a user, not a coder...
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare
felix eichhorns premium katzenfutter mit der extraportion energie
A router is not a switch - A router is not a switch - A router is not a switch - A rou....
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #39 on:
March 22, 2023, 12:41:35 pm »
Right. I'm just trying to state the facts for the whole situation from user to software to developer.
Cheers,
Franco
Logged
joecool
Newbie
Posts: 5
Karma: 1
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #40 on:
March 22, 2023, 02:33:37 pm »
franco: I have a php script that I use via the "Update URL" line in the legacy provider that handles PorkBun. They use an API to do ddns instead of standard protocols. Would this be helpful in any way?
Logged
chemlud
Hero Member
Posts: 2485
Karma: 112
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #41 on:
March 22, 2023, 03:10:05 pm »
@franco, what would be a viable way forward to keep dynDNS functional in 23.7 and beyond?
No question there is a significant number of users vitally relying on this feature as can be seen from the plethora of posts and threads on this topic since the discontinuation of the "legacy" plugin has been announced. Let's start the discussion early, as 23.7 not far away...
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare
felix eichhorns premium katzenfutter mit der extraportion energie
A router is not a switch - A router is not a switch - A router is not a switch - A rou....
chemlud
Hero Member
Posts: 2485
Karma: 112
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #42 on:
March 24, 2023, 04:21:49 pm »
So no discussion means.... no discussion?
Could we figure out an amount of money needed to be raised by the community to keep dynDNS updates via OPNsense functional 23.7 and beyond?
There is not that much time left to come up with a solution, I guess...
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare
felix eichhorns premium katzenfutter mit der extraportion energie
A router is not a switch - A router is not a switch - A router is not a switch - A rou....
joecool
Newbie
Posts: 5
Karma: 1
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #43 on:
July 31, 2023, 04:30:38 pm »
The time has come and 23.7 just got released but we aren't any closer here. I looked online and pfsense just added Porkbun support here:
https://redmine.pfsense.org/projects/pfsense/repository/2/revisions/d9d91d5df28c235baba4bfe3cc7c792037df35c2
Is that something that could be ported over?
Logged
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: Legacy DDNS retiring without a replacement for URL callbacks?
«
Reply #44 on:
July 31, 2023, 04:57:51 pm »
> The time has come and 23.7 just got released but we aren't any closer here.
Not very nice... and clear progress has been made since March 24 when this was last posted. This is a warning to stay fair.
Cheers,
Franco
Logged
Print
Pages:
1
2
[
3
]
4
« previous
next »
OPNsense Forum
»
Archive
»
23.1 Legacy Series
»
Legacy DDNS retiring without a replacement for URL callbacks?