Advertisement
Guest User

Untitled

a guest
Aug 9th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.04 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target     prot opt source               destination        
  3. LOG        all  --  anywhere             anywhere             state NEW LOG level warning prefix "New Connection: "
  4. LOGGING    all  --  anywhere             anywhere            
  5. LOG        all  --  anywhere             anywhere             LOG level warning
  6. LOG        all  --  anywhere             anywhere             LOG level warning
  7. INBOUND    tcp  --  anywhere             anywhere             state RELATED,ESTABLISHED
  8.  
  9. Chain FORWARD (policy ACCEPT)
  10. target     prot opt source               destination        
  11.  
  12. Chain OUTPUT (policy ACCEPT)
  13. target     prot opt source               destination        
  14.  
  15. Chain INBOUND (1 references)
  16. target     prot opt source               destination        
  17. LOG        tcp  --  anywhere             anywhere             LOG level warning prefix " INBOUND TCP "
  18. ACCEPT     tcp  --  anywhere             anywhere            
  19.  
  20. Chain LOGGING (1 references)
  21. target     prot opt source               destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement