- Enter the following in the Quick Connect Linux VM command line:
sudo vim /etc/sysctl.conf - Add the following into the file and save when done:
net.ipv4.ip_forward = 1 net.ipv6.conf.all.forwarding = 1 net.ipv4.conf.all.accept_redirects = 0 net.ipv4.conf.all.send_redirects = 0 - Enter the following command to update the kernel with the new settings and ensure they persist across reboots:
sudo sysctl --load --all