The DROP policy tells the kernel to discard the packet. To set the policy on a chain, we use iptables -P like this: iptables -P FORWARD DROP.
It tells the kernel to discard all the packets from the FORWARD chain.
It looks like you're new here. If you want to get involved, click one of these buttons!