Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. vyatta@vyatta# delete zone-policy
  2. [edit]
  3. vyatta@vyatta# commit
  4. [edit]
  5. vyatta@vyatta# sudo iptables -L
  6. Chain INPUT (policy ACCEPT)
  7. target prot opt source destination
  8. VYATTA_POST_FW_HOOK all -- anywhere anywhere
  9.  
  10. Chain FORWARD (policy ACCEPT)
  11. target prot opt source destination
  12. VYATTA_IN_HOOK all -- anywhere anywhere
  13. VYATTA_OUT_HOOK all -- anywhere anywhere
  14. VYATTA_POST_FW_HOOK all -- anywhere anywhere
  15.  
  16. Chain OUTPUT (policy ACCEPT)
  17. target prot opt source destination
  18.  
  19. Chain VYATTA_IN_HOOK (1 references)
  20. target prot opt source destination
  21.  
  22. Chain VYATTA_OUT_HOOK (1 references)
  23. target prot opt source destination
  24.  
  25. Chain VYATTA_POST_FW_HOOK (2 references)
  26. target prot opt source destination
  27. ACCEPT all -- anywhere anywhere
  28.  
  29. Chain local-two (0 references)
  30. target prot opt source destination
  31. RETURN all -- anywhere anywhere /* local-two-10 */ state ESTABLISHED
  32. LOG all -- anywhere anywhere /* local-two-10000 default-action drop */ LOG level warning prefix `[local-two-default-D]'
  33. DROP all -- anywhere anywhere /* local-two-10000 default-action drop */
  34.  
  35. Chain one-two (0 references)
  36. target prot opt source destination
  37. RETURN tcp -- anywhere anywhere /* one-two-10 */ tcp dpt:www
  38. LOG all -- anywhere anywhere /* one-two-10000 default-action drop */ LOG level warning prefix `[one-two-default-D]'
  39. DROP all -- anywhere anywhere /* one-two-10000 default-action drop */
  40.  
  41. Chain two-local (0 references)
  42. target prot opt source destination
  43. RETURN tcp -- anywhere anywhere /* two-local-10 */ tcp dpt:ssh
  44. DROP all -- anywhere anywhere /* two-local-10000 default-action drop */
  45.  
  46. Chain two-one (0 references)
  47. target prot opt source destination
  48. RETURN all -- anywhere anywhere /* two-one-10 */ state ESTABLISHED
  49. DROP all -- anywhere anywhere /* two-one-10000 default-action drop */
  50. [edit]
  51. vyatta@vyatta#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement