Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 151 Bytes

File metadata and controls

4 lines (2 loc) · 151 Bytes

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