Enable IP Forwarding If you intend for peers to be...
# install
i
Enable IP Forwarding If you intend for peers to be able to access external resources (including the internet), you will need to enable forwarding. Edit the file /etc/sysctl.conf (or a .conf file under /etc/sysctl.d/) and add the following line. net.ipv4.ip_forward = 1
2 Views