Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@rw:/tmp/home/root# ip6tables --list -v
- Chain INPUT (policy DROP 0 packets, 0 bytes)
- pkts bytes target prot opt in out source destination
- 0 0 logdrop all any any anywhere anywhere rt type:0
- 9 768 ACCEPT all any any anywhere anywhere state RELATED,ESTABLISHED
- 0 0 ACCEPT ipv6-nonxt any any anywhere anywhere length 40
- 52 4600 ACCEPT all br0 any anywhere anywhere
- 0 0 ACCEPT all lo any anywhere anywhere
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp destination-unreachable
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp packet-too-big
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp time-exceeded
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp parameter-problem
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp echo-request
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp echo-reply
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 130
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 131
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 132
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp router-solicitation
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp router-advertisement
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp neighbour-solicitation
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp neighbour-advertisement
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 141
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 142
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 143
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 148
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 149
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 151
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 152
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp type 153
- 0 0 ACCEPT tcp any any anywhere anywhere tcp dpt:445
- 0 0 logdrop all any any anywhere anywhere
- Chain FORWARD (policy DROP 0 packets, 0 bytes)
- pkts bytes target prot opt in out source destination
- 0 0 DROP all any any anywhere anywhere rt type:0
- 0 0 ACCEPT all br0 br0 anywhere anywhere
- 0 0 DROP all any any anywhere anywhere state INVALID
- 0 0 monitor all any vlan2 anywhere anywhere
- 0 0 ACCEPT all any any anywhere anywhere state RELATED,ESTABLISHED
- 0 0 logdrop all vlan2 vlan2 anywhere anywhere
- 0 0 ACCEPT ipv6-nonxt any any anywhere anywhere length 40
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp destination-unreachable
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp packet-too-big
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp time-exceeded
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp parameter-problem
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp echo-request
- 0 0 ACCEPT ipv6-icmp any any anywhere anywhere ipv6-icmp echo-reply
- 0 0 wanin all vlan2 any anywhere anywhere
- 0 0 wanout all any vlan2 anywhere anywhere
- 0 0 ACCEPT all br0 any anywhere anywhere
- 0 0 ACCEPT all br0 vlan2 anywhere anywhere
- Chain OUTPUT (policy ACCEPT 127 packets, 12294 bytes)
- pkts bytes target prot opt in out source destination
- 0 0 logdrop all any any anywhere anywhere rt type:0
- Chain logdrop (4 references)
- pkts bytes target prot opt in out source destination
- 0 0 LOG all any any anywhere anywhere state NEW limit: avg 1/sec burst 5 LOG level warning tcp-sequence tcp-options ip-options macdecode unknown-flags prefix `DROP '
- 0 0 DROP all any any anywhere anywhere
- Chain logreject (0 references)
- pkts bytes target prot opt in out source destination
- 0 0 LOG all any any anywhere anywhere limit: avg 1/sec burst 5 LOG level warning tcp-sequence tcp-options ip-options macdecode unknown-flags prefix `REJECT '
- 0 0 REJECT tcp any any anywhere anywhere reject-with tcp-reset
- Chain monitor (1 references)
- pkts bytes target prot opt in out source destination
- 0 0 RETURN tcp any any anywhere anywhere WEBMON --max_domains 300 --max_searches 300
- Chain wanin (1 references)
- pkts bytes target prot opt in out source destination
- Chain wanout (1 references)
- pkts bytes target prot opt in out source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement