aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Mitchell <[email protected]>2020-10-04 00:36:12 +0100
committerGitHub <[email protected]>2020-10-04 00:36:12 +0100
commitc437f81ea514f35c2e7c4e3810f92e906cf81f27 (patch)
tree654c1e84bdfd022ee38501f4f8ba5c04015a6406
parentv2.6 Update documentation (diff)
downloaddocker-osx-c437f81ea514f35c2e7c4e3810f92e906cf81f27.tar.xz
docker-osx-c437f81ea514f35c2e7c4e3810f92e906cf81f27.zip
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
```