aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
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
```