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