up vote 2 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

75% accept rate
feedback

protected by Diago Oct 4 '10 at 18:29

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

2 Answers

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.

link|improve this answer
feedback

I've found the answer on the tomato FAQ, even though I don't really understand it: http://www.polarcloud.com/tomatofaq#why_are_there_unclassified_con

Why does it say that "Connections that travel from the Internet to your computer or router" are unclassified. What is the difference between that and normal inbound traffic that I can classify?

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.