Created
July 21, 2014 17:24
-
-
Save kelseyhightower/0c566bbc55a18efc5202 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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