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

dom0 enable IPv6 for guests

I am looking at deploying IPv6 to my virtual machines. Right now I have v6 working great on the dom0 using a 6in4 provided by Hurricane Electric as I do not have native v6. However, I would like to distribute some of the /48 I am receiving to the…
user98651
  • 95
  • 1
  • 2
  • 11
0
votes
1 answer

IPV6 settings server nic

I'm building a small network of 5 servers (2008R2) and for networking IPV4 settings are already set-up and working. (static IP's for all servers) All the NICS have support for IPV6 but for now all of them have obtaining IP and DNS automatic for now.…
Joost Verdaasdonk
  • 481
  • 1
  • 10
  • 24
0
votes
2 answers

Using Direct Access to allow mobile users to have GPO and the Domain experience

I'm interested in using Direct Access mainly so I can apply GPO to mobile clients and control the "domain experience" these users have. Q: Does Direct Access allow end users to transparently work this way? I'm in the process of setting up a test…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
0
votes
1 answer

Add IPv6 support to DirectAdmin server

I just set up an new DirectAdmin, and I want to prepare it for IPv6 use. My ISP have gave me an range of IPv6 addresses that I can use. Lets say that address is 2a01:7c8:****:1f::. My neworkadapter user DHCP to resolves its IP-addresses. When i type…
George Boot
  • 153
  • 1
  • 1
  • 5
0
votes
6 answers

Ubuntu + Opera (ipv6 issue)

Did anyone manage to get Opera working on Ubuntu 9.04? It's trying to resole domain names in IPv6 way, and somehow gets a zero-reply from the gateway (ip-address of much zeroes), and fails to connect. UPD: wireshark sniff: 8 5.647832 192.168.1.2…
kolypto
  • 11,058
  • 12
  • 54
  • 66
0
votes
1 answer

IPv6 stateless autoconfiguration not working on CentOS 6.2

I have a problem setting up IPv6 connectivity to two virtual hosts that I run on VmWare workstation. The hosts are CentOS 6.2 x86 and x86-64. Even though they are on a bridged network and there is a RA router on the same segment, they don't accept…
user81458
0
votes
2 answers

Internet Explorer and IPv6

I can't seem to stop the IPv6 address being registered by our server. Does anyone know how? This is causing slow browsing issues when browsing to spiceworks server using Internet Explorer. The problem is due to Internet Explorer accessing…
0
votes
1 answer

IPv6 only subdomain

I have a domain and shared hosting at godaddy. I've created a subdomain and added an ipv6 proxy from sixy.ch in my aaaa records. Nov I have IPv4 a v6 connectivity too, but i want to block access from IPv4 adresses to get an Ipv6 only subdomain. How…
0
votes
1 answer

Communication problems on secondary interface tap0

I am using UDP over ipv6 as communication stack. I have network client running on secondary virtual interface tap0. It generates messages for server which is supposed to run on the same interface but different link-scope ipv6 address. I can see…
Amit S
  • 153
  • 1
  • 6
0
votes
1 answer

IPv6 Virtual Network in Linux

I'm going to do a project based on IPv6 Network. So I need to create a IPv6 Virtual Network in my Linux OS (I use Ubuntu). Also I need to create some virtual hosts in my virtual network and setup static IPs (local IPs) for each and every host. And I…
sura2k
  • 111
  • 2
0
votes
1 answer

Vyatta 6.2 IPv6 DNS handout

I have a Vyatta server which I have connected to Hurricane Electric. I have setup the RADVD on the box and my LAN clients get a public global IPv6 address and route through the Vyatta box. Where do I put my DNS server config though...? Nothing I…
justacodemonkey
  • 153
  • 1
  • 7
0
votes
1 answer

Change port from ipv6 address to ipv4 address

I have setup a service on my server which has opened a port (ie, 40000) but its foreign address is :::* which is a wildcard ipv6 address (I think) When I run telnet localhost 40000 on the server the connection is working fine, but when I try to…
user76264
0
votes
2 answers

Using FreeBSD to tunnel IPv6 over IPv4 WAN

On a WAN I have 5 different locations connected by point to point T1s via Cisco 2801s, with one central location routing each location to all the others, sort of a star configuration. The routers' iOS is too old and doesn't support IPv6, so in…
0
votes
1 answer

Does Ixia Qcheck support IPv6?

I'm trying to use Ixia Qcheck 3 on Windows 7. The QCheck documentation does not indicate whether IPv6 is supported. However it does say that addresses up to 64 characters are supported, so that would seem to represent IPv6. The program works as…
tim11g
  • 425
  • 5
  • 11
  • 21
0
votes
1 answer

Is it possible to make ISC dhcpd (IPv6) 4.2.2 unicast-only?

I ask because the server is handling DHCPv6 for two VLANs and I can see some requests both via DHCPv6-relay from our ProCurve switch and via the ff02::0:2 anycast address and responds to both requests. The logs look like this: Sep 23 00:40:05 fry…
Beau
  • 287
  • 2
  • 11