R
Runtipiβ€’3w ago
MOUETTE03

DDNS updater ipv6

@sergi0g Hello, I have a problem with ddns updater, it can't update my ipv6. I don't think it comes from DDNS Updater but can it come from my connection or my dns service (desec). Thanks in advance
20 Replies
hex-developer
hex-developerβ€’3w ago
Hi Why did you choose me to respond to this? πŸ˜‚ I've never used DDNS updater I'd suggest you just set up a cron job for this I'm using this:
*/5 * * * * curl https://update.dedyn.io/?hostname=example.net --header "Authorization: Token ddns_token_password_123"
*/5 * * * * curl https://update.dedyn.io/?hostname=example.net --header "Authorization: Token ddns_token_password_123"
this will do ipv6 only if you want ipv4 add and --ipv4 to curl
MOUETTE03
MOUETTE03OPβ€’3w ago
That's why I chose you 🀣
hex-developer
hex-developerβ€’3w ago
ah ok I don't remember mentioning that I use desec but ok I guess you stalking me or something?
MOUETTE03
MOUETTE03OPβ€’3w ago
No but it seems to me that you have the application in your store
hex-developer
hex-developerβ€’3w ago
I don't Here are the desec API docs in case you need them by the way: https://desec.readthedocs.io/en/latest/dyndns/update-api.html
MOUETTE03
MOUETTE03OPβ€’3w ago
A no I was wrong πŸ€ͺ I confused with cup sue I also use
hex-developer
hex-developerβ€’3w ago
cup isn't in my store either 😁 I'm just the developer
MOUETTE03
MOUETTE03OPβ€’3w ago
No, it's falk! I think I'm going to bed 😁🀣🀣🀣
hex-developer
hex-developerβ€’3w ago
ok sleep well
MOUETTE03
MOUETTE03OPβ€’3w ago
Thank you for your help! I'll try that! Still problems with ipv6 πŸ₯΅
hex-developer
hex-developerβ€’3w ago
btw I lied here, I use --ipv4 but I wanted to give you an example that should work for you make sure you get a token from the dashboard
MOUETTE03
MOUETTE03OPβ€’3w ago
Same problem with duckdns never find my ipv 6 public
hex-developer
hex-developerβ€’3w ago
maybe you can try on your router? I'd use my router too but it's a cheap locked down ISP router that doesn't support desec
MOUETTE03
MOUETTE03OPβ€’3w ago
Because if I understood everything you have to fill in the public ipv6 of the server and not that of the box Router not compatible desec
hex-developer
hex-developerβ€’3w ago
perhaps your network doesn't support ipv6? try curl https://ipv6.icanhazip.com if it fails your network doesn't support ipv6
MOUETTE03
MOUETTE03OPβ€’3w ago
Return well ipv6 of my pi
hex-developer
hex-developerβ€’3w ago
then desec should work too have you set the right token?
MOUETTE03
MOUETTE03OPβ€’3w ago
Yes
hex-developer
hex-developerβ€’3w ago
no idea then networking is weird
MOUETTE03
MOUETTE03OPβ€’3w ago
I will find by dint of trying normally

Did you find this page helpful?