You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@danielhjames Right, but that only enables it for the current session. Editing the sysctl.conf file saves the setting every boot. I think there is a sysctl.conf.d folder, somewhere?
In /etc/sysctl.conf file:
# Uncomment the next line to enable packet forwarding for IPv4
net.ipv4.ip_forward=1
Then update while running:
echo 1 > /proc/sys/net/ipv4/ip_forward
Add a route to wlan1 on the upstream Internet side
iptables -t nat -A POSTROUTING -o wlan1 -j MASQUERADE
The text was updated successfully, but these errors were encountered: