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

apache2 won't start on boot because of "no listening sockets available" error

When booting a debian wheezy server using apache2 version 2.2.22, the apache autostart fails with the following error: Starting web server: apache2(99)Cannot assign requested address: make_sock: could not bind to address [2a01:aaa:bbb:ccc::2]:80 no…
Zulakis
  • 4,153
  • 14
  • 48
  • 76
0
votes
1 answer

MAC Address & IPv6

While MAC addresses are 48 bits, that is a lot more than the 32 bit IPv4 adresses (even counting the reserved addresses 255, 127, Class D Multicast etc ), will we not eventually run out of them? Also, IPv6 addresses may be derived from the 48 bit…
Lord Loh.
  • 1,089
  • 3
  • 16
  • 25
0
votes
0 answers

Some workstations/servers on the domain respond with IPv6 instead of IPv4 addresses, even though IPv6 is disabled across the board

Earlier this week I've noticed some issues on my network. For example when I ping my machine (from my machine) using the hostname (or FQDN), I see a response from an IPv6 address. C:\Windows\system32>ping nyl000 Pinging NYL000.domain.com…
0
votes
1 answer

Getting error while assigning ipv6 to interface

Hi I am trying to assigning ipv6 address like this: ip -6 address add be2::176/64 eth19 Error: either "local" is duplicate, or "eth19" is a garbage.
user1812956
  • 85
  • 1
  • 3
  • 10
0
votes
2 answers

Can IPv6 IPSec replace https/ssl for secure website network encryption?

Take away the 'authentication' part and just talk about the encryption part please! (Authentication is a different problem.) Example: a connection to http://ipv6.google.com can be encrypted via HTTPS like this: https://ipv6.google.com/ (If you don't…
Jan Kechel
  • 41
  • 2
0
votes
4 answers

Windows 7 resolve localhost name with ipv6 instead of ipv4

When I ping localhost I can see that localhost name is resolved as :::1 instead of 127.0.0.1. Do you know how to solve this? I need a ipv4 resolution of localhost for Tomcat server. I could quickly fix this with "127.0.0.1 localhost" to windows's…
Tobia
  • 1,272
  • 9
  • 41
  • 81
0
votes
1 answer

Reverse-resolved address ending with .bng?

I routinely check netstat --tcp when ssh'ed into my server, but today found an odd hyphenated address format that I haven't seen before: Proto Recv Sent Local Address Foreign Address State tcp6 0 0 …
xVagabondx
  • 13
  • 2
0
votes
1 answer

Getting DNS replies for non-existing hostnames (DNSMasq)

I noticed some 'weird' DNSMasq behavior when I set up my LAN for dual stack IPv4 & IPv6 networking. It seems that my DNS server (DNSMasq) which acts as a forwarder and also has all the host names for the static leases for the local network, replies…
QNimbus
  • 101
  • 3
0
votes
1 answer

Windows Azure Linux VM, teredo tunnel and squid proxy

I have teredo working so that I can ping VM via ipv6, squid3 is also working fine but only via ipv4. I made two endpoints (tcp and udp) to the proxy (port 8888) on the Azure site. What should I do now to make the port accessible via ipv6?
swish
  • 111
  • 3
0
votes
1 answer

ipv6, static for some destinations, dynamic for the rest

I would like to use a static ipv6 when accessing the company network (from other locations, eg home) and dynamic (privacy) adresses for the rest of the internet. Is that possible? Does this relate to prefixpolicy? The machines are windows…
Lenne
  • 987
  • 1
  • 13
  • 32
0
votes
1 answer

Connecting to windows 2003 using ipv6-literal: A duplicate name exists on the network

I'm trying to connect to Windows 2003 server's share using ipv6 address from Windows Server 2008. I use ipv6-literal.net conversion as described on http://msdn.microsoft.com/en-us/library/aa385353.aspx…
0
votes
2 answers

Cisco PIX 515 ipv6

I know cisco pix 515 is an old and EOL device, but does anyone know if it supports IPv6 or is that completely out of the question?
Rickard
  • 145
  • 1
  • 7
0
votes
2 answers

ngnix startup isse ipv4 & ipv6

I'm trying to get my first nginx server setup, and am having trouble setting up ipv4 and ipv6. I have this in the top of my config file (it's the only server block in the config file): server { # Listen for requests on these ports …
0
votes
1 answer

Dual stack mode; bind to any address other than 0.0.0.0

On a windows 7 machine, I have set IPV6_V6ONLY to 0 in order to allow for dual stack sockets. All the examples of dual stack sockets I have seen on the web bind to the ANY address (0.0.0.0). Binding on this address, I can confirm that I can connect…
0
votes
2 answers

IPv6 reverse not resolving for Linux shell "last" and "who"

IPv6 is properly resolving in DNS: > host 2607:fa18:0:2::17 7.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.0.0.0.0.0.8.1.a.f.7.0.6.2.ip6.arpa \ domain name pointer sine.xmission.com. However, the reverse DNS name isn't showing up properly via "last" and…
Pete Ashdown
  • 151
  • 6