Project

General

Profile

How to use IPv6 mapped IPv4 addresses » History » Version 3

Nico Schottelius, 03/05/2021 05:33 PM

1 1 Nico Schottelius
h1. How to use IPv6 mapped IPv4 addresses
2
3
h2. Status
4
5 2 Nico Schottelius
This document is *WORK IN PROGRESS*.
6
7 1 Nico Schottelius
h2. Introduction
8
9
We offer "IPv4 addresses as a service":https://ungleich.ch/u/products/ipv4-as-a-service/ to provide you with dedicated IPv4 addresses, delivered via IPv6.
10
Using [[The ungleich NAT64 infrastructure]] we map an IPv4 address to a dedicated IPv6 address.
11
12 3 Nico Schottelius
h2. How to use the mapped IPv4 address (incoming traffic)
13 1 Nico Schottelius
14 3 Nico Schottelius
* Setup the defined IPv6 address(es) on your system
15
** You receive this information from the ungleich support
16
* You are done
17
18
h2. How to use the mapped IPv4 address (outgoing traffic)
19
20
* The IPv6 prefix *2a0a:e5c0:1e:c001::/96* is provided to map the IPv4 Internet
21
* You can reach f.i. 8.8.8.8 via your mapped IPv6 address with the following command:
22
23
<pre>
24
ping 2a0a:e5c0:1e:c001::8.8.8.8
25
</pre>