Advertisement
Guest User

Untitled

a guest
Mar 18th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target prot opt source destination
  3. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:6113
  4. ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:6112
  5. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:6113
  6. ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:6112
  7.  
  8. Chain FORWARD (policy ACCEPT)
  9. target prot opt source destination
  10.  
  11. Chain OUTPUT (policy ACCEPT)
  12. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement