498 iptables -A FORWARD -d 172.31.144.0/24 -j ACCEPT 499 iptables -t nat -I POSTROUTING -s 172.31.144.0/24 -j SNAT --to-source 172.31.144.101