Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@ubuntu:/var/log/nova# iptables -L -n
- Chain INPUT (policy ACCEPT)
- target prot opt source destination
- nova-compute-INPUT all -- 0.0.0.0/0 0.0.0.0/0
- nova-network-INPUT all -- 0.0.0.0/0 0.0.0.0/0
- Chain FORWARD (policy ACCEPT)
- target prot opt source destination
- nova-filter-top all -- 0.0.0.0/0 0.0.0.0/0
- nova-compute-FORWARD all -- 0.0.0.0/0 0.0.0.0/0
- nova-network-FORWARD all -- 0.0.0.0/0 0.0.0.0/0
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
- nova-filter-top all -- 0.0.0.0/0 0.0.0.0/0
- nova-compute-OUTPUT all -- 0.0.0.0/0 0.0.0.0/0
- nova-network-OUTPUT all -- 0.0.0.0/0 0.0.0.0/0
- Chain nova-compute-FORWARD (1 references)
- target prot opt source destination
- ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
- ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
- Chain nova-compute-INPUT (1 references)
- target prot opt source destination
- Chain nova-compute-OUTPUT (1 references)
- target prot opt source destination
- Chain nova-compute-inst-4 (1 references)
- target prot opt source destination
- DROP all -- 0.0.0.0/0 0.0.0.0/0 state INVALID
- ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
- nova-compute-provider all -- 0.0.0.0/0 0.0.0.0/0
- ACCEPT udp -- 10.0.0.1 0.0.0.0/0 udp spt:67 dpt:68
- ACCEPT all -- 10.0.0.0/28 0.0.0.0/0
- ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
- ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
- ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0
- nova-compute-sg-fallback all -- 0.0.0.0/0 0.0.0.0/0
- Chain nova-compute-inst-5 (1 references)
- target prot opt source destination
- DROP all -- 0.0.0.0/0 0.0.0.0/0 state INVALID
- ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
- nova-compute-provider all -- 0.0.0.0/0 0.0.0.0/0
- ACCEPT udp -- 10.0.0.1 0.0.0.0/0 udp spt:67 dpt:68
- ACCEPT all -- 10.0.0.0/28 0.0.0.0/0
- ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
- ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
- ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0
- nova-compute-sg-fallback all -- 0.0.0.0/0 0.0.0.0/0
- Chain nova-compute-local (1 references)
- target prot opt source destination
- nova-compute-inst-5 all -- 0.0.0.0/0 10.0.0.3
- nova-compute-inst-4 all -- 0.0.0.0/0 10.0.0.4
- Chain nova-compute-provider (2 references)
- target prot opt source destination
- Chain nova-compute-sg-fallback (2 references)
- target prot opt source destination
- DROP all -- 0.0.0.0/0 0.0.0.0/0
- Chain nova-filter-top (2 references)
- target prot opt source destination
- nova-compute-local all -- 0.0.0.0/0 0.0.0.0/0
- nova-network-local all -- 0.0.0.0/0 0.0.0.0/0
- Chain nova-network-FORWARD (1 references)
- target prot opt source destination
- ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
- ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
- Chain nova-network-INPUT (1 references)
- target prot opt source destination
- Chain nova-network-OUTPUT (1 references)
- target prot opt source destination
- Chain nova-network-local (1 references)
- target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment