Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
content:serverbasics:network-dyndns [2024/04/20 18:35] – [Security/privacy Extensions] Daniel | content:serverbasics:network-dyndns [2025/02/16 10:42] (aktuell) – [Settings] Daniel | ||
---|---|---|---|
Zeile 35: | Zeile 35: | ||
</ | </ | ||
+ | |||
+ | How the rebind protection work: DNS queries to your Router won't return the IP of the service. So if you experience, that '' | ||
+ | |||
===== Modem Setup ===== | ===== Modem Setup ===== | ||
Zeile 66: | Zeile 69: | ||
After that, check if your device has an temporary adress with '' | After that, check if your device has an temporary adress with '' | ||
- | *** Not finished - i have not found any docs at ddclient, how to get the interface temporary adress working, made up https:// | + | *** Not finished - i have not found any docs at ddclient, how to get the interface temporary adress working, made up [[https:// |
For the time beeing, i will be fine using the non- private adress. | For the time beeing, i will be fine using the non- private adress. | ||
- | |||
===== DynDNS Provider ===== | ===== DynDNS Provider ===== | ||
- | Next Step to choose is a provider for dyndns. There are many dyndns- providers out there. | + | Next Step to choose is a provider for dyndns. There are many dyndns- providers out there - even free of charge. E.g. [[https:// |
+ | |||
+ | The opposite of those free registries is, that you can only use a subdomain of the Top-Level domain they offer, which makes your Domain Name fixed at the end. For me personally, i have bought a domain on my own in the tld of my country (costs about 15 Euro in one Year), which i can now use. | ||
+ | |||
+ | ===== Register Subdomains ===== | ||
+ | |||
+ | After you logged into your DynDNS Provider, enable dynDNS for your IPs and add subdomains - each one for one service. If you want to acces your Portainer you created when setting up docker, e.g. use a Subdomain called | ||
+ | |||
+ | portainer.domain.tld | ||
+ | |||
+ | Make sure, that DynDNS is selected for that record again! | ||
===== DDclient ===== | ===== DDclient ===== | ||
Zeile 117: | Zeile 128: | ||
==== Check the Connection ==== | ==== Check the Connection ==== | ||
- | you may now have the IPv6 of your Device published at some adress and check this by: | + | you may now have the IPv6 of your Device published at some adress and check this by digging at googles DNS for that IPV6: |
< | < | ||
- | pcserver2023: | + | pcserver2023: |
- | Server: 192.168.2.1 | + | |
- | Address: 192.168.2.1#53 | + | ; <<>> |
+ | ; (1 server found) | ||
+ | ;; global options: +cmd | ||
+ | ;; Got answer: | ||
+ | ;; ->> | ||
+ | ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 | ||
+ | |||
+ | ;; OPT PSEUDOSECTION: | ||
+ | ; EDNS: version: 0, flags:; udp: 512 | ||
+ | ;; QUESTION SECTION: | ||
+ | ;ipa.obel1x.de. IN AAAA | ||
+ | |||
+ | ;; ANSWER SECTION: | ||
+ | ipa.obel1x.de. | ||
- | Non-authoritative answer: | + | ;; Query time: 44 msec |
- | Name: obel1x.dynv6.net | + | ;; SERVER: 8.8.8.8# |
- | Address: 2003:c4:bf3c: | + | ;; WHEN: Sat Feb 08 12:49:12 CET 2025 |
+ | ;; MSG SIZE rcvd: 70 | ||
</ | </ |