diff options
| author | Ben Mitchell <[email protected]> | 2020-10-04 00:36:12 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-04 00:36:12 +0100 |
| commit | c437f81ea514f35c2e7c4e3810f92e906cf81f27 (patch) | |
| tree | 654c1e84bdfd022ee38501f4f8ba5c04015a6406 | |
| parent | v2.6 Update documentation (diff) | |
| download | docker-osx-c437f81ea514f35c2e7c4e3810f92e906cf81f27.tar.xz docker-osx-c437f81ea514f35c2e7c4e3810f92e906cf81f27.zip | |
Update README.md
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 ``` |