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