On 23/12/10 01:53, lupuscramus wrote:

That was 4 months ago.
The netfilter MARK feature is now completed and working AFAIK in the 3.2
betas.

Amos

Hello,

Is there a way to verify that packet are really marked ?


iptables should have something to track packet markings with.

In my squid.conf I've :

acl user1 src "/etc/squid/ip_user/user1"
tcp_outgoing_mark 0x1 user1
acl user85 src "/etc/squid/ip_user/user85"
tcp_outgoing_mark 0x55 user85

Looks right for the Squid part.

Also check that Squid was built with the netfilter-conntrack library and the QoS feature enabled.
 --enable-zph-qos --with-netfilter-conntrack

when not explicitly specified for ./configure the feature support is at the mercy of the automatics and may be disabled relatively silently if required system pieces are missing.

I'm not familiar with the specific tc configuration to help further sorry.

Amos
--
Please be using
  Current Stable Squid 2.7.STABLE9 or 3.1.9
  Beta testers wanted for 3.2.0.3

Reply via email to