Advertisement
Guest User

hexabit

a guest
Aug 25th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target prot opt source destination
  3. ACCEPT all -- anywhere anywhere
  4. ACCEPT udp -- anywhere anywhere udp dpt:http
  5. ACCEPT tcp -- anywhere anywhere tcp dpt:http
  6. ACCEPT tcp -- anywhere anywhere tcp dpt:http state NEW,ESTABLISHED
  7. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
  8. ACCEPT tcp -- anywhere anywhere tcp dpt:http
  9. ACCEPT icmp -- anywhere anywhere
  10. ACCEPT tcp -- anywhere anywhere tcp dpt:http
  11.  
  12. Chain FORWARD (policy ACCEPT)
  13. target prot opt source destination
  14. ACCEPT all -- anywhere anywhere
  15. ACCEPT all -- anywhere anywhere
  16. ACCEPT tcp -- anywhere 192.168.50.21 tcp dpt:http
  17. ACCEPT tcp -- anywhere 192.168.50.21 tcp dpt:http ctstate NEW
  18. ACCEPT tcp -- anywhere 192.168.50.21 tcp dpt:http
  19.  
  20. Chain OUTPUT (policy ACCEPT)
  21. target prot opt source destination
  22. ACCEPT tcp -- anywhere anywhere tcp spt:http state ESTABLISHED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement