aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2020-10-05 07:34:15 +0000
committerGitHub <[email protected]>2020-10-05 07:34:15 +0000
commit0b40480158b83894ba8d1fff5bc485e5e3bbae1c (patch)
tree654c1e84bdfd022ee38501f4f8ba5c04015a6406
parentv2.6 Update documentation (diff)
parentUpdate README.md (diff)
downloaddocker-osx-0b40480158b83894ba8d1fff5bc485e5e3bbae1c.tar.xz
docker-osx-0b40480158b83894ba8d1fff5bc485e5e3bbae1c.zip
Merge pull request #87 from MrBenFTW/patch-1
Update 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
```