From a896126808d9eb03c57b906134fb96e90ac95f70 Mon Sep 17 00:00:00 2001 From: Damien A Date: Sun, 23 Jun 2024 12:39:25 +0200 Subject: [PATCH] Update Architecture - Update diagram to match the applied configuration - Update hosts IP configurations --- .../assets/images/diagrams/VXLAN.drawio | 204 +++++++++--------- hosts/h1_interfaces | 3 +- hosts/h2_interfaces | 3 +- 3 files changed, 101 insertions(+), 109 deletions(-) diff --git a/documentation/assets/images/diagrams/VXLAN.drawio b/documentation/assets/images/diagrams/VXLAN.drawio index ef2a0ba..3c603d6 100644 --- a/documentation/assets/images/diagrams/VXLAN.drawio +++ b/documentation/assets/images/diagrams/VXLAN.drawio @@ -1,105 +1,99 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/hosts/h1_interfaces b/hosts/h1_interfaces index 65645c0..f1ef7a3 100644 --- a/hosts/h1_interfaces +++ b/hosts/h1_interfaces @@ -6,8 +6,7 @@ iface eth1 inet static auto eth1.50 iface eth1.50 inet static - address 10.10.120.10 + address 10.50.0.10 netmask 255.255.255.0 - gateway 10.10.120.1 vlan-raw-device eth1 vlan_id 50 \ No newline at end of file diff --git a/hosts/h2_interfaces b/hosts/h2_interfaces index b3e49de..ea81055 100644 --- a/hosts/h2_interfaces +++ b/hosts/h2_interfaces @@ -6,8 +6,7 @@ iface eth1 inet static auto eth1.50 iface eth1.50 inet static - address 10.10.120.20 + address 10.50.0.20 netmask 255.255.255.0 - gateway 10.10.120.1 vlan-raw-device eth1 vlan_id 50 \ No newline at end of file