Advertisement
adhioutlined

COMPUTE-IPTABLES_myLiberty_XSNEUTRON

Sep 23rd, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. ==========================================
  2. COMPUTE-NODE IPTABLES
  3. ==========================================
  4. # iptables -L
  5. Chain INPUT (policy ACCEPT)
  6. target prot opt source destination
  7. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:rfb
  8. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  9. ACCEPT icmp -- anywhere anywhere
  10. ACCEPT all -- anywhere anywhere
  11. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:4506
  12. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:4505
  13. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
  14.  
  15. Chain FORWARD (policy ACCEPT)
  16. target prot opt source destination
  17.  
  18. Chain OUTPUT (policy ACCEPT)
  19. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement