-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivate
91 lines (75 loc) · 2.42 KB
/
private
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# source: https://docs.zeek.org/en/master/scripts/base/utils/site.zeek.html#id-Site::private_address_space
# "This network", see :rfc:`791`
0.0.0.0/8
# 0.0.0.0/8 as a 6to4 address, see :rfc:`791` and :rfc:`3056`
2002::/24
# Private-Use, see :rfc:`1918`
10.0.0.0/8
# 10.0.0.0/8 as a 6to4 address, see :rfc:`1918` and :rfc:`3056`
2002:a00::/24
# Shared Address Space (also known as Carrier-grade NAT), see :rfc:`6598`
100.64.0.0/10
# 100.64.0.0/10 as a 6to4 address, see :rfc:`6598` and :rfc:`3056`
2002:6440::/26
# Loopback, see :rfc:`1122`
127.0.0.0/8
# 127.0.0.0/8 as a 6to4 address, see :rfc:`1122` and :rfc:`3056`
2002:7f00::/24
# Link Local, see :rfc:`3927`
169.254.0.0/16
# 169.254.0.0/16 as a 6to4 address, see :rfc:`3927` and :rfc:`3056`
2002:a9fe::/32
# Private-Use, see :rfc:`1918`
172.16.0.0/12
# 172.16.0.0/12 as a 6to4 address, see :rfc:`1918` and :rfc:`3056`
2002:ac10::/28
# IETF Protocol Assignments, see :rfc:`6890`
192.0.0.0/24
# 192.0.0.0/24 as a 6to4 address, see :rfc:`6890` and :rfc:`3056`
2002:c000::/40
# Documentation (TEST-NET-1), see :rfc:`5737`
192.0.2.0/24
# 192.0.2.0/24 as a 6to4 address, see :rfc:`5737` and :rfc:`3056`
2002:c000:200::/40
# Private-Use, see :rfc:`1918`
192.168.0.0/16
# 192.168.0.0/16 as a 6to4 address, see :rfc:`1918` and :rfc:`3056`
2002:c0a8::/32
# Benchmarking, see :rfc:`2544`
198.18.0.0/15
# 198.18.0.0/15 as a 6to4 address, see :rfc:`2544` and :rfc:`3056`
2002:c612::/31
# Documentation (TEST-NET-2), see :rfc:`5737`
198.51.100.0/24
# 198.51.100.0/24 as a 6to4 address, see :rfc:`5737` and :rfc:`3056`
2002:c633:6400::/40
# Documentation (TEST-NET-3), see :rfc:`5737`
203.0.113.0/24
# 203.0.113.0/24 as a 6to4 address, see :rfc:`5737` and :rfc:`3056`
2002:cb00:7100::/40
# Reserved, see :rfc:`1112`
240.0.0.0/4
# 240.0.0.0/4 as a 6to4 address, see :rfc:`1112` and :rfc:`3056`
2002:f000::/20
# Limited Broadcast, see :rfc:`919` and :rfc:`8190`
255.255.255.255/32
# 255.255.255.255/32 as a 6to4 address, see :rfc:`8190` and :rfc:`3056`
2002:ffff:ffff::/48
# Unspecified Address, see :rfc:`4291`
::/128
# Loopback Address, see :rfc:`4291`
::1/128
# IPv4-IPv6 Translation, see :rfc:`8215`
64:ff9b:1::/48
# Discard-Only Address Block, see :rfc:`6666`
100::/64
# IETF Protocol Assignments, see :rfc:`2928`
2001::/23
# Benchmarking, see :rfc:`5180`
2001:2::/48
# Documentation, see :rfc:`3849`
2001:db8::/32
# Unique-Local, see :rfc:`4193` and :rfc:`8190`
fc00::/7
# Link-Local Unicast, see :rfc:`4291`
fe80::/10