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: I'm confused about addresses

I'm starting studying IPv6 and I'm having some troubles understanding some aspects. Let's clarify if I'm getting this right! A single host may have: - a unicast global address - a link local address Then it joins multicast groups, solicited node…
0
votes
2 answers

Apache 2.2 won't start with an ipv6 address

I'm trying to only allow the localhost on a certain folder, it works perfect with ipv4 (Allow from 127.0.0.1) but as soon as I add ipv6 (Allow from [::1]) my Apache won't start anymore. I checked the error.log and it says: The specified IP address…
0
votes
0 answers

How to configure DHCPv6 and DNSv6 configuration in Ubuntu 12.04?

I'm planning to configure DHCPv6 and DNS server in my network. I would like to understand whether both DHCPv4 and DHCPv6 can be configured using isc-dhcp-server service? When i tried nslookup domainname it returned the IPv4 address instead of ipv6…
Renold Singh
  • 336
  • 2
  • 3
  • 13
0
votes
0 answers

Can ping from PC to cisco router's ipv6 address (from LAN side) but can't ping from one pc to other's ipv6 address

PCs are connected to Cisco switch and up link goes to Cisco 1841 router on router LAN side interface f0/0 ip add: 2001:xx:xx:xx:1000::64/120. IPv6 is not enabled. I am not able to give prefix length in Windows XP. but I can give prefix in Windows 7…
Chintan
  • 1
  • 2
0
votes
1 answer

How to ping a host with different MTU size to simulate icmpv6 packet too big scenario?

As the Title states,I want to check whether my host will actually send a ICMPv6 packet too big if i send a packet with beyond the defined MTU size.I don't have a cisco router(extended ping) to try out the scenario,Hence i would like to inject the…
Renold
  • 33
  • 1
  • 4
0
votes
1 answer

ipv6 static routing is not working

wondering ipv6 static route default route nothing working, only can ping the directly connected interface, but sh run command gave the static routes which I created to other networks, but on the sh run output I saw the autoconfig static route which…
0
votes
1 answer

How to configure DHCPD server to bind static IPv6 address by DUID?

how can i configure the server to make static record DUID - IPv6 ? For example i have such DHCPv6 request: Client Identifier Option: Client Identifier (1) Length: 7 Value: 31303030303133 DUID: 31303030303133 # <--- this …
Vololodymyr
  • 113
  • 1
  • 5
0
votes
1 answer

Windows translate external IPv6 to localhost IPv4

I have a machine running Windows server 2012, whose external IPv6 address is "2a01:4f8:190:7449::4". Let's assume it has no external IPv4 address, so the v6 address is the only way of accessing it from outside. But I have services running which are…
0
votes
0 answers

Does Cisco IOS support NPTv6?

I'm looking to do a small multi-homing setup which is currently achieved, with IPv4, using NAT. NPTv6 seems to be a good way to do this for IPv6 however I cannot find how to configure this on Cisco IOS. Can anyone provide any insights into the IOS…
phil-lavin
  • 590
  • 1
  • 3
  • 15
0
votes
1 answer

ip6tables snat don't work properly

I got three computers with these names: laptop, vds and home; vds is openvpn server; home is openvpn client. and, I got an ipv6 network 2a01:dead:beef::/64 vds has address 2a01:dead:beef::311 on tun0 home has address 2a01:dead:beef::312 on tun0…
cornholio
  • 1
  • 1
0
votes
1 answer

My dns server default to link-local IPv6 address and it returns 1.1.1.1

I'm having this weird problem in my network after a power loss (few seconds) but all my network equipment has UPS and it was working fine when the power was out. Soon after the power was back I couldn't access my internet and when I tried to do the…
user1243099
  • 1
  • 1
  • 2
0
votes
2 answers

Binding stunnel on both IPv6 and IPv4

I would like to make a local unencrypted service that listens on 127.0.0.1:8000 available via SSL on both IPv4 and IPv6 on port 8001. Unfortunately, stunnel configuration [Server] accept = 8001 connect = 8000 binds only on IPv4, as I have checked…
mcandril
  • 295
  • 3
  • 13
0
votes
0 answers

Apache Reverse Proxy with IPv6 troubles

Problem: IPv6 Client attempting to contact Server behind reverse proxy fails. In this example, client and server reside on the same machine. Client's IPv6 configuration: ip --oneline addr show 1: lo: mtu 16436 qdisc noqueue…
ChaimKut
  • 191
  • 4
  • 9
0
votes
2 answers

IP Address reassignation (unused Ip address)

Available IPv4 address blocks are exhausted and price per IPv4 address is increasing. However I read that 2/3 of IP address remains unused because they were assigned improperly at first stages. Since looots of these assigned IP address are unused.…
NeDark
  • 463
  • 1
  • 6
  • 10
0
votes
1 answer

Debian Wheezy doesn't answer to ICMPv6 neighbor solicitations

Hello, there. I manage some Wheezy servers with IPv6 enabled on all of them. They all have a global IPv6 /64 block using the first address in the block as the primary, i.e.: root@Host /h/david# ifconfig eth0 Link encap:Ethernet HWaddr…
Penegal
  • 156
  • 1
  • 14