From 264860cf60c0a548084021ce0aaa7c95caddefeb Mon Sep 17 00:00:00 2001 From: Damien A Date: Thu, 25 Jan 2024 12:32:59 +0100 Subject: [PATCH] Update diagram and hosts --- .../assets/images/diagrams/VXLAN.drawio | 69 +++++++++++-------- hosts/h1_interfaces | 2 +- hosts/h2_interfaces | 2 +- 3 files changed, 44 insertions(+), 29 deletions(-) diff --git a/documentation/assets/images/diagrams/VXLAN.drawio b/documentation/assets/images/diagrams/VXLAN.drawio index 919bf9a..ca56813 100644 --- a/documentation/assets/images/diagrams/VXLAN.drawio +++ b/documentation/assets/images/diagrams/VXLAN.drawio @@ -1,27 +1,27 @@ - + - + - + - + - + - + - + @@ -31,40 +31,55 @@ - + - + - - + + - - + + - - + + - + - - + + - - + + - + - - + + - - + + - - + + + + + + + + + + + + + + + + + diff --git a/hosts/h1_interfaces b/hosts/h1_interfaces index 588f9a7..f9f6a69 100644 --- a/hosts/h1_interfaces +++ b/hosts/h1_interfaces @@ -3,5 +3,5 @@ iface lo inet loopback auto eth1 iface eth1 inet static - address 10.100.100.1 + address 10.10.120.1 netmask 255.255.255.0 \ No newline at end of file diff --git a/hosts/h2_interfaces b/hosts/h2_interfaces index 5883945..f7d26d1 100644 --- a/hosts/h2_interfaces +++ b/hosts/h2_interfaces @@ -3,5 +3,5 @@ iface lo inet loopback auto eth1 iface eth1 inet static - address 10.100.100.2 + address 10.10.120.2 netmask 255.255.255.0 \ No newline at end of file