Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created July 21, 2014 17:24
Show Gist options
  • Select an option

  • Save kelseyhightower/0c566bbc55a18efc5202 to your computer and use it in GitHub Desktop.

Select an option

Save kelseyhightower/0c566bbc55a18efc5202 to your computer and use it in GitHub Desktop.
core@master ~ $ sudo iptables -vL -t nat
Chain PREROUTING (policy ACCEPT 750 packets, 53970 bytes)
pkts bytes target prot opt in out source destination
Chain INPUT (policy ACCEPT 76 packets, 7444 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 302 packets, 18648 bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 164 packets, 9916 bytes)
pkts bytes target prot opt in out source destination
143 9156 MASQUERADE all -- any ens33 anywhere !10.0.0.0/8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment