Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- edward@pituba:~/cactus$ sudo iptables -L
- Chain INPUT (policy ACCEPT)
- target prot opt source destination
- nova-compute-INPUT all -- anywhere anywhere
- nova-network-INPUT all -- anywhere anywhere
- ACCEPT udp -- anywhere anywhere udp dpt:domain
- ACCEPT tcp -- anywhere anywhere tcp dpt:domain
- ACCEPT udp -- anywhere anywhere udp dpt:bootps
- ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
- Chain FORWARD (policy ACCEPT)
- target prot opt source destination
- nova-filter-top all -- anywhere anywhere
- nova-compute-FORWARD all -- anywhere anywhere
- nova-network-FORWARD all -- anywhere anywhere
- ACCEPT all -- anywhere 192.168.122.0/24 state RELATED,ESTABLISHED
- ACCEPT all -- 192.168.122.0/24 anywhere
- ACCEPT all -- anywhere anywhere
- REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
- REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
- nova-filter-top all -- anywhere anywhere
- nova-compute-OUTPUT all -- anywhere anywhere
- nova-network-OUTPUT all -- anywhere anywhere
- Chain nova-compute-FORWARD (1 references)
- target prot opt source destination
- ACCEPT all -- anywhere anywhere
- ACCEPT all -- anywhere anywhere
- 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-238 (1 references)
- target prot opt source destination
- DROP all -- anywhere anywhere state INVALID
- ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
- ACCEPT udp -- pituba.local anywhere udp spt:bootps dpt:bootpc
- ACCEPT all -- 10.0.0.0/25 anywhere
- ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
- ACCEPT icmp -- anywhere anywhere
- nova-compute-sg-fallback all -- anywhere anywhere
- Chain nova-compute-inst-239 (1 references)
- target prot opt source destination
- DROP all -- anywhere anywhere state INVALID
- ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
- ACCEPT udp -- pituba.local anywhere udp spt:bootps dpt:bootpc
- ACCEPT all -- 10.0.0.0/25 anywhere
- ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
- ACCEPT icmp -- anywhere anywhere
- nova-compute-sg-fallback all -- anywhere anywhere
- Chain nova-compute-inst-240 (1 references)
- target prot opt source destination
- DROP all -- anywhere anywhere state INVALID
- ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
- ACCEPT udp -- pituba.local anywhere udp spt:bootps dpt:bootpc
- ACCEPT all -- 10.0.0.0/25 anywhere
- ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
- ACCEPT icmp -- anywhere anywhere
- nova-compute-sg-fallback all -- anywhere anywhere
- Chain nova-compute-local (1 references)
- target prot opt source destination
- nova-compute-inst-238 all -- anywhere 10.0.0.22
- nova-compute-inst-239 all -- anywhere 10.0.0.24
- nova-compute-inst-240 all -- anywhere 10.0.0.25
- Chain nova-compute-sg-fallback (3 references)
- target prot opt source destination
- DROP all -- anywhere anywhere
- Chain nova-filter-top (2 references)
- target prot opt source destination
- nova-compute-local all -- anywhere anywhere
- nova-network-local all -- anywhere anywhere
- Chain nova-network-FORWARD (1 references)
- target prot opt source destination
- ACCEPT all -- anywhere anywhere
- ACCEPT all -- anywhere anywhere
- 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
- edward@pituba:~/cactus$
- =====
- edward@jaku:~$ sudo iptables -L
- Chain INPUT (policy ACCEPT)
- target prot opt source destination
- nova-compute-INPUT all -- anywhere anywhere
- nova-network-INPUT all -- anywhere anywhere
- ACCEPT udp -- anywhere anywhere udp dpt:domain
- ACCEPT tcp -- anywhere anywhere tcp dpt:domain
- ACCEPT udp -- anywhere anywhere udp dpt:bootps
- ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
- Chain FORWARD (policy ACCEPT)
- target prot opt source destination
- nova-filter-top all -- anywhere anywhere
- nova-compute-FORWARD all -- anywhere anywhere
- nova-network-FORWARD all -- anywhere anywhere
- ACCEPT all -- anywhere 192.168.122.0/24 state RELATED,ESTABLISHED
- ACCEPT all -- 192.168.122.0/24 anywhere
- ACCEPT all -- anywhere anywhere
- REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
- REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
- nova-filter-top all -- anywhere anywhere
- nova-compute-OUTPUT all -- anywhere anywhere
- nova-network-OUTPUT all -- anywhere anywhere
- Chain nova-compute-FORWARD (1 references)
- target prot opt source destination
- ACCEPT all -- anywhere anywhere
- ACCEPT all -- anywhere anywhere
- 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-241 (1 references)
- target prot opt source destination
- DROP all -- anywhere anywhere state INVALID
- ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
- ACCEPT udp -- 10.0.0.1 anywhere udp spt:bootps dpt:bootpc
- ACCEPT all -- 10.0.0.0/25 anywhere
- ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
- ACCEPT icmp -- anywhere anywhere
- nova-compute-sg-fallback all -- anywhere anywhere
- Chain nova-compute-local (1 references)
- target prot opt source destination
- nova-compute-inst-241 all -- anywhere 10.0.0.26
- Chain nova-compute-sg-fallback (1 references)
- target prot opt source destination
- DROP all -- anywhere anywhere
- Chain nova-filter-top (2 references)
- target prot opt source destination
- nova-compute-local all -- anywhere anywhere
- nova-network-local all -- anywhere anywhere
- Chain nova-network-FORWARD (1 references)
- target prot opt source destination
- 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
- edward@jaku:~$
Advertisement
Add Comment
Please, Sign In to add comment