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

IPv6 - Multiple routers and 'dealing' with NAT

Note: I am not thinking of NAT on IPv6. I have the following network setup made up of GNU/Linux boxes: http://portablejim.now.im/images/network_diagram.png Some network traffic is currently being passed through the VPN tunnel to the internet.…
Portablejim
  • 133
  • 5
0
votes
1 answer

Routing IPv6 through a Cisco RV042 in gateway mode

I am having some difficulty routing IPv6 through a Cisco RV042 in gateway mode. I am attempting to simulate a small IPv6 WAN between two offices using a /48 prefix. Nothing I do in the advanced routing setup enables me to get packets through the…
0
votes
2 answers

ip6tables IPv6 address range comparison

I am using ip6tables to restrict connections to server. I use ip6tables with "-m iprange --src-range %s-%s" to specify the hosts that are allowed to connect. If I specify the range to 8000::0 - ffff::ffff, the result looks like this. Chain ripp_0_0…
ning
  • 101
  • 1
0
votes
1 answer

Teredo "Error: Failed to Open Tunnel Adapter""

I have some Windows 7 Machines with an issue on the Teredo network interface. It's not working, and due that i dont have routable IPv6 behind a NAT and the tecnologies that depends of Teredo like Direct Access dont work. I think it's a software…
Ricardo Polo Jaramillo
  • 2,039
  • 2
  • 18
  • 35
0
votes
1 answer

iproute2 tunnel sit

According to this article http://www.consulintel.euro6ix.org/ietf/draft-palet-v6ops-6in4-vs-6over4-01.html 6in4 is only encapsulation mechanism that is used by transition mechanisms like 6over4. What kind of tunnel is ip tunnel mode sit ? I found…
rafal
  • 1
0
votes
3 answers

6to4 behind NAT

I've got problem with 6to4 tunnel on Ubuntu. My PC's public address is 178.42.231.125, my pivate address is 192.168.100.10 Configuration of tunnel: ip tunnel add 6to4 mode sit ttl remote any local 178.42.231.125 ip link set dev 6to4 up ip -6 addr…
lolek198787
  • 1
  • 1
  • 2
0
votes
1 answer

Return packets via squid running as tproxy not working

I have been trying to get this to work properly for two days now and I desperately need assistance. I have configured Squid 3 as a proxy listening on port 3129 with the tproxy flag, and followed the instructions for shorewall found…
Geoffrey
  • 63
  • 2
  • 14
0
votes
1 answer

Bridging and routing IPv6 Router Advertisements

I have a bridge called "br01" in which the interfaces "eth1" and "eth0" are participating. There is a rule in the broute table of ebtables that drops RAs when they arrive in the interface eth1, so the eth1 auto-configure itself with this RA, but I…
Aldebaran
  • 335
  • 4
  • 12
0
votes
3 answers

FreeBSD and Linux VLAN

I have a LAN and i need to create a LAB with three VLAN on my boxes, Linux and FreeBSD. Well i create a VLAN 1 on the linux box as follow: sudo vconfig add eth0 1 sudo ifconfig eth0.1 inet6 add 2001:470:9b36:2::2/64 and i do the same on the…
Ali Mezgani
  • 3,850
  • 2
  • 24
  • 36
0
votes
1 answer

Get ipv6 static address teredo

I have a server behind NAT, which I want to be able to access from the internet. I want to do it over ipv6. I guess my question falls into two: I don't think teredo is working on it. I have ethernet adapter ipv6 set to automatic, however I don't…
galets
  • 806
  • 3
  • 7
  • 18
0
votes
2 answers

Squid3 cache limitation?

I'm using Squid3 for its caching capabilities on a bunch of IPv6 addresses. The only thing is, only 128 of them initialize properly, and any more won't connect. Can you think of any settings that I can check? From logs: WARNING: You have too many…
0
votes
1 answer

Cannot access application after installing ipv6 on xp

I have a tomcat webapplication running on 8080 which will fetch xml from another application at 4040, both running on a xp machine. Everything was working fine until I installed IPv6. Now I cannot access the application from tomcat. What I find…
Nik
0
votes
1 answer

configuration of 6to4 tunnel

I've got problem with configuration 6to4 on virtual machines. I've got two machines with ubuntu. Conf. of first machine: #ip tunnel del tun6to4 #ip tunnel add tun6to4 mode sit ttl 64 remote any local 150.254.34.1 #ip link set…
lolek198787
  • 1
  • 1
  • 2
0
votes
1 answer

pdnsd with IPv6 host - "Could not discover udp destination address"

I'm starting to play around with IPv6 and am trying to work within the constraints of an existing platform and set of services. Right now I'm trying to get DNS working over IPv6 using pdnsd. From my client machine, I can ping6 and ssh (using the…
Eric Asberry
  • 393
  • 1
  • 3
  • 10
0
votes
2 answers

Does one keep its ivp6 address on different networks?

Assuming I connect on a ipv6 network in Europe and do the same later in the US, I won't keep the ipv6 I was assigned in Europe for use in the US correct? One will be assigned a new ipv6 address at each connection or am I getting this wrong? Is there…
Jérôme Verstrynge
  • 4,787
  • 7
  • 24
  • 35
1 2 3
99
100