Skip to main content

Questions tagged [ipv6]

IPv6 is the successor to IPv4. Rather than 2^32 addresses (like IPv4), it has 2^128, which is 340,282,366,920,938,463,463,374,607,431,768,211,456 unique addresses (34 undecillion). IPv6 addressing is quite different to IPv4 and is not backwards compatible, but protocols that sit on top (HTTP, SSH, etc) remain unchanged.

0 votes
0 answers
22 views

I have a VPS hosting Wireguard that only has IPv6 addresses. When I connect from my local machine, I can access google.com in Chrome, which prefers IPv6, but not in Firefox, which prefers IPv4. Sites ...
Friedrich Swun's user avatar
0 votes
0 answers
37 views

My local server only accesses the internet via IPv4 addresses. IPv6 is not supported. The remote server has exactly one public IPv4 address and a /48 IPv6 subnet. Is it possible to provide the local ...
Gleb Grebenchikov's user avatar
0 votes
0 answers
48 views

Some background I have a home network built on a NetGate 1100 with pfSense. This has been running well for a couple of years with IPv4 only. I have upgraded it now to pfSense 25.07.1 With an IPv4 ...
CatchAsCatchCan's user avatar
0 votes
0 answers
91 views

Problem I'm trying to create an IPv6-enabled EKS cluster, but I've been hitting numerous issues and I'm feeling a bit stuck. When I first tried to set it up, the Amazon Linux 2023 EC2 instances couldn'...
Meow_ly's user avatar
  • 111
1 vote
1 answer
105 views

I've a server with both IPv4 and IPv6 interfaces. Postfix is multihome, one instance, named postfix, is IPv6 only, and another, named postfix-kupec, is ipv4 and ipv6. Here's an output from postconf: ...
aikipooh's user avatar
  • 115
0 votes
1 answer
118 views

Summary My OpenVPN client lost its connection to the server in the middle of the night and I can't reconnect it. Perhaps this is more a networking issue than an OpenVPN issue but HTTPS sites are still ...
Sebastian Schlicht's user avatar
1 vote
1 answer
168 views

I've got 2 linux hosts running same kernel version. Both hosts have IPv6 public addresses. Both hosts can ping -6 each other. I'm trying to create IPv6 tunnel between them. HostA: sudo ip link add ...
alsid's user avatar
  • 113
0 votes
0 answers
46 views

The direct question is how to convert a string of reverse address (like "4.3.2.1.in-addr.arpa" or "d.c.b.a.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.7.6.5.4.3.2.1.1.0.a.2.ip6.arpa") ...
grin's user avatar
  • 314
0 votes
1 answer
113 views

I've got Postfix running on a Ubuntu 22.04 box. The box has several IPv6 addresses, including a:b:c::2 and a:b:c::25. I want Postfix to use a:b:c::25 for sending messages. a:b:c::25 has a PTR record ...
Neil's user avatar
  • 3
0 votes
0 answers
102 views

I have an IPv4 EKS cluster on AWS. My worker nodes have public IPv4 IPs. AWS charges money for public IPv4s and I would like to get rid of them. I also understand that I could use a NAT gateway with ...
yuval's user avatar
  • 101
0 votes
1 answer
208 views

I'm making a kubernetes cluster where the controlplane has one public ipv4 address, and the workers have a public ipv6 address since this is cheaper. They share one ipv4 subnet in order to talk to ...
user9503's user avatar
  • 141
0 votes
0 answers
52 views

Here is the script that launches the snmpd server in a FreeBSD system rc_start() { echo "Starting net-snmpd..." # Ensure no other copies of the daemons are running or it breaks. /usr/...
abens's user avatar
  • 1
0 votes
0 answers
78 views

I tried to add ipv6 to the k8s cluster, ipv6 already added, but the issue is that the pod is not accessible through ipv6 by the node where the pod resides, but it is accessible through ipv4, the ...
moluzhui's user avatar
  • 101
0 votes
1 answer
60 views

I'm trying to dynamically use an IP from a subnet of /48 IPv6, the problem is that since it's an IPv6 subnet, there are too many ips to add into the interface. I would like to dynamically bind to an ...
Alder's user avatar
  • 1
1 vote
2 answers
443 views

I need help with networking, docker and ipv6. Here is my setup: Server A: IPv4-only Server B: Dual-stack (IPv4/IPv6) (This is my dedicated server with a provider-assigned ipv6 addresss) Server C: ...
MichelPeseur's user avatar

15 30 50 per page
1
2 3 4 5
123