1. swinchen@cloudy:~$ sudo iptables -vn -L
  2. [sudo] password for swinchen:
  3. Chain INPUT (policy ACCEPT 17476 packets, 9688K bytes)
  4. pkts bytes target prot opt in out source destination
  5. 17782 9719K nova-network-INPUT all -- * * 0.0.0.0/0 0.0.0.0/0
  6. 17596 9698K nova-compute-INPUT all -- * * 0.0.0.0/0 0.0.0.0/0
  7. 17596 9698K nova-api-INPUT all -- * * 0.0.0.0/0 0.0.0.0/0
  8. 0 0 ACCEPT udp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53
  9. 0 0 ACCEPT tcp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53
  10. 0 0 ACCEPT udp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:67
  11. 0 0 ACCEPT tcp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:67
  12. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  13. pkts bytes target prot opt in out source destination
  14. 90447 167M nova-filter-top all -- * * 0.0.0.0/0 0.0.0.0/0
  15. 46230 3923K nova-network-FORWARD all -- * * 0.0.0.0/0 0.0.0.0/0
  16. 0 0 nova-compute-FORWARD all -- * * 0.0.0.0/0 0.0.0.0/0
  17. 0 0 nova-api-FORWARD all -- * * 0.0.0.0/0 0.0.0.0/0
  18. 0 0 ACCEPT all -- * virbr0 0.0.0.0/0 192.168.122.0/24 state RELATED,ESTABLISHED
  19. 0 0 ACCEPT all -- virbr0 * 192.168.122.0/24 0.0.0.0/0
  20. 0 0 ACCEPT all -- virbr0 virbr0 0.0.0.0/0 0.0.0.0/0
  21. 0 0 REJECT all -- * virbr0 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
  22. 0 0 REJECT all -- virbr0 * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
  23. Chain OUTPUT (policy ACCEPT 16993 packets, 9661K bytes)
  24. pkts bytes target prot opt in out source destination
  25. 17317 9710K nova-filter-top all -- * * 0.0.0.0/0 0.0.0.0/0
  26. 16993 9661K nova-network-OUTPUT all -- * * 0.0.0.0/0 0.0.0.0/0
  27. 16993 9661K nova-compute-OUTPUT all -- * * 0.0.0.0/0 0.0.0.0/0
  28. 16993 9661K nova-api-OUTPUT all -- * * 0.0.0.0/0 0.0.0.0/0
  29. Chain nova-api-FORWARD (1 references)
  30. pkts bytes target prot opt in out source destination
  31. Chain nova-api-INPUT (1 references)
  32. pkts bytes target prot opt in out source destination
  33. 120 10118 ACCEPT tcp -- * * 0.0.0.0/0 10.20.0.1 tcp dpt:8775
  34. Chain nova-api-OUTPUT (1 references)
  35. pkts bytes target prot opt in out source destination
  36. Chain nova-api-local (1 references)
  37. pkts bytes target prot opt in out source destination
  38. Chain nova-compute-FORWARD (1 references)
  39. pkts bytes target prot opt in out source destination
  40. 0 0 ACCEPT all -- br1 * 0.0.0.0/0 0.0.0.0/0
  41. 0 0 ACCEPT all -- * br1 0.0.0.0/0 0.0.0.0/0
  42. Chain nova-compute-INPUT (1 references)
  43. pkts bytes target prot opt in out source destination
  44. Chain nova-compute-OUTPUT (1 references)
  45. pkts bytes target prot opt in out source destination
  46. Chain nova-compute-inst-5 (1 references)
  47. pkts bytes target prot opt in out source destination
  48. 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID
  49. 44516 163M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  50. 25 1671 nova-compute-provider all -- * * 0.0.0.0/0 0.0.0.0/0
  51. 1 339 ACCEPT udp -- * * 192.168.1.1 0.0.0.0/0 udp spt:67 dpt:68
  52. 4 240 ACCEPT all -- * * 192.168.1.0/24 0.0.0.0/0
  53. 0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0
  54. 3 164 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
  55. 12 636 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
  56. 5 292 nova-compute-sg-fallback all -- * * 0.0.0.0/0 0.0.0.0/0
  57. Chain nova-compute-local (1 references)
  58. pkts bytes target prot opt in out source destination
  59. 44541 163M nova-compute-inst-5 all -- * * 0.0.0.0/0 192.168.1.3
  60. Chain nova-compute-provider (1 references)
  61. pkts bytes target prot opt in out source destination
  62. Chain nova-compute-sg-fallback (1 references)
  63. pkts bytes target prot opt in out source destination
  64. 5 292 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
  65. Chain nova-filter-top (2 references)
  66. pkts bytes target prot opt in out source destination
  67. 108K 177M nova-network-local all -- * * 0.0.0.0/0 0.0.0.0/0
  68. 108K 177M nova-compute-local all -- * * 0.0.0.0/0 0.0.0.0/0
  69. 63223 14M nova-api-local all -- * * 0.0.0.0/0 0.0.0.0/0
  70. Chain nova-network-FORWARD (1 references)
  71. pkts bytes target prot opt in out source destination
  72. 46230 3923K ACCEPT all -- br1 * 0.0.0.0/0 0.0.0.0/0
  73. 0 0 ACCEPT all -- * br1 0.0.0.0/0 0.0.0.0/0
  74. 0 0 ACCEPT udp -- * * 0.0.0.0/0 192.168.1.2 udp dpt:1194
  75. Chain nova-network-INPUT (1 references)
  76. pkts bytes target prot opt in out source destination
  77. 35 11480 ACCEPT udp -- br1 * 0.0.0.0/0 0.0.0.0/0 udp dpt:67
  78. 0 0 ACCEPT tcp -- br1 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:67
  79. 151 10154 ACCEPT udp -- br1 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53
  80. 0 0 ACCEPT tcp -- br1 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53
  81. Chain nova-network-OUTPUT (1 references)
  82. pkts bytes target prot opt in out source destination
  83. Chain nova-network-local (1 references)
  84. pkts bytes target prot opt in out source destination