Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if [ "$1" == "all" ]
  2. then
  3. echo "ALL"
  4. #iptables -A INPUT -m state -i eth1 --state RELATED,ESTABLISHED -j DROP
  5. #iptables -A OUTPUT -m state -o eth1 --state RELATED,ESTABLISHED -j DROP
  6. fi
  7.  
  8.  
  9.  
  10. root@Desktop:/etc/rc0.d# /etc/init.d/firewall
  11. [: 32: unexpected operator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement