I am opening a new topic cause I think the last one opened was using a wrong title.
I am facing the problem that after changing the ISP and also from DSL to 5G mobile my wgserver isn’t working anymore. I have learnt that is obvious a CGNAT issue
.
New is now a Zyxel 5G router set to IP passthrough mode connected to my Cudy WR3000s
The provider is German Telekom and user egc told me to check if I can reach the IPv6 address when pinging from my mobile using cellular network. I think (not sure) also IPv6 isn’t reachable.
I just did ifstatus wan6 and getting this result, I am lost with these details …
BTW: can somebody tell me which is the IPv6 address I should enter when ping from mobile?
I think I tried all with the result “unknown host”
OpenWrt 24.10.5, r29087-d9c5716d1d
-----------------------------------------------------
root@Diele:~# ifstatus wan6
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": false,
"uptime": 101092,
"l3_device": "wan",
"proto": "dhcpv6",
"device": "wan",
"metric": 0,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
],
"ipv6-address": [
{
"address": "2a01:599:c42:xxxx::2",
"mask": 128,
"preferred": 71708,
"valid": 71708
},
{
"address": "2a01:599:c42:xxxx:82af:xxxx:fe7f:f911",
"mask": 64
}
],
"ipv6-prefix": [
],
"ipv6-prefix-assignment": [
],
"route": [
{
"target": "2a01:599:c42:xxxx::",
"mask": 64,
"nexthop": "::",
"metric": 256,
"source": "::/0"
},
{
"target": "::",
"mask": 0,
"nexthop": "fe80::7e77:16ff:fe0f:65c0",
"metric": 640,
"valid": 1555,
"source": "2a01:599:c42:xxx:82af:xxxx:xxxx:f911/64"
},
{
"target": "::",
"mask": 0,
"nexthop": "fe80::7e77:16ff:fe0f:65c0",
"metric": 640,
"valid": 1555,
"source": "2a01:599:c42:xxx::2/128"
}
],
"dns-server": [
"2a01:598:7ff:0:10:74:xxx",
"2a01:598:7ff:0:10:74:xxx"
When this really isn’t a reachable address IPv6 what else can I do?
In the guide from egc I can see something with netbird is this maybe a solution?
I do have a DDNS service up and running can this help me here to reach my home network via DDNS/wireguard


