Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
IPv6 & github
« previous
next »
Print
Pages: [
1
]
Author
Topic: IPv6 & github (Read 476 times)
rjopn
Newbie
Posts: 6
Karma: 0
IPv6 & github
«
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
Logged
Patrick M. Hausen
Hero Member
Posts: 6700
Karma: 564
Re: IPv6 & github
«
Reply #1 on:
July 25, 2024, 04:18:53 pm »
Services > Unbound DNS > General > Enable DNS64 Support
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
rjopn
Newbie
Posts: 6
Karma: 0
Re: IPv6 & github
«
Reply #2 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 -
Logged
rjopn
Newbie
Posts: 6
Karma: 0
Re: IPv6 & github
«
Reply #3 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...
Logged
Patrick M. Hausen
Hero Member
Posts: 6700
Karma: 564
Re: IPv6 & github
«
Reply #4 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".
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
IPv6 & github