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
34
votes
4 answers

How do I add IPv6 address into System32\drivers\etc\hosts?

There is already by default, and it works (Win 7): ::1 localhost This also works (testing with ping): ::1 hosta But when I'm trying to add something non-loopback, it doesn't resolve: fe80::215:afff:fec6:ea64 realhost So…
Evgenyt
  • 763
  • 1
  • 7
  • 10
32
votes
4 answers

Is data always encrypted in IPv6 communications?

I can't seem to get a straight answer to this quesion. Wikipedia says "IPsec is an integral part of the base protocol suite in IPv6," but does that mean that ALL communications are always encrypted, or does it mean that encryption is optional, but…
alan
  • 323
  • 1
  • 3
  • 5
31
votes
1 answer

Should my website have an IPv6 address?

My website only has an IPv4 address. With IPv6 being the future, is it possible that some users may not be able to reach the website if it does not have an IPv6 address? Also, does having an IPv4/IPv6 address increase SEO performance?
Reado
  • 702
  • 2
  • 10
  • 25
30
votes
3 answers

Why does IPv6 use AAAA to represent its DNS records?

Is there a reason that the IPv6 standard uses AAAA rather than AA? I cannot find reference to AA or AAA records in DNS. Do the As indicate anything specific?
kojow7
  • 431
  • 5
  • 14
30
votes
5 answers

Will everyone having Globally Accessible IP's in IPv6 be kind of a security nightmare?

Possible Duplicate: Switch to IPv6 and get rid of NAT? Are you kidding? I'm thinking about the way that in IPv4 most of the time you have a single point to configure a firewall on, mainly your router, but if everybody has a Globally Accessible IP…
leeand00
  • 4,869
  • 15
  • 69
  • 110
30
votes
5 answers

Can I bind a (large) block of addresses to an interface?

I know that the ip tool lets you bind multiple addresses to an interface (eg, http://www.linuxplanet.com/linuxplanet/tutorials/6553/1/). Right now, though, I'm trying to build something on top of IPv6, and it would be really useful to have an entire…
p-static
  • 403
  • 1
  • 4
  • 5
30
votes
6 answers

IPv6 Loopback Addresses (equivalent to 127.x.x.x)

I have a development environment set up where I have a separate loopback address for multiple websites. For example, I have the following: 127.0.0.1 www.example.com 127.0.0.2 foo.example.com 127.0.0.3 bar.example.com 127.0.0.4…
Doctor Jones
  • 400
  • 1
  • 3
  • 7
30
votes
5 answers

Barriers to IPv6 deployment: addressing

There are several things that are keeping IPv6 deployment from being a topic of active discussion here at my work. There are the usual technical issues, but one non-technical one appears to be a major stumbling block on the path to actually getting…
sysadmin1138
  • 133,124
  • 18
  • 176
  • 300
29
votes
3 answers

What does ::1 mean?

What does ::1 mean? I'm trying to find out my IP and the result is ::1.
user45338
  • 401
  • 1
  • 4
  • 4
28
votes
2 answers

Why is IPv6 adoption higher at weekends?

Look at the graph of IPv6 adoption rates maintained by Google here: https://www.google.com/intl/en/ipv6/statistics.html Zoom in to the September to December 2015 period. The graph of IPv6 adoption rates is clearly periodic, with much higher rates at…
DavidA
  • 383
  • 3
  • 6
27
votes
7 answers

(network unreachable) error in my server logs

I'm getting lots of network unreachable lines in my Centos' messages log file. They seem they can't resolve to certain addresses which I do not have any ideas why my server has to resolve to them in the first place. Could anyone let me know the…
developer
  • 555
  • 2
  • 8
  • 16
26
votes
3 answers

How discoverable are IPv6 addresses and AAAA names by potential attackers?

It is fairly standard to receive a significant number of minor hacking attempts each day trying common username / passwords for services like SSH and SMTP. I've always assumed these attempts are using the "small" address space of IPv4 to guess IP…
Philip Couling
  • 1,682
  • 1
  • 19
  • 37
26
votes
5 answers

IPv6 intro for IPv4 admin

I know IPv4 pretty well, but I've never had to use IPv6 and never really had a class on it or read documentation that made sense. Can anyone point me at a good introduction (on-line or in a book) to IPv6 for an IPv4 admin. I'm mostly Windows rather…
Richard Gadsden
  • 3,686
  • 4
  • 29
  • 58
24
votes
2 answers

Setting IPv4 as preferred protocol over IPv6

I'm using both IPv6 and IPv4 in a LAN network containing Slackware 13.0 boxes. How can I set IPv4 as preferred protocol on the workstations in this network? I want to use IPv6 either explicitly or when there are only AAAA records available. For…
Georgi Hristozov
  • 712
  • 1
  • 4
  • 13
24
votes
15 answers

How much is IP V6 addressing being used?

Just how much IP V6 addressing is really in typical use out there? I see that Linux/UNIX seems to be ready for this. But I don't see the readiness as much as the Windows side. Especially not for desktop user systems. In my wanderings I have not…
mdpc
  • 11,856
  • 28
  • 53
  • 67