Update README.md

This commit is contained in:
Ben Mitchell 2020-10-04 00:36:12 +01:00 committed by GitHub
parent b710a8a082
commit c437f81ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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