From c437f81ea514f35c2e7c4e3810f92e906cf81f27 Mon Sep 17 00:00:00 2001 From: Ben Mitchell Date: Sun, 4 Oct 2020 00:36:12 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54d137a..500c1c8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,13 @@ sudo systemctl enable libvirtd.service sudo systemctl enable virtlogd.service sudo modprobe kvm -# reboot +# enable network forwarding +nano /etc/sysctl.conf +Uncomment or add this line: +net.ipv4.ip_forward=1 + + +# now reboot ```