Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. [root@vs296 ~]# iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. neutron-openvswi-INPUT all -- anywhere anywhere
  5. FWR all -- anywhere anywhere
  6.  
  7. Chain FORWARD (policy ACCEPT)
  8. target prot opt source destination
  9. neutron-filter-top all -- anywhere anywhere
  10. neutron-openvswi-FORWARD all -- anywhere anywhere
  11.  
  12. Chain OUTPUT (policy ACCEPT)
  13. target prot opt source destination
  14. neutron-filter-top all -- anywhere anywhere
  15. neutron-openvswi-OUTPUT all -- anywhere anywhere
  16.  
  17. Chain FWR (1 references)
  18. target prot opt source destination
  19. ACCEPT all -- anywhere anywhere
  20. ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
  21. ACCEPT icmp -- anywhere anywhere
  22. ACCEPT tcp -- anywhere anywhere multiport dports 8774 /* openstack-compute-api */
  23. ACCEPT tcp -- anywhere anywhere state NEW tcp dpts:vnc-server:cvsup /* vnc-server */
  24. ACCEPT tcp -- anywhere anywhere multiport dports 6080 /* openstack-compute-novnc */
  25. ACCEPT tcp -- anywhere anywhere multiport dports http,https /* openstack-dashboard-server */
  26. ACCEPT tcp -- anywhere anywhere multiport dports db2c_DB2_INST /* openstack-database-server */
  27. ACCEPT tcp -- anywhere anywhere multiport dports commplex-main /* openstack-identity-api */
  28. ACCEPT tcp -- anywhere anywhere multiport dports 35357 /* openstack-identity-admin */
  29. ACCEPT tcp -- anywhere anywhere multiport dports armtechdaemon /* openstack-image-api */
  30. ACCEPT tcp -- anywhere anywhere multiport dports sun-as-jpda /* openstack-image-registry */
  31. ACCEPT tcp -- anywhere anywhere multiport dports amqp /* openstack-messaging-server */
  32. ACCEPT tcp -- anywhere anywhere multiport dports 9696 /* openstack-network-api */
  33. ACCEPT udp -- anywhere anywhere udp spt:bootpc dpt:bootps /* dhcp server */
  34. ACCEPT tcp -- anywhere anywhere multiport dports 8004 /* openstack-orchestration-api */
  35. ACCEPT tcp -- anywhere anywhere multiport dports irdmi /* openstack-orchestration-api-cfn */
  36. ACCEPT tcp -- anywhere anywhere multiport dports mcreport /* openstack-orchestration-api-cloudwatch */
  37. ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh /* ssh */
  38. REJECT tcp -- anywhere anywhere tcp flags:SYN,RST,ACK/SYN reject-with icmp-port-unreachable
  39. REJECT udp -- anywhere anywhere reject-with icmp-port-unreachable
  40.  
  41. Chain neutron-filter-top (2 references)
  42. target prot opt source destination
  43. neutron-openvswi-local all -- anywhere anywhere
  44.  
  45. Chain neutron-openvswi-FORWARD (1 references)
  46. target prot opt source destination
  47.  
  48. Chain neutron-openvswi-INPUT (1 references)
  49. target prot opt source destination
  50.  
  51. Chain neutron-openvswi-OUTPUT (1 references)
  52. target prot opt source destination
  53.  
  54. Chain neutron-openvswi-local (1 references)
  55. target prot opt source destination
  56.  
  57. Chain neutron-openvswi-sg-chain (0 references)
  58. target prot opt source destination
  59.  
  60. Chain neutron-openvswi-sg-fallback (0 references)
  61. target prot opt source destination
  62. DROP all -- anywhere anywhere
  63. [root@vs296 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement