Advertisement
Guest User

Untitled

a guest
Feb 8th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Chain INPUT (policy DROP)
  2. target prot opt source destination
  3. ACCEPT udp -- anywhere anywhere udp dpt:bootps
  4. ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
  5. ACCEPT udp -- anywhere anywhere udp dpt:domain
  6. ACCEPT tcp -- anywhere anywhere tcp dpt:domain
  7. ACCEPT all -- anywhere anywhere state ESTABLISHED
  8. ACCEPT all -- anywhere anywhere
  9.  
  10. Chain FORWARD (policy DROP)
  11. target prot opt source destination
  12. ACCEPT all -- anywhere 10.42.43.0/24 state RELATED,ESTABLISHED
  13. ACCEPT all -- 10.42.43.0/24 anywhere
  14. ACCEPT all -- anywhere anywhere
  15. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  16. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  17.  
  18. Chain OUTPUT (policy ACCEPT)
  19. target prot opt source destination
  20. root@debian:/etc/init.d#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement