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

Missing link between local IPv6 and SixXS tunnel

I have acquired an IPv6 tunnel from SixXS that I want to use on my local FreeBSD 9.0 box. I have set up the Aiccu tunnel with sixxs-aiccu and rtadvd is already working. As long as I am using the gif0 tunnel interface, I have v6 connectivity. But…
0
votes
1 answer

PPTP VPN support IPv6 over IPv4

My Server has both IPv4 and IPv6 and I've set up an PPTP VPN there. And my local network only supports IPv4. How can I gain IPv6 access by dialing in my VPN with IPv4? That means, is it possible to have a VPN which can forward IPv6 packets into…
Clippit
  • 101
  • 2
  • 4
0
votes
1 answer

IPV6: two interfaces with dhclient

I have eth0, eth1. For each interface run dhclient on default port 546 (547 ?). eth1 does not have connection to the network. If dhclient for eth0 bounds before dhclient eth2 starts the eth0 gets IP. If not, it do nothing, just sends solicitation,…
Hedgehog
  • 123
  • 1
  • 5
0
votes
5 answers

Any hardware/software routers that support Full Cone NAT?

i'm trying to get Teredo to function on my machine. Most routers, it seems, refuse to forward packets from any host other than the one i specifically connected to first. Teredo requires full Cone NAT in order to function. Does any router, hardware…
Ian Boyd
  • 5,293
  • 14
  • 60
  • 82
0
votes
2 answers

IPv6 static routes

I am looking to configure a few hosts with IPv6 on my network. The router (running CentOS 5) is configured with an Hurricane Electric (HE) tunnel which works fine on that host. However, I would like to statically add a few additional hosts on the…
user98651
  • 95
  • 1
  • 2
  • 11
0
votes
1 answer

ipv6 port 445 does not accept the request from a global type address

I want to scan port 445 on my Windows server 2003, but my scanner only has one type ipv6 address which is global not link-local. When I do this, I find that I can't find port 445 open. But I use the command netstat -an to assure the port 445 is…
0
votes
1 answer

IPv6 routing to another interface

I'm trying to get an IPv6 enabled router to forward data from one interface to the other and I'm having issues. When following this example (http://www.cisco.com/en/US/tech/tk872/technologies_configuration_example09186a0080ba6106.shtml) I am able to…
Robert
  • 434
  • 3
  • 6
  • 15
0
votes
1 answer

IPv6 DNS Lookup

I am trying to prevent a webserver to do IPv6 lookups (AAAA) to the DNS-server. The webserver has no IPv6 addresses set-up on the interfaces. Disabling IPv6 in sysctl.conf had no impact either, the webserver keeps sending both A and AAAA requests…
Jeroen
  • 1,341
  • 7
  • 16
0
votes
2 answers

What do I need to go from having a domain to being able to take a sipuser@mydomain.com call?

(Sorry if this question is a little basic or should go on a different SE site. Just let me know.) I'm trying to learn about SIP. The problem is that I'm at the point where I don't know enough to try it myself to learn and sometimes I don't know…
Azendale
  • 1,525
  • 2
  • 11
  • 16
0
votes
1 answer

Operation not permitted on ping6 after mip6d establishes MIPv6 tunnel

I'm very much out of ideas here: I run mobile IPv6 on Ubuntu oneiric, with a simple fixed-address setup. mip6d establishes a tunnel, but as soon as the tunnel establishes I lose all network connectivity. I cannot ping, I cannot telnet/ssh, existing…
Toumal
  • 101
  • 3
0
votes
1 answer

Using firewall in routed or transparent mode

For the last years we've been using a Sonicwall PRO 2040 firewall in a relatively small hosting environment. But we want to upgrade to a faster box which also support IPv6 and preferably we'd like to stay with Sonicwall (as it has served us well…
Marco Miltenburg
  • 1,121
  • 8
  • 9
0
votes
1 answer

Disable ipv6 support completely on debian squeeze 6.0.5

I want to disable ipv6 support completely on debian squeeze 6.0.5. In many other posts I have seen setting the parameter net.ipv6.conf.all.disable_ipv6 = 1 in /etc/sysctl.conf should disable it. I've set that parameter and rebooted, but netstat…
markus
  • 1,080
  • 5
  • 18
  • 38
0
votes
1 answer

IPv6 6to4 on Windows Server

I'm looking for a relatively simple guide to setting up an IPv6 tunnel properly. This network currently has a server (Windows Server 2008R2) running RRAS that establishes connectivity to the internet using a demand-dial PPPoE connection and handles…
Graham Wager
  • 123
  • 1
  • 1
  • 8
0
votes
1 answer

'IPv6' Newbie with IPv6 address assigment

I am new to IP v6 and I am looking to translate some existing private IPv4 addresses into v6 address assignment. Can someone please help me to answer/explain the questions below? If I have an v4 address…
Cute Puppy
  • 11
  • 3
0
votes
1 answer

Running IPv4 program in IPv6 network

I have an IPv4 windows client program and IPv4 Linux server. What I need is to run them in pure IPv6 network, although machines have dual stack. At the beginning I thought it's not a problem: I'll use 4in6 protocol (rfc2473) and that's all. I found…
stobyer
  • 101