Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- iptables -L -vn
- Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
- pkts bytes target prot opt in out source destination
- 72018 64M LIBVIRT_INP all -- * * 0.0.0.0/0 0.0.0.0/0
- Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
- pkts bytes target prot opt in out source destination
- 5 1172 LIBVIRT_FWX all -- * * 0.0.0.0/0 0.0.0.0/0
- 5 1172 LIBVIRT_FWI all -- * * 0.0.0.0/0 0.0.0.0/0
- 5 1172 LIBVIRT_FWO all -- * * 0.0.0.0/0 0.0.0.0/0
- 0 0 ACCEPT all -- pan1 * 0.0.0.0/0 0.0.0.0/0
- 0 0 ACCEPT all -- * pan1 0.0.0.0/0 0.0.0.0/0
- 0 0 ACCEPT all -- pan1 * 0.0.0.0/0 0.0.0.0/0
- Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
- pkts bytes target prot opt in out source destination
- 45322 6664K LIBVIRT_OUT all -- * * 0.0.0.0/0 0.0.0.0/0
- Chain LIBVIRT_FWI (1 references)
- pkts bytes target prot opt in out source destination
- 0 0 ACCEPT all -- * virbr0 0.0.0.0/0 192.168.100.0/24 ctstate RELATED,ESTABLISHED
- 0 0 REJECT all -- * virbr0 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
- Chain LIBVIRT_FWO (1 references)
- pkts bytes target prot opt in out source destination
- 0 0 ACCEPT all -- virbr0 * 192.168.100.0/24 0.0.0.0/0
- 0 0 REJECT all -- virbr0 * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
- Chain LIBVIRT_FWX (1 references)
- pkts bytes target prot opt in out source destination
- 0 0 ACCEPT all -- virbr0 virbr0 0.0.0.0/0 0.0.0.0/0
- Chain LIBVIRT_INP (1 references)
- pkts bytes target prot opt in out source destination
- 0 0 ACCEPT udp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53
- 0 0 ACCEPT tcp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53
- 0 0 ACCEPT udp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:67
- 0 0 ACCEPT tcp -- virbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:67
- Chain LIBVIRT_OUT (1 references)
- pkts bytes target prot opt in out source destination
- 0 0 ACCEPT udp -- * virbr0 0.0.0.0/0 0.0.0.0/0 udp dpt:53
- 0 0 ACCEPT tcp -- * virbr0 0.0.0.0/0 0.0.0.0/0 tcp dpt:53
- 0 0 ACCEPT udp -- * virbr0 0.0.0.0/0 0.0.0.0/0 udp dpt:68
- 0 0 ACCEPT tcp -- * virbr0 0.0.0.0/0 0.0.0.0/0 tcp dpt:68x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement