Merge pull request #87 from MrBenFTW/patch-1

Update README.md
pull/94/head
sickcodes 4 years ago committed by GitHub
commit 0b40480158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,7 +71,13 @@ sudo systemctl enable libvirtd.service
sudo systemctl enable virtlogd.service sudo systemctl enable virtlogd.service
sudo modprobe kvm sudo modprobe kvm
# reboot # enable network forwarding
nano /etc/sysctl.conf
Uncomment or add this line:
net.ipv4.ip_forward=1
# now reboot
``` ```

Loading…
Cancel
Save