Ipv4 Ip Forwarding

by any chance does Yunhost turn on ip forwarding or do i have to do that myself?

To my knowledge the only way to do this is something like :

sudo nano /etc/sysctl.conf
# Uncomment the following lines:
net.ipv4.ip_forward = 1
# Save and quit (CTRL+O, CTRL+X)
sudo sysctl -p

There is no possibility to do it via a YunoHost GUI if that is your question.

Thanks thats what i actually did but for the life of me cant figure out why i cant get wiregaurd tow work right

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.