I have issued this command to my router in hoped to block the default Gnutella ports to prevent filesharing on this network.
add chain=forward in-interface=client out-interface=client src-address=0.0.0.0 dst-address=0.0.0.0 protocol=udp src-port=6346-6350 \
dst-port=6346-6350 packet-mark="" action=drop comment=""
Is the correct command to block incoming and outgoing traffic through the router on ports 6346-6350?
Thanks in advance!