Advertisement
Guest User

Untitled

a guest
Nov 13th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [INFO ] Executing command 'iptables -t filter -A INPUT -m state --save True --sport 1024:65535 --proto tcp --jump ACCEPT --dport 80 --state NEW --__env__ base --__sls__ nginx --order 10005 ' in directory '/root'
  2. [DEBUG ] output: iptables v1.4.7: unknown option `--save'
  3.  
  4. # removing - save: True
  5. [INFO ] Executing command 'iptables -t filter -C INPUT -m state --sport 1024:65535 --proto tcp --jump ACCEPT --dport 80 --state NEW --__env__ base --__sls__ nginx --order 10005 ' in directory '/root'
  6. [DEBUG ] output: iptables v1.4.7: option `-C' requires an argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement