summaryrefslogtreecommitdiff
path: root/080_blog/00090_Miguels-KVM-Adventures/index.md
diff options
context:
space:
mode:
Diffstat (limited to '080_blog/00090_Miguels-KVM-Adventures/index.md')
-rw-r--r--080_blog/00090_Miguels-KVM-Adventures/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/080_blog/00090_Miguels-KVM-Adventures/index.md b/080_blog/00090_Miguels-KVM-Adventures/index.md
index 7f50c76..f69989b 100644
--- a/080_blog/00090_Miguels-KVM-Adventures/index.md
+++ b/080_blog/00090_Miguels-KVM-Adventures/index.md
@@ -122,7 +122,7 @@ Make sure to adapt the boot order in the os section by adding an appropriate lin
## Networking
Since my primary interface to the virtual machines is SSH, reliable network connectivity is one of the primary foci. IPv4 addresses became scarse so we will not waste any for the host systems virbr1 or eth0. The following diagram illustrates my IPv4 setup of a simple arp proxy utilizing ipv4 forwarding. The guests use their public ipv4 addreses and the ips of the hosts gateway.
-![](/DATA/kvm/ipv4.png){.img-fluid}
+![](ipv4.png){.img-fluid}
There is no need to save address space in case of IPv6 since we have a complete /64 IPv6 subnet at our disposal. While only a few guests are accessible by their IPv4 public addresses directly, we have virtually an infinite number of IPv6 addresses. Sidenote: One single /64 IPv6 subnet consists of 2^64 different addresses, which is over four billion times more than there are IPv4 addresses in the whole world! I use just the lower /65 half of our /64 subnet for the guests while the IPv6 address of the hosts NIC lies in the upper half.