Created
February 18, 2012 03:40
-
-
Save cwebberOps/1857244 to your computer and use it in GitHub Desktop.
iptables
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
root@dashboard:/usr/share/puppet-dashboard# /sbin/iptables -I INPUT 1 -t filter -p all -m comment --comment 000 INPUT allow related and established -m state --state ESTABLISHED,RELATED -j ACCEPT | |
Bad argument `INPUT' | |
Try `iptables -h' or 'iptables --help' for more information. | |
root@dashboard:/usr/share/puppet-dashboard# iptables -t filter -L | |
Chain INPUT (policy ACCEPT) | |
target prot opt source destination | |
Chain FORWARD (policy ACCEPT) | |
target prot opt source destination | |
Chain OUTPUT (policy ACCEPT) | |
target prot opt source destination | |
root@dashboard:/usr/share/puppet-dashboard# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment