#!/bin/bash # echo 1 > /proc/sys/net/ipv4/ip_forward sudo iptables -F -t nat sudo iptables -t nat -A POSTROUTING -o enp0s3 -j MASQUERADE