Hello,
today I had to switch my setup to IPv6 because my new fiber connection does not provide a IPv4 adress for me.
So I changed some of my Fritz!Box 7590 Configuration because I used IPv4 only until today.
Using the update.php with IPv6 script parameters I noticed wrong AAAA records at netcup like "xyzq:2c60:ec75:e4f0::/647656:3cff:fe47:xyzq". The error is the "::/64" part in the middle, where the prefix and my internal adress is combined. The IPv6 part for this in the update URL is "&ipv6=7656:3cff:fe47:xyzq".
Thanks to AI I was able to repair the IPv6 adress, because the Fritz!Box seems to send more or other information then expected by the script.
See the attached version of my update_v6.php which I use and it works for my.
Hopefully someone can use this too or even maybe update the repository for a generic version.
update_v6.php
Hello,
today I had to switch my setup to IPv6 because my new fiber connection does not provide a IPv4 adress for me.
So I changed some of my Fritz!Box 7590 Configuration because I used IPv4 only until today.
Using the update.php with IPv6 script parameters I noticed wrong AAAA records at netcup like "xyzq:2c60:ec75:e4f0::/647656:3cff:fe47:xyzq". The error is the "::/64" part in the middle, where the prefix and my internal adress is combined. The IPv6 part for this in the update URL is "&ipv6=7656:3cff:fe47:xyzq".
Thanks to AI I was able to repair the IPv6 adress, because the Fritz!Box seems to send more or other information then expected by the script.
See the attached version of my update_v6.php which I use and it works for my.
Hopefully someone can use this too or even maybe update the repository for a generic version.
update_v6.php