still the same thing in 12.04
iptables -vnL
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
1824K 7695M BLOCKLIST all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x3F/0x29
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x3F/0x3F
1 1500 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x3F/0x00
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x06/0x06
1 40 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x03/0x03
1 40 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x11/0x01
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x3F/0x37
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x1
14M 20G ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0 /* Allow_Loopback */
1939M 805G ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED /* Allow_Established */
412K 51M ACCEPT udp -- eth1 * 0.0.0.0/0 0.0.0.0/0 /* Allow_DHCP */
107K 27M ACCEPT tcp -- eth0 * 0.0.0.0/0 0.0.0.0/0
322K 43M ACCEPT udp -- eth0 * 0.0.0.0/0 0.0.0.0/0
104K 5314K ACCEPT all -- eth1 * 192.168.80.0/24 0.0.0.0/0 /* Allow_Local_Network */
0 0 REJECT tcp -- eth0 * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
0 0 REJECT udp -- eth0 * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0
0 0 REJECT udp -- eth0 * 0.0.0.0/0 0.0.0.0 reject-with icmp-port-unreachable
0 0 REJECT tcp -- eth0 * 0.0.0.0/0 0.0.0.0 reject-with icmp-port-unreachable
Chain FORWARD (policy DROP 0 packets, 0 bytes)