View Single Post
  #2   (View Single Post)  
Old 10th November 2009
jggimi's Avatar
jggimi jggimi is online now
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

You are trying to create -separate- queues for inbound and outbound traffic. Unfortunately, you only have a single state, so you should only create a single queue for any traffic type.

Refer to my example in your previous thread.

In addition, recall that each TCP or UDP state has two port numbers. The initiating port number, and the destination port number. Using your example of SMTP, port #25 is only used as a -destination- port, so your first match rule will never trip.

Disclaimer: I have never looked at HFSC queuing, so cannot comment on priority values or other settings for it.

Last edited by jggimi; 10th November 2009 at 08:20 PM. Reason: added disclaimer
Reply With Quote