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

Debian Host replies with ICMP Port Unreachable after Router Advertisement (ISATAP)

I'm trying to configure a Debian Wheezy host to get an IPv6 address via ISATAP (using isatapd). This machine has two outgoing interfaces: eth0 and eth0.20 (virtual interface using VLAN 20): 1: lo: mtu 16436 qdisc noqueue state…
St0rmi
  • 1
  • 2
0
votes
1 answer

Cisco IPv6 Proxy-arp like IPv4

Can I disable the proxy-arp in IPv6 in Cisco? I cannot find the "no ipv6 proxy-arp" command in my Cisco router. Please teach me how to do it. Thanks.
tomli
  • 21
  • 5
0
votes
1 answer

Using CloudFormation, I cannot get an AAAA record to work with ELB

I have the following two CloudFormation resources: "TestELB" { ... }, "TestRecordSetGroup": { "Type": "AWS::Route53::RecordSetGroup", "Properties": { "HostedZoneName": "example.com.", "RecordSets": [ { "Name":…
smitelli
  • 1,214
  • 1
  • 10
  • 16
0
votes
2 answers

How to connect a client behind a NAT router to an Asterisk server behind a NAT router?

I have an asterisk setup on a server. The local IP address is 172.22.9.200 and extenal IP address is 75.45.185.100. My client device is an android phone that is connected to a router and it which has NAT enabled in it. My router address is…
Dinesh
  • 111
  • 2
0
votes
3 answers

IPv6: Creating ranges, range values

So I've just been assigned a /64 IP address range. I'm using SolusVM to manage virtual machines. With the /64, I am given the first 4 (octets? I think they're called) so my format is currently XXXX:XXXX:XXXX:XXXX:blank:blank:blank:blank SolusVM has…
BnMcG
  • 500
  • 2
  • 5
  • 12
0
votes
0 answers

Multiple IP's on the same bridge

I'm setting up a Ubuntu host machine for a couple of kvm virtual machines. Here is my interface config file: # config block 0 auto lo vmbr0 iface lo inet loopback iface vmbr0 inet static address 111.111.111.111 netmask 255.255.255.0 …
Qian Chen
  • 292
  • 3
  • 19
0
votes
0 answers

IPv6 routing in Routing & Remote Access Services VPN

I am trying to configure IPv6 IP Pool on Microsoft RRAS VPN Server the RRAS server is assigning the IPv6 IP Address to the remote access clients but when I test the IPv6 address assignment from "test-ipv6.com/" it says "No IPv6 address detected"…
Frank
  • 11
  • 6
0
votes
0 answers

My server doesn't respond to ping6

I'm trying to enable ipv6 on my webserver. The server runs FreeBSD 10 and I'd like to enable ipv6 access to my websites. That's the long term goal. The goal here would be at least to have a server that responds to ping6. From my laptop, I can do $…
John Smith Optional
  • 502
  • 2
  • 9
  • 18
0
votes
0 answers

How to connect internal IPv6 to IPv4 network

For the past few days Im having "fun" checking different NAT configuration options on srx240. Im looking for a way to enable lab PC connection to internet. Is it possible with this spec, or do I have to set up and connect dns64 to firewall?
Shunga
  • 1
0
votes
2 answers

Using IPV6 with Dante

I have a server with one ipv4 ip and plenty of ipv6 ips. i would like to setup Dante to work as a socks proxy server in my server. I need to assign different port to each ipv6 port. Now i can use ipv4 without a problem and when i connect with my…
Medow
  • 3
  • 3
0
votes
1 answer

IPv6- loopback and link local addresses

Good Afternoon, I'm a bit new to IPv6 and am curious on a couple of things. The loopback address is reserved as ::1 /128. If the mask is /128, wouldn't that indicate no available bits for hosts as all 128 are assigned to the network? Also, I find…
Bob
  • 1
  • 2
0
votes
1 answer

Name for IPv6 nameserver

I have a few name servers for my dns system. Let's say they are ns1.example.com, ns2.example.com. Previously they all resolved to IPv4 addresses. Now I'm planning to implement IPv6 for my dns system. So should I reuse ns1, ns2 for IPv6 name servers?…
Qian Chen
  • 292
  • 3
  • 19
0
votes
2 answers

Prevent IPv6 address being exposed when connected to IPv4 only OpenVPN

I have a OpenVPN server which has IPv4 only. I have a OpenVPN client which has IPv6 and IPv4. While connected to the VPN the client is exposed to "IPv6 leak". When client visits IPv6 enabled web sites, the Internet traffic does not go through the…
user2489483
  • 39
  • 1
  • 1
  • 5
0
votes
1 answer

Apnic & AFRINIC IP Ranges

Still having pleny of random attacks from China/Russia at our server. I was wondering if blocking based on this address spaces (link to apnic) is safe ? We are located in Europe and we don't have any interest what so ever in visitors from…
Martijn
  • 31
0
votes
1 answer

How is device to send a response packet selected

I read that when kernel determines a source ipv6 address for the packet, it takes into consideration what interface will be used to send the packet, (http://www.rfc-editor.org/rfc/rfc3484.txt, Section 5) Rule 5: Prefer outgoing interface. If…
Shamdor
  • 111
  • 2