Try this.
IP Forwarding, Linux acting as a router.
First up, enable IP forwarding in the kernel because Linux cannot function as a router without it. Add the following line to /etc/sysctl.conf:
...
net.ipv4.ip_forward = 1
...
NAT rule, to let all traffic out (replace with your interfaces ...