Simple QoS ?

I’ve setup a system where five people connect to the router over PPPoE to gain Internet access. They’re assigned an IP address from a rule where everyone gets identical IP every time.

I am connecting to the Internet through same router, but I have NAT’ed myself out, so I don’t have to connect PPPoE every time. My IP address is static.

I want to QoS my IP so all my traffic is priority number one (highest) and all other traffic is priority whatever (lowest).

If you can point me in some direction or write concrete steps, I would be grateful…

edit: RouterOS 3,
my IP is 192.168.1.84 (if someone have enough time to write entire script :wink: )

Thanks,
Dakky

Setup firewall mangle then use simple queue. There’s some examples all over this board and also on wiki. Here’s one sample http://forum.mikrotik.com/t/help-firewall-mangle-and-packet-marks-problem/33422/1

I was wondering if NAT itself has higher priority than PPPoE’d clients?

I see that active PPPoE clients have Priority 8.
If I NAT myself out, do I get automatically higher priority or is it 8 as those using PPPoE?

Thanks