Merge pull request #87 from MrBenFTW/patch-1

Update README.md
This commit is contained in:
sickcodes
2020-10-05 07:34:15 +00:00
committed by GitHub

View File

@ -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
```