OPNsense Forum

English Forums => General Discussion => Topic started by: rjopn on July 25, 2024, 04:15:04 PM

Title: IPv6 & github
Post by: rjopn on July 25, 2024, 04:15:04 PM
Hello,

I am trying to run IPv6 only on my local network.

I have installed Tayga and verified it with https://internet.nl/connection.

Everything seems to be okay.

I can access IPv4 pages (https://github.com/) but not download from there...

fatal: unable to access 'https://github.com/pi-hole/pi-hole/': Could not resolve host: github.com
Title: Re: IPv6 & github
Post by: Patrick M. Hausen on July 25, 2024, 04:18:53 PM
Services > Unbound DNS > General > Enable DNS64 Support
Title: Re: IPv6 & github
Post by: rjopn on July 26, 2024, 10:28:49 AM
Thank you.

The problem was somewhere else: k3s --> --flannel-ipv6-masq

curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--write-kubeconfig-mode 644 --disable servicelb --disable traefik --default-local-storage-path /mnt/daten --cluster-cidr=2001:cafe:42::/56 --service-cidr=2001:cafe:43::/112 --flannel-ipv6-masq" sh -
Title: Re: IPv6 & github
Post by: rjopn on July 26, 2024, 10:32:35 AM
Is there a good "HOW TO" for newbies?

With IPv4 there was the possibilty to use the MAC-Address to access the a client.

DUID seems to be the solution, but I have not found any good reading...
Title: Re: IPv6 & github
Post by: Patrick M. Hausen on July 26, 2024, 11:14:01 AM
What do you mean by "access the a client"?

What is your intention? I do not use DHCPv6 at all. All SLAAC here. So each end node gets a seemingly random but static IPv6 address (unless privacy extensions are active, which is the case for e.g. Mac OS but not for my BSD and Linux servers).

I rely on ahavi on all nodes to be able to address them as "hostname.local".