Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- edward@pituba:~$ sudo iptables -L
- [sudo] password for edward:
- Chain INPUT (policy ACCEPT)
- target prot opt source destination
- nova-network-INPUT all -- anywhere anywhere
- nova-compute-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-network-FORWARD all -- anywhere anywhere
- nova-compute-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-network-OUTPUT all -- anywhere anywhere
- nova-compute-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-11 (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/29 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-11 all -- anywhere 10.0.0.2
- 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-network-local all -- anywhere anywhere
- nova-compute-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:~$
Advertisement
Add Comment
Please, Sign In to add comment