Community discussions

MikroTik App
 
jwamsley
just joined
Topic Author
Posts: 20
Joined: Thu Jan 25, 2007 12:38 am

blocking udp port 0

Wed Apr 04, 2007 5:32 pm

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
 
User avatar
Viroslash
Frequent Visitor
Frequent Visitor
Posts: 75
Joined: Wed Jun 20, 2007 5:39 am
Location: La Plata, Buenos Aires, Argentina
Contact:

Re: blocking udp port 0

Thu Oct 04, 2007 5:43 pm

try with:
/ip firewall filter add chain=forward protocol=udp dst-port=0 action=drop