Iptables help

I have this rule: iptables -A FORWARD -p tcp -d 10.0.0.0/16 -o venet0 -j DROP

will it block all packets with destination 10.0.0.0/16 coming from all interfaces like tun0 and tun1? i want to simplify my rule as i have 3 tun on my vps used as openvpn server.

Tagged:

Comments

Sign In or Register to comment.