Ubuntu Pastebin

Paste from iptables at Fri, 24 Apr 2015 12:47:17 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 sudo iptables -L -v -n
Chain INPUT (policy ACCEPT 500 packets, 38583 bytes)
 pkts bytes target     prot opt in     out     source               destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
 1853  192K ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            source IP range 192.168.1.1-192.168.1.9
 2544 2488K ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            state RELATED,ESTABLISHED

Chain OUTPUT (policy ACCEPT 293 packets, 31528 bytes)
 pkts bytes target     prot opt in     out     source               destination
Download as text