From 790268fa17fd7000fc027bee758d9eda846e3e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baran=20Sch=C3=B6neberg?= Date: Fri, 13 Jun 2025 10:35:20 +0200 Subject: [PATCH] =?UTF-8?q?IPv6=20addressingscheme=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IPv6-addressingscheme.md | 81 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 IPv6-addressingscheme.md diff --git a/IPv6-addressingscheme.md b/IPv6-addressingscheme.md new file mode 100644 index 0000000..621350a --- /dev/null +++ b/IPv6-addressingscheme.md @@ -0,0 +1,81 @@ +Unique Local Address - ULA +Transport network (router to router): `fd00::/8` +Global Unicast Address +Local network (slients & server): `2001:db8::/32` + +Static addresses and routing + +### Transport network addressing scheme + +**RT-HH-01 ↔ RT-HL-01: `fd00:0:0:1::/127`** + +- RT-HH-01: `fd00:0:0:1::0/127` + +- RT-HL-01:` fd00:0:0:1::1/127` + +**RT-HH-01 ↔ RT-B-01: `fd00:0:0:2::/127`** + +- RT-HH-01: `fd00:0:0:2::0/127` + +- RT-B-01: `fd00:0:0:2::1/127` + +**RT-HL-01 ↔ RT-M-01: `fd00:0:0:3::/127`** + +- RT-HL-01: `fd00:0:0:3::0/127` + +- RT-M-01: `fd00:0:0:3::1/127` + +**RT-B-01 ↔ RT-M-01:` fd00:0:0:4::/127`** + +- RT-B-01: `fd00:0:0:4::0/127` + +- RT-M-01: `fd00:0:0:4::1/127` + +### Local network addressing scheme + +**Hamburg (HH) - `2001:db8:1000::/48`** +* VLAN 10: `2001:db8:1000:10::/64` + +* SW-HH-01: `2001:db8:1000:10::1/64` + +* Client 1: `2001:db8:1000:10::10/64` + +* Client 2: `2001:db8:1000:10::11/64` + +* VLAN 20: `2001:db8:1000:20::/64` + +* SW-HH-01:` 2001:db8:1000:20::1/64` + + +**Lübeck (HL) - 2001:db8:2000::/48** + +* VLAN 30: `2001:db8:2000:30::/64` +* +* SW-HL-01: `2001:db8:2000:30::1/64` +* +* Client 1: `2001:db8:2000:30::10/64` +* +* Client 2: `2001:db8:2000:30::11/64` +* +* VLAN 40: `2001:db8:2000:40::/64` +* +* SW-HL-01: `2001:db8:2000:40::1/64` +* + + +**Berlin (B) - `2001:db8:3000::/48`** + +* VLAN 50 (Server Network): `2001:db8:3000:50::/64` +* +* SW-B-01: `2001:db8:3000:50::1/64` +* +* DNS/Web Server: `2001:db8:3000:50::10/64` + +**München (M) - 2001:db8:4000::/48** + +* VLAN 60 (Server Network): `2001:db8:4000:60::/64` +* +* SW-M-01: `2001:db8:4000:60::1/64` +* +* Web Server: `2001:db8:4000:60::10/64` +