Advertisement
Guest User

Untitled

a guest
Jul 16th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. [root@control3 ~]# ip netns exec $(ip netns list | grep qrouter) iptables -L -nvx
  2. Chain INPUT (policy ACCEPT 198 packets, 17416 bytes)
  3. pkts bytes target prot opt in out source destination
  4. 198 17416 neutron-l3-agent-INPUT all -- * * 0.0.0.0/0 0.0.0.0/0
  5.  
  6. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  7. pkts bytes target prot opt in out source destination
  8. 0 0 neutron-filter-top all -- * * 0.0.0.0/0 0.0.0.0/0
  9. 0 0 neutron-l3-agent-FORWARD all -- * * 0.0.0.0/0 0.0.0.0/0
  10.  
  11. Chain OUTPUT (policy ACCEPT 7755 packets, 317242 bytes)
  12. pkts bytes target prot opt in out source destination
  13. 7755 317242 neutron-filter-top all -- * * 0.0.0.0/0 0.0.0.0/0
  14. 7755 317242 neutron-l3-agent-OUTPUT all -- * * 0.0.0.0/0 0.0.0.0/0
  15.  
  16. Chain neutron-filter-top (2 references)
  17. pkts bytes target prot opt in out source destination
  18. 7755 317242 neutron-l3-agent-local all -- * * 0.0.0.0/0 0.0.0.0/0
  19.  
  20. Chain neutron-l3-agent-FORWARD (1 references)
  21. pkts bytes target prot opt in out source destination
  22.  
  23. Chain neutron-l3-agent-INPUT (1 references)
  24. pkts bytes target prot opt in out source destination
  25. 0 0 ACCEPT tcp -- * * 0.0.0.0/0 127.0.0.1 tcp dpt:9697
  26.  
  27. Chain neutron-l3-agent-OUTPUT (1 references)
  28. pkts bytes target prot opt in out source destination
  29.  
  30. Chain neutron-l3-agent-local (1 references)
  31. pkts bytes target prot opt in out source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement