Tomato QoS: Why is some traffic unclassified when there are classifications for it?

5,582

As the Tomato FAQ says, connections to/from your router are never classified. This means that packets that are emitted by the router, or for the router, are not classified. Other packets, that travel through the router but for which the router is not the sender or the destination, are classified.

Packets that are not classified thus include the three connections you mentioned in the question: they all are to 192.168.1.1, which I guess is your router.

Share:
5,582

Related videos on Youtube

Andrew Magill
Author by

Andrew Magill

https://magill.dev Web Developer & Designer HTML / CSS / SASS / JavaScript / jQuery PHP / ASP.Net C# / MySQL

Updated on September 17, 2022

Comments

  • Andrew Magill
    Andrew Magill over 1 year

    Ok, I am trying to tweak my router to give priority to some traffic. My classifications seem to cover just about everything but I still see ~60 to ~80% of the traffic as unclassified:

    TCP 192.168.1.100 64137 192.168.1.1 80 Unclassified
    TCP 192.168.1.100 64175 192.168.1.1 80 Unclassified
    TCP 192.168.1.100 64144 192.168.1.1 443 Unclassified
    

    I assume that the 64### ports are just what my WAP uses to send packets inside my home network. But my classifications seems to cover any traffic for destination ports 80 and 443: (partial list)

    TCP      Dst Port: 80,443     High   WWW
    TCP/UDP  Dst Port: 1024-65535 Lowest Bulk Traffic
    

    Why do I have so much unclassified traffic if I have a classification that should cover it?

  • Boris
    Boris over 9 years
    I think the difference is that "normal" inbound traffic is the inbound portion of an outgoing connection. So if you're PC starts a connection, it will be classified. If the connection is initiated from the outside to your PC, it will not be classified. I guess you have to distinguish between "incoming connections" and "inbound traffic". Every connection has inbound and outbound traffic, but not all connections are incoming.