From Fedora Project Wiki

Revision as of 19:04, 7 July 2014 by Roshi (talk | contribs) (Created page with "{{QA/Test_Case |description=Ensure image firewall (iptables) is off |setup= |actions= # Boot cloud image # ssh into booted image # run 'sudo iptables -L' |results= Your outpu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Ensure image firewall (iptables) is off


How to test

  1. Boot cloud image
  2. ssh into booted image
  3. run 'sudo iptables -L'

Expected Results

Your output should look something like this*:

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 
  • We're looking to ensure everything is open, your output might look slightly different.