On 2023-06-10 13:23, Boris Borisov via Ale wrote: > The old fashion way. > > iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE > > > echo 1 > /proc/sys/net/ipv4/ip_forward And remember to edit /etc/sysctl.conf to persistently set this forwarding parameter: net.ipv4.ip_forward=1