Commonly used IPv6 networks » History » Version 7
Nico Schottelius, 02/12/2021 02:36 PM
1 | 1 | Nico Schottelius | h1. Commonly used IPv6 networks |
---|---|---|---|
2 | |||
3 | 3 | Nico Schottelius | h2. By ungleich |
4 | |||
5 | 1 | Nico Schottelius | Assuming that you have a /48 per location/site, there are some specific /64 sub networks that we usually use at ungleich. |
6 | 4 | Nico Schottelius | As an example let's take **2001:db8:a::/48**, then the we often use these networks: |
7 | 1 | Nico Schottelius | |
8 | | Network | Description | |
||
9 | 6 | Nico Schottelius | | 2001:db8:a::/64 | The network 0 is usually internal | |
10 | 7 | Nico Schottelius | | | For netboot, untrusted equipment. Usually firewall for no incoming traffic at all | |
11 | | 2001:db8:a:1::/64 | Servers, sensible equipment | |
||
12 | | | For accessing servers, usually only port 22 (ssh) or an alternative SSH port (222,2202,2222) open | |
||
13 | 5 | Nico Schottelius | | 2001:db8:a:a::/64 | DNS network: houses DNS servers in the network. | |
14 | 1 | Nico Schottelius | | | Regular DNS servers are usually 2001:db8:a:a::a and 2001:db8:a:a::b | |
15 | | | DNS64 enabled servers are usually 2001:db8:a:a::64 and 2001:db8:a:a::65 | |
||
16 | 6 | Nico Schottelius | | 2001:db8:a:bee::/64 | LAN network: usually wifi/coworking | |
17 | 7 | Nico Schottelius | | | "bee" is something people can easily pronounce; ssh open from outside | |
18 | 6 | Nico Schottelius | | 2001:db8:a:cafe::/64 | LAN network: usually wired/regular clients | |
19 | | 2001:db8:a:7ea::/64 | LAN network: Usually 2nd wifi network | |
||
20 | 2 | Nico Schottelius | | 2001:db8:a:b00::/96 | Incoming NAT64 prefix: mapping IPv4 islands: 2001:db8:a:b00::192.168.1.1 is IPv6 reachable | |
21 | | 2001:db8:a:c001::/96 | Outgoing NAT64 prefix: mapping the IPv4 Internet, allowing IPv6 only hosts to reach the IPv4 Internet | |
||
22 | 3 | Nico Schottelius | |
23 | h2. In other places |
||
24 | |||
25 | * "Address plan from Peter H. Jin":https://www.peterjin.org/wiki/Peterjin.org:IP_Addressing_Plans |