Re: [squid-users] Squid marking QOS and matching marks with linux iptables problem !

2020-05-25 Thread Amos Jeffries
On 25/05/20 9:25 pm, Ahmad Alzaeem wrote: > Here is debug result : > > > > 2020/05/25 12:04:58.043 kid1| 33,5| client_side.cc > (1375) parseHttpRequest: Prepare absolute URL from  > 2020/05/25 12:04:58.043 kid1| 33,5| client_side.cc > (2106) clientPa

Re: [squid-users] Squid marking QOS and matching marks with linux iptables problem !

2020-05-25 Thread Ahmad Alzaeem
Here is debug result : 2020/05/25 12:04:58.043 kid1| 33,5| client_side.cc(1375) parseHttpRequest: Prepare absolute URL from 2020/05/25 12:04:58.043 kid1| 33,5| client_side.cc(2106) clientParseRequests: local=45.150.17.10:3128 remote=50.254.22.18:62916 FD 540 flags=1: done parsing a request 2

Re: [squid-users] Squid marking QOS and matching marks with linux iptables problem !

2020-05-25 Thread Amos Jeffries
[NP: it would help if you replied through the list instead of directly to me, even as a CC. Your messages keep getting diverted to spam folder. ] On 25/05/20 4:26 am, Ahmad Alzaeem wrote: > Hi Amos ,  > > Sorry I'm confused a a bit … > > Are my results expected not to work with below : > > > q

Re: [squid-users] Squid marking QOS and matching marks with linux iptables problem !

2020-05-24 Thread Ahmad Alzaeem
Hi Amos , Sorry I'm confused a a bit … Are my results expected not to work with below : qos_flows mark local-hit=0xd7 qos_flows mark local-miss=0xd7 -A OUTPUT -m mark --mark 0xd7 -j ACCEPT -A OUTPUT -m connmark --mark 0xd7 -j ACCEPT ? Do I need to edit squid/iptables ? Thanks > On May

Re: [squid-users] Squid marking QOS and matching marks with linux iptables problem !

2020-05-24 Thread Amos Jeffries
On 24/05/20 12:17 pm, Ahmad Alzaeem wrote: > Tested on both OS below : > > Centos 7.7  64 bits  & Centos 6.10 > > > Same result , squid is not marking traffic . > > Is there a way to run squid into debug mode and debug to see if its > making DSCP or not ? 'mark' are Netfilter MARK values with

Re: [squid-users] Squid marking QOS and matching marks with linux iptables problem !

2020-05-23 Thread Ahmad Alzaeem
S? > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 > > From: Ahmad Alzaeem <mailto:0xf...@gmail.com> > Sent: Saturday, May 23, 2020 11:40 PM > To: Squid Users <mailto:squid-users@lists.squid-cache.org> > Subject: Re: [squid-us

Re: [squid-users] Squid marking QOS and matching marks with linux iptables problem !

2020-05-23 Thread Eliezer Croitoru
What OS? Sent from Mail for Windows 10 From: Ahmad AlzaeemSent: Saturday, May 23, 2020 11:40 PMTo: Squid UsersSubject: Re: [squid-users] Squid marking QOS and matching marks with linux iptables problem ! Hello Folks , any one in the mailing list can help me on the case ? Thanks   > On May 21, 2

Re: [squid-users] Squid marking QOS and matching marks with linux iptables problem !

2020-05-23 Thread Ahmad Alzaeem
Hello Folks , any one in the mailing list can help me on the case ? Thanks > On May 21, 2020, at 3:03 AM, Ahmad Alzaeem <0xf...@gmail.com> wrote: > > Hello Folks , > > Im trying to mark outgoing squid request based on Mark linux matching . > > I added to squid conf : > > qos_flows mark loca

[squid-users] Squid marking QOS and matching marks with linux iptables problem !

2020-05-20 Thread Ahmad Alzaeem
Hello Folks , Im trying to mark outgoing squid request based on Mark linux matching . I added to squid conf : qos_flows mark local-hit=0xd7 qos_flows mark local-miss=0xd7 -A OUTPUT -m mark --mark 0xd7 -j ACCEPT But on iptables there is no match with the mark 0xd7 Im testing marking with sq