diff options
Diffstat (limited to '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 ``` |