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.

was designed in the 1970's and supports just over 4 billion unique addresses. Back then, nobody could ever have imagined the internet becoming what it is today.

Since 1 February 2011, the global pool of IPv4 addresses has been depleted, The first regional pool (Asia) ran out on 15 April 2011, Europe ran out on 14 September 2014, with the North American pools slated to run out in. Individual ISPs and hosting companies should have between three and twelve months after their regional pool is empty. By 2014, it will be hard/expensive to get a new IPv4 allocation outside of Africa and Latin America.

In the early 1990's people started to realise that we were going to run out of IP addresses and a taskforce was developed to decide on a new protocol. The protocol that was settled on was IPv6.

IPv6 has 128-bit addresses, and mostly works the same as IPv4, except that ARP is completely replaced (by Neighbour Discovery Protocol), and DHCP is radically different - and may not be necessary, in the light of the new Router Advertisement system. With the much larger address allocation, NAT is not needed.

There is an excellent talk from DefCon 18 on youtube that explains a lot of the history around IPv6. You can find it here.

1755 questions
0
votes
1 answer

Can't reach centos server after “Multicast listener report” IPV6

I ran into a problem that occurs only on a few servers. Every 5-6 minutes I lose connection to the server, and it get backs after a few minutes. In most cases it's a VM that is not reachable while other server on the same host are reachable. I used…
danielch1
  • 1
  • 1
0
votes
1 answer

"Ipcalc -n ipv6_addr" command is giving error

I am trying to calculate network address of Ip address by using Ipcalc command. when i am using ipcalc -n ipv4 address,then it is running fine and give the network address for the IPv4. But when i am using the same command with ipv6 address, then it…
ajay
  • 47
  • 4
0
votes
1 answer

Allow outgoing IPv6 connections for VPN clients

I have the OpenVPN server. A client connecting to this server receive an internal IPv4 address (10.2.52.X) and an external IPv6 address. I need to perform a masquerading (NAT) for IPv4 but I don't need to perform anything for IPv6 (may be block…
vbezhenar
  • 261
  • 1
  • 3
  • 10
0
votes
0 answers

IPv6 interface not responding to neighbor solicitations, DHCP involved too

ip addr shows: 2: eth0: mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 02:6d:5e:86:29:49 brd ff:ff:ff:ff:ff:ff inet X.X.X.X/24 brd X.X.X.255 scope global eth0 valid_lft…
Isvara
  • 215
  • 2
  • 13
0
votes
0 answers

What changes with Kerberos Authentication in IPv6 when using NAT?

How should Kerberos Authentication be setup with IPv6? Of you're using NAT for IPv6 where there is a single public IPv6 address and it translates to the machines inside in the ULA range?
leeand00
  • 4,869
  • 15
  • 69
  • 110
0
votes
1 answer

What changes with Kerberos authentication in IPv6 when everyone has a public IPv6 Address?

How should Kerberos authentication be set up with IPv6? What implications are there when client devices each use a public, globally routeable IPv6 IP address? What changes when setup this way instead of using a NAT as was the norm with IPv4?
leeand00
  • 4,869
  • 15
  • 69
  • 110
0
votes
1 answer

How to force Centos to use ipv6 interface only?

My Centos server has two virtual (Openvz) interfaces. One from these interfaces has ipv4 address configured, while the other one has the ipv6 one. In short this server is used for browsing / proxy. Browsing scenarios Case 1: ssh tunnel + tinyproxy…
nrph
  • 365
  • 1
  • 3
  • 6
0
votes
0 answers

Very slow outgoing requests, from **some** servers

In this case, it's an HTTP request to https://www.instagram.com/, but it has happened before like this. From my home (Ubuntu, i686) server it's very fast (~ 0.3 sec). From my online, modern (Ubuntu, x86_64) server it's very slow (~3.5 sec). From…
Rudie
  • 337
  • 1
  • 3
  • 14
0
votes
0 answers

IPv6 is not working between two OpenWRT devices

I have 2 problems lately regarding IPv6: My ISP doesn't provide an IPv6 prefix (even with modem in bridge, and yes the ISP supports) so, I'm using SIXXS tunnel , it doesn't attribute IPv6 to another OpenWRT in my LAN despite all other devices are…
Robson
  • 21
  • 2
0
votes
0 answers

HAProxy configuration problems (with source directive)

I have HAProxy setup to listen on a public IPv4 address (1.2.3.4), it is supposed to proxy all requests to my b_http backend. The back-end has a source line that makes it connect to the server/site with an IPv6 address. With the config below, I am…
Kladskull
  • 1,255
  • 5
  • 15
  • 32
0
votes
2 answers

IPv6 DNS Connectivity through IPv6

My clients are using IPv4 in the USA. Their ISP is not ready for IPv6 yet. My public web server is on only IPv6. It is registered with a DNS Provider(GoDaddy) that is IPv4 and IPv6 enabled. Can my customers reach my web server?
etnemo
  • 57
  • 6
0
votes
1 answer

Autoconf from /etc/network/interfaces is not working

I want to disable autoconf of IPv6 for which I am making entries in /etc/network/intefaces file as below. Before making this changes I use "ifdown eth0" iface eth0 inet6 static address netmask 64 autoconf 0 After this I use "ifup…
neel
  • 1
  • 1
0
votes
0 answers

Windows Server 2012 Local DHCPv6 Stateful & Public Stateless?

I want my LAN to have static IPv6 ULAs from the server's DHCP6, and global IPv6 as well. So it'd look something like this: Server IPv6 Address. . . . . . . . . . . : 2601::1 (public auto) IPv6 Address. . . . . . . . . . . : fc00:5::1 …
Marc05
  • 253
  • 1
  • 2
  • 12
0
votes
1 answer

How to setup this IPSec VPN?

I have a main network (Net-A), there my work should be done there. On the other network, I have host server where it can reach to Net-A. On the host server, I'll create a couple of virtual machines, and what I want to archive is that, those virtual…
0
votes
1 answer

SSH Connection reset on IPv6

When attempting to SSH from an IPv6-enabled host to an IPv6-enabled host, I get: $ ssh remotehost.example.com ssh_exchange_identification: read: Connection reset by peer When I add the -4 option, all works as expected. I am using keyed SSH, the…
John
  • 9,070
  • 1
  • 29
  • 34