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
2 answers

Name resolution not working with ipv6 on centos

I just installed CentOs 6.3 on a server to be installed in a data center, but cannot get name resolution / curl to work. I know this is because of it trying to use ipv6, since ping google.com works, curl -4 google.com works, but not curl…
jolivier
  • 141
  • 1
  • 9
0
votes
1 answer

IP6tables blocks INPUT? can't connect with youtube API

I thought to have a simple ipv6 firewall, but it turned out to be hell. Somehow I really can't connect with any ipv6 from my machine unless I set INPUT Policy to ACCEPT. Below my current ip6tables ip6tables -L Chain INPUT (policy DROP) target …
klaas
  • 1
  • 3
0
votes
2 answers

Confusion with repect to logical and physical address system in IPv6 protocol

Why can't we use the physical address instead of the logical address in IPv6, when the physical address is 48 bits and the logical address is 128 bits?
0
votes
1 answer

Where to begin with IPv6

I am fairly familiar with setting-up IPv4 networks for bigger server configurations, only now I wanted to start familiarizing myself with doing the same for IPv6. I have been Googling for the second night in a row for things like: IPv6 network…
0
votes
3 answers

How To go fully IPv6 with Cloud Flare, a web server with both ipv4 and ipv6?

I have setup an Nginx server in a machine which have both ipv4 and ipv6 addresses. Currently, its connected to CloudFlare and only use ipv4. I have 1 ipv4 address assigned to the web server. Now what I want is, to become fully ipv6. Then connect to…
THpubs
  • 1,695
  • 7
  • 26
  • 43
0
votes
1 answer

Running a script in task scheduler on hyper v startup

When my rackspace hyper v server is bought online, I have a scheduled task that is set to run on startup to get the internal ip address and make use of it. It seems though that the internal ip address of the server changes after I bring the image…
Kieran
  • 141
  • 5
0
votes
1 answer

Windows Server 2008 DHCPv6 Role only providing IPv6 address to Windows DHCPv6 clients?

Testing a Windows Server 2008 Enterprise SP2 server with a DHCPv6 server role configured. The Scope for the IPv6 range is 2001:db8:0:1::, there is only one exclusion and that is 2001:db8:0:1::1 and that is the static IPv6 address for the server.…
MrDaniel
  • 143
  • 1
  • 4
0
votes
2 answers

IPv6 connect B to A works, A to B fails with B's SYN-ACK receiving ICMP destination unreachable prohibited

I'm testing on IPv6. A is a server in a Cogent colo with native IPv6, call it 2001:db8:1111::1. B is a Mac mini behind an Airport Extreme router behind ISP Comcast; the router is set up to use anycast 6to4, and B is let's say 2002:c000:202::2. On…
0
votes
2 answers

Why is IPV6 not working

I have ipv6.domain.tld set up and pointing to my server's IPV6 address. I have added my server's IPV6 address through Webmin. When I restart Apache, I get Restarting web server: apache2[Mon Jul 16 02:51:57 2012] [error] (EAI 2)Name or service not…
tristan
  • 43
  • 7
0
votes
2 answers

How can I stop my VPS from dropping incoming IPv6 tunnel traffic?

I have a Hurricane Electric tunnel set up on my Debian Squeeze Xen VPS. It seems to work half the time, and drop incoming traffic to the tunnel half the time. I did what this question's answer said, but to no avail: it still seems to intermittently…
user123315
0
votes
1 answer

Transparent SOCKS5 proxy for linux using dual stack IPv4 and IPv6

Can you recommend a SOCKS5 proxy for linux that can accept IPv4 requests, but connects to the internet using dual stack (IPv4 and IPv6)? It is going to run on Ubuntu with dual stack enabled. I thought of squid, but how does it have to be…
pintpint
  • 113
  • 1
  • 5
0
votes
2 answers

Assign all of an IPV6 subnet to localhost

I have a subnet like 2001:face:feed:beef::/64. I want to assign all of them to my server, without manually assign every address like 2001:face:feed:beef::[123456789abcdef]... In ipv4, we may use DNAT to do this, but it doesn't have NAT concept in…
Tydus
  • 11
0
votes
1 answer

Am I obliged to use ipv6 tunnel services if I want to be able to use it?

I was looking for configuring Slackware to use ipv6 but all instruction I found speak about using an ipv6 tunnel that encapsulate ipv6 request into ipv4 packet and send them to an external router that extracts ipv6 request and sends a reply (or, at…
Zagorax
  • 329
  • 6
  • 18
0
votes
2 answers

Iptables: Drop all incoming IP4 traffic on a port

I want to drop ALL the ipv4 traffic on a certain port and only allow ipv6 traffic with iptables. Is it possible? is so, how?
0
votes
1 answer

Windows 2008 R2 performance IPv6 traffic vs IPv4

Is there reliable stats on performance of Windows server 2008 R2 with intense TCP traffic over IPv6 vs IPv4 ? I know IPv6 header is larger but easier to process for the routers. but what about Windows? does it have adverse effect on the end-users?
Boppity Bop
  • 752
  • 3
  • 11
  • 34