ip_version: ipv6 not working #419

Closed
opened 2025-11-20 04:23:54 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @cc13com on GitHub (Jul 21, 2024).

Since I'm working on an DSLite provider I tried to publish my IPv6 address to goip.de. But getting error message in the log

  1. Is this urgent: No

  2. DNS provider(s) you use: GoIP.de

  3. Program version: Running version latest built on 2024-06-27T13:12:29.849Z

  4. What are you using to run the container: docker-compose

  5. Extra information (optional)

Logs:

✨ New feature? https://github.com/qdm12/ddns-updater/issues/new
☕ Discussion? https://github.com/qdm12/ddns-updater/discussions/new
💻 Email? quentin.mcgaw@gmail.com
💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12
2024-07-21T12:05:22Z INFO Settings summary:
├── HTTP client
|   └── Timeout: 10s
├── Update
|   ├── Period: 5m0s
|   └── Cooldown: 5m0s
├── Public IP fetching
|   ├── HTTP enabled: yes
|   ├── HTTP IP providers
|   |   └── all
|   ├── HTTP IPv4 providers
|   |   └── all
|   ├── HTTP IPv6 providers
|   |   └── all
|   ├── DNS enabled: yes
|   ├── DNS timeout: 3s
|   └── DNS over TLS providers
|       └── all
├── Resolver: use Go default resolver
├── Server
|   ├── Listening address: :8000
|   └── Root URL: /
├── Health
|   └── Server listening address: 127.0.0.1:9999
├── Paths
|   ├── Data directory: /updater/data
|   └── Config file: /updater/data/config.json
├── Backup: disabled
└── Logger
    ├── Level: info
    └── Caller: hidden
2024-07-21T12:05:22Z INFO reading JSON config from file /updater/data/config.json
2024-07-21T12:05:22Z INFO Found single setting to update record
2024-07-21T12:05:22Z INFO Reading history from database: domain cc13.goip.de owner @ ipv6
2024-07-21T12:05:22Z INFO [healthcheck server] health http server listening on 127.0.0.1:9999
2024-07-21T12:05:22Z INFO [http server] http server listening on [::]:8000
2024-07-21T12:05:22Z INFO [backup] disabled
2024-07-21T12:05:22Z ERROR obtaining ipv6 address: after 3 tries, errors were: Get "https://ipv6.icanhazip.com": dial tcp [2606:4700::6810:b8f1]:443: connect: network is unreachable, dial tcp6 [2606:4700:4700::1111]:853: connect: network is unreachable, Get "https://v6.ident.me": dial tcp [2a01:4f8:c0c:bd0a::1]:443: connect: network is unreachable
2024-07-21T12:05:22Z WARN Skipping update for mysubdomain.goip.de because ipv6 address was not found

Configuration file (remove your credentials!):

{
  "settings": [
    {
      "provider": "goip",
      "domain": "mysubdomain.goip.de",
      "username": "xxx",
      "password": "yyy",
      "provider_ip": true,
      "ip_version": "ipv6",
      "ipv6_suffix": ""

    }
  ]
}

Host OS: Debian LCX on Proxmox

Originally created by @cc13com on GitHub (Jul 21, 2024). Since I'm working on an DSLite provider I tried to publish my IPv6 address to goip.de. But getting error message in the log 1. Is this urgent: No 2. DNS provider(s) you use: GoIP.de 3. Program version: Running version latest built on 2024-06-27T13:12:29.849Z 4. What are you using to run the container: docker-compose 5. Extra information (optional) Logs: ``` ✨ New feature? https://github.com/qdm12/ddns-updater/issues/new ☕ Discussion? https://github.com/qdm12/ddns-updater/discussions/new 💻 Email? quentin.mcgaw@gmail.com 💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12 2024-07-21T12:05:22Z INFO Settings summary: ├── HTTP client | └── Timeout: 10s ├── Update | ├── Period: 5m0s | └── Cooldown: 5m0s ├── Public IP fetching | ├── HTTP enabled: yes | ├── HTTP IP providers | | └── all | ├── HTTP IPv4 providers | | └── all | ├── HTTP IPv6 providers | | └── all | ├── DNS enabled: yes | ├── DNS timeout: 3s | └── DNS over TLS providers | └── all ├── Resolver: use Go default resolver ├── Server | ├── Listening address: :8000 | └── Root URL: / ├── Health | └── Server listening address: 127.0.0.1:9999 ├── Paths | ├── Data directory: /updater/data | └── Config file: /updater/data/config.json ├── Backup: disabled └── Logger ├── Level: info └── Caller: hidden 2024-07-21T12:05:22Z INFO reading JSON config from file /updater/data/config.json 2024-07-21T12:05:22Z INFO Found single setting to update record 2024-07-21T12:05:22Z INFO Reading history from database: domain cc13.goip.de owner @ ipv6 2024-07-21T12:05:22Z INFO [healthcheck server] health http server listening on 127.0.0.1:9999 2024-07-21T12:05:22Z INFO [http server] http server listening on [::]:8000 2024-07-21T12:05:22Z INFO [backup] disabled 2024-07-21T12:05:22Z ERROR obtaining ipv6 address: after 3 tries, errors were: Get "https://ipv6.icanhazip.com": dial tcp [2606:4700::6810:b8f1]:443: connect: network is unreachable, dial tcp6 [2606:4700:4700::1111]:853: connect: network is unreachable, Get "https://v6.ident.me": dial tcp [2a01:4f8:c0c:bd0a::1]:443: connect: network is unreachable 2024-07-21T12:05:22Z WARN Skipping update for mysubdomain.goip.de because ipv6 address was not found ``` Configuration file (**remove your credentials!**): ``` { "settings": [ { "provider": "goip", "domain": "mysubdomain.goip.de", "username": "xxx", "password": "yyy", "provider_ip": true, "ip_version": "ipv6", "ipv6_suffix": "" } ] } ``` Host OS: Debian LCX on Proxmox
Author
Owner

@qdm12 commented on GitHub (Jul 26, 2024):

dial tcp [2606:4700::6810:b8f1]:443: connect: network is unreachable means you don't have IPv6 enabled on your network OR docker setup, you need to configure it to be working 😉

@qdm12 commented on GitHub (Jul 26, 2024): `dial tcp [2606:4700::6810:b8f1]:443: connect: network is unreachable` means you don't have IPv6 enabled on your network OR docker setup, you need to configure it to be working 😉
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#419