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

vServer: Configuring single (/128) assigned IPv6 addresses for use as IP address pool for IPSEC (Strongswan) road warriors

I've a new (dev) vServer up and running. Unfortunately the provider only hands out single IPv6 addresses (not even /64 subnets). Now I am a bit confused how to achieve the following: I want to use those addresses (which are all from totally…
khaos
  • 213
  • 2
  • 8
0
votes
2 answers

How to I forward requests on a IPv6 port to a IPv4 host behind NAT?

I run a Xen Dom0 with 2 VMs NATted (other VMs are bridged, and are ok). This Dom0 has an IPv6 and IPv4 address. Requests to, for example port 25 are forwarded to a LAN address that one of the VMs handle. For example: VM_DNS_MAIL=172.16.1.1 iptables…
Tuinslak
  • 1,465
  • 8
  • 32
  • 56
0
votes
1 answer

FreeBSD 10 IPFW IPv6

I'm struggling to allow IPv6 connections on my FreeBSD 10 server. I have a working IPv6 connection. But IPFW blocks all the IPv6 traffic. #!/bin/sh # # flush existing rules ipfw -q flush # allow established connections ipfw -q add 1 check-state #…
MathiasB
  • 1
  • 1
  • 1
0
votes
1 answer

IPV6 not acquired from ipv6 address pool in ubuntu 12.04 for ISC server

Ubuntu 14.04 running in ISC-dhcp-client is not acquiring IPV6 from the pool given in server. Below is vim /etc/dhcp/dhcpd6.conf file default-lease-time 600; max-lease-time 7200; subnet6 2001:0db8:0:f101::0/64{ range6 2001:0db8:0:f101::1…
lkm
  • 1
0
votes
1 answer

Mangling traffic from a Mikrotik Router

I have a MikroTik powered Router in the house with a couple of internet connections (2 200/10Mb Cable modems and a 100/20Mb VDSL Line). I am using Mangle rules to set routing marks and NAT rules to do some load balancing, and everything seems to be…
TiernanO
  • 744
  • 7
  • 17
0
votes
1 answer

iptables dual stack - ipv6 not working

I have problem with my iptables setup. I want to have completely dual stacked server so I use same rules for IPv4 and IPv6. However all IPv6 connections are just being dropped while IPv4 are working without any problem. Here are all files I use to…
grongor
  • 123
  • 1
  • 2
  • 12
0
votes
1 answer

Attack from strange IP address, how to block?

Looking through the mail logs I've noticed a lot of these: Apr 7 11:33:25 s123456 pop3d: IMAP connect from @ [::ffff:192.96.206.9]checkmailpasswd: FAILED: web14p3 - short names not allowed from @ [::ffff:192.96.206.9]ERR: LOGIN FAILED,…
0
votes
1 answer

OpenVPN with IPv6 drops packages

I am using OpenVPN (build from tarball) and have a /112 subnet. My server is configured to use tun. IPv4 is working correctly, but IPv6 has some problems: ping6 ipv6.google.com gives no reply. When I add the from OpenVPN advertised ip6 address and…
wb7
  • 134
  • 6
0
votes
1 answer

Worldwide IP Latency

I want to create a simulation of the protocol MIPv6 (http://www.ietf.org/rfc/rfc3775.txt), for this reason I need information about latency, jitter and round-trip time. My first guess is install machines in different parts of the globe and run…
user213330
  • 11
  • 1
0
votes
2 answers

TCP Statistics for IPv6

I'm using Linux RHEL55. I need to collect tcp6 statistics data. if i run "netstat -s", it gives data only for tcp and not for tcp6. But we can get tcp connection status for ipv6 in windows. why we cant get tcp connection statistics for ipv6? Can…
Sathya
  • 1
  • 1
0
votes
1 answer

Routing single v6 /64 range to virtual machines

I am building a virtualisation host, and I want my virtual machines to be available via both v4 and v6 IP address. The host I have (Xen 4.1.3 with Debian Wheezy in dom0) has one physical eth0 interface: 10.0.0.2/30 dev eth0 default via…
mr.b
  • 583
  • 10
  • 25
0
votes
1 answer

brctl addbr and bonding not working for CentOS6 if IPv6 is disabled

I set up a CentOS6-XEN4-Server according to these instructions. Now I want to set up bridges - first manually: brctl addbr test - but this fails with: "add Bridge failed: Package not installed" Googling about that I tried to manually modprobe bridge…
Nils
  • 7,695
  • 3
  • 34
  • 73
0
votes
0 answers

Configuring DHCP IPv4 and static IPv6 on the same interface

I need to configure on a network interface (eth1) with static IPv6 and get an IPv4 address from DHCP on a CentOS 6 machine? Using the configuration below I only get a dynamic IPv4…
Chedy2149
  • 223
  • 4
  • 14
0
votes
0 answers

Ipv6 configuration in VPS Server

Currently I have a VPS where I use different ips as interfaces, like curl google.com --ipv4 --interfaces venet0:1 The vps has ipv4 and some ipv6. Usually the vps are managed with OpenVZ, Xen, or any of these that automatically generate interfaces…
0
votes
1 answer

Server with multiple ipv4 addresses adding ipv6

I've got a dedicated Centos 6.5 server with nginx and 2 ip-addresses (these are 2 ip(v4)-failover addresses from OVH) for hosting 2 different websites on the same server. I want to add ipv6 addresses but am not sure how to implement this. I've got…
adnan
  • 133
  • 2
  • 7