2.4 KiB
FritzBox OVH DynDNS (DynHost) Setup
This document describes how to configure your FritzBox to automatically update an OVH DynHost record.
Since you have already set up dyndns.moritzgraf.de as a DynHost in your OVH control panel, the remaining step is to configure the FritzBox to push IP updates to OVH.
OVH DynHost Settings (Reference)
The credentials for the DynHost are securely stored in the encrypted dyndns_ovh.secret.yaml file located in this directory.
Ensure you have unlocked git-crypt to view the username and password.
(Note: These are not your main OVH account credentials, but the specific credentials generated for the DynHost record!)
FritzBox Configuration Steps
-
Log into your FritzBox Web Interface (usually
http://fritz.box). -
Navigate to Internet > Permit Access > DynDNS.
-
Check the box Use DynDNS (DynDNS benutzen).
-
From the Dynamic DNS provider dropdown, select User-defined (Benutzerdefiniert).
-
Fill out the fields exactly as follows:
-
Update URL:
https://www.ovh.com/nic/update?system=dyndns&hostname=<domain>&myip=<ipaddr>(Make sure to copy exactly as written. The FritzBox will automatically replace
<domain>and<ipaddr>with the actual values.) -
Domain name:
dyndns.moritzgraf.de -
Username: (Get the
usernamevalue fromdyndns_ovh.secret.yaml) -
Password: (Get the
passwordvalue fromdyndns_ovh.secret.yaml)
-
-
Click Apply (Übernehmen) to save the settings.
Verifying the Update
After saving, the FritzBox should attempt an immediate update.
- In the FritzBox interface, go to Overview (Übersicht).
- Look under the Connections (Verbindungen) section. It should say:
Dynamic DNS: enabled, <domain>, Status: successfully registered. - You can also manually ping
dyndns.moritzgraf.defrom an external network to verify it points to your router's current public IP.
Important Note on CGNAT and IPv6
Since your ISP uses Carrier Grade NAT (CGNAT) for IPv4, your public IPv4 address might not be directly reachable from the outside. OVH's legacy DynHost system primarily updates A (IPv4) records. If you specifically need external access to your home network via this dyndns domain, the incoming connection might fail on IPv4 due to CGNAT. (This is why we set up the Wireguard Site-to-Site VPN to the K8s cluster!)