Page 1 of 1

blocking udp port 0

Posted: Wed Apr 04, 2007 5:32 pm
by jwamsley
I have a customer that is able to exceed their queue limitation by sending and receiving data on udp port 0. I have tried to mangle this and block it in firewall without success?

Anybody give me pointers on how to queue this traffic?


Thanks,

Wayne

Re: blocking udp port 0

Posted: Thu Oct 04, 2007 5:43 pm
by Viroslash
try with:
/ip firewall filter add chain=forward protocol=udp dst-port=0 action=drop