From 08501699cbc6e6c226c3feef68950e4e64322411 Mon Sep 17 00:00:00 2001 From: mixel Date: Mon, 16 Jun 2025 10:22:07 +0200 Subject: [PATCH] Add Address schema --- Address-schema.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Address-schema.md diff --git a/Address-schema.md b/Address-schema.md new file mode 100644 index 0000000..7c08c9d --- /dev/null +++ b/Address-schema.md @@ -0,0 +1,22 @@ +The network is based in the 2001:db8::/32 ([explanation](https://ipv6.net/blog/understanding-the-ipv6-documentation-prefix-2001db8-32/)) which is a standard in IPv6 which is used for documentation purposes. + +VLAN Subnets (Using /64 per VLAN) \ +Each site gets VLANs with /64 subnets: + +Hamburg: + +VLAN 10: 2001:db8:abcd:0110::/64 \ +VLAN 20: 2001:db8:abcd:0120::/64 + +Lübeck: + +VLAN 30: 2001:db8:abcd:0230::/64 \ +VLAN 40: 2001:db8:abcd:0240::/64 + +Berlin: + +VLAN 50: 2001:db8:abcd:0350::/64 + +München: + +VLAN 60: 2001:db8:abcd:0460::/64 \ No newline at end of file