How to prioritize Call Of Duty traffic which is using port 3074?

hello,

I'm new to FreeBSD. In Linux I was using tc and iptables to prioritize traffic and I have another question.

How to port forward using ipfw or what is equivalent command to this in ipfw iptables -t nat -A PREROUTING -i tun0 -p udp --dport 3074 -j DNAT --to 192.168.1.85:3074
 
Back
Top