NAT: masquerade outbound iptables

Enable IP masquerading for outbound traffic (router/NAT)

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
more iptables all 10 commands →