Step 3: Updating System Settings

Jamf Connect Documentation

Solution
Application
Jamf Connect
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  1. Enter the following in the Quick Connect Linux VM command line:
    sudo vim /etc/sysctl.conf
  2. 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
  3. Enter the following command to update the kernel with the new settings and ensure they persist across reboots:
    sudo sysctl --load --all