Puzzling Queue Traffic

hi all
here is my queue setup scenario

priority || Name || ip address || b/w
1 || “first pc” || 192.168.0.2 || 64k/64k
2 || “second pc” || 192.168.0.3 || 32k/32k
3 || “third pc” || 192.168.0.4 || 32k/32k
4 || “rest of all” || 192.168.0.0/24 || 1k/1k

i have only 3 pc and are assigned ip 192.168.0.(2-4)
the problem or let me say annoying thing is that the traffic for “rest of all” queue is always red. i mean to say that, there are no other pc’s rather than 192.168.0.2, 192.168.0.3, 192.168.0.4
so why does the traffic goes to “rest of all” queue ?
i hope some of you guys will tell something about this
Thankyou

What is the IP address of the router??
Create a queue for it and place it before everything else.

Hi Aug thanks for the reply do you mean

priority || Name || ip address || b/w
0 || “router ip” || 192.168.0.1 || unlimited/unlimited
1 || “first pc” || 192.168.0.2 || 64k/64k
2 || “second pc” || 192.168.0.3 || 32k/32k
3 || “third pc” || 192.168.0.4 || 32k/32k
4 || “rest of all” || 192.168.0.0/24 || 1k/1k
thankyou

Did that work for you?
The full queue was likely either the router traffic or your own traffic.
You may want a queue for your ip as well.

Thankyou Aug for taking time to read my problem and promptly replying
btw that method didn’t solved my problem i still got traffic in “rest of all” queue.
I have no other PC rather than these three 192.168.0.2 192.168.0.3 192.168.0.4 and i use 192.168.0.2
btw i’m using ROS 3.13 on x86 box ,
there was no such problem before upgrading to 3.13
I’m really puzzled. shall i switch back to my previous version ?
Thankyou

Make sure “queue type” is set to “default” on all your queues.

the ‘queue type’ was on ‘default-small’ i changed that to default for all queue, but still the problem is not solved.

Protocol Src Address Src Port Dst Address Dst Port Tx Rate Rx Rate
6(tcp) 192.168.0.2 1236 65.233.161.165 80(http) 12.4kbps 490bps
17(udp) 192.168.0.4 5060(sip) 64.25.xx.xx - 0bps 0bps

When i use Torch. the following report is displayed.
btw i have a voip phone attached on 192.168.0.4 is that causing me this problem
thankyou