Re: [squid-users] Squid MAC address ACL is not worked, and how to get the MAC address Squid see?

2016-01-21 Thread zw963
> Why that requirement? I hope connection to squid server with only my own laptop no password is need. > This port receives TLS (HTTPS) connections. You need special browser > configuration to connect to a proxy using TLS. The only browser that > supports this is Chrome when configured with a

Re: [squid-users] Squid MAC address ACL is not worked, and how to get the MAC address Squid see?

2016-01-13 Thread zw963
It seem like i missing so many reply, Sorry for all. I try to reproduce everything about what I did in this reply. Currently, I use newer compile version Squid (3.5.12), see wiki, it should support arp acl originally, following is copy from WIKI. > The arp ACL requires the special configure

Re: [squid-users] Squid MAC address ACL is not worked, and how to get the MAC address Squid see?

2016-01-13 Thread Amos Jeffries
On 14/01/2016 3:29 a.m., Billy.Zheng (zw963) wrote: > > It seem like i missing so many reply, Sorry for all. > > I try to reproduce everything about what I did in this reply. > > Currently, I use newer compile version Squid (3.5.12), see wiki, it > should support arp acl originally, following

Re: [squid-users] Squid MAC address ACL is not worked, and how to get the MAC address Squid see?

2016-01-01 Thread Antony Stone
On Friday 01 January 2016 at 14:21:38, Billy.Zheng(zw963) wrote: > $ squid -v > Squid Cache: Version 3.3.8 > configure options: > '--enable-eui' That will do MAC address matching for you. Please describe the network setup :) Antony. -- You can tell that the day just isn't going right

Re: [squid-users] Squid MAC address ACL is not worked, and how to get the MAC address Squid see?

2016-01-01 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ah, this is antique 3.3.. (facepalm) 01.01.16 19:24, Antony Stone пишет: > On Friday 01 January 2016 at 14:21:38, Billy.Zheng(zw963) wrote: > >> $ squid -v >> Squid Cache: Version 3.3.8 >> configure options: > >> '--enable-eui' > > That

Re: [squid-users] Squid MAC address ACL is not worked, and how to get the MAC address Squid see?

2016-01-01 Thread Matus UHLAR - fantomas
On 01.01.16 20:50, Billy.Zheng(zw963) wrote: Hi, all, I deploy a new Squid Server in my VPS server. And i set a squid MAC address ACL, like following: it seem like: acl advance_users arp ??:??:??:??:??:?? http_access allow advance_users But it not work. allow seem like never matched. So, I

[squid-users] Squid MAC address ACL is not worked, and how to get the MAC address Squid see?

2016-01-01 Thread zw963
Hi, all, I deploy a new Squid Server in my VPS server. And i set a squid MAC address ACL, like following: it seem like: >> acl advance_users arp ??:??:??:??:??:?? >> http_access allow advance_users But it not work. allow seem like never matched. So, I want to get the MAC address squid can see,

Re: [squid-users] Squid MAC address ACL is not worked, and how to get the MAC address Squid see?

2016-01-01 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Did you built your squid with MAC acl support? I.e., --enable-arp-acl ? 01.01.16 18:50, Billy.Zheng (zw963) пишет: > Hi, all, I deploy a new Squid Server in my VPS server. > And i set a squid MAC address ACL, like following: > > it seem like:

Re: [squid-users] Squid MAC address ACL is not worked, and how to get the MAC address Squid see?

2016-01-01 Thread Antony Stone
On Friday 01 January 2016 at 13:50:20, Billy.Zheng(zw963) wrote: > Hi, all, I deploy a new Squid Server in my VPS server. > And i set a squid MAC address ACL, like following: > > it seem like: > >> acl advance_users arp ??:??:??:??:??:?? > >> http_access allow advance_users > > But it not work.

Re: [squid-users] Squid MAC address ACL is not worked, and how to get the MAC address Squid see?

2016-01-01 Thread zw963
I don't know, I just use CentOS 7 yum packages. I try to get the version, show me following message: $ squid -v Squid Cache: Version 3.3.8 configure options: '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr'

Re: [squid-users] Squid MAC address ACL is not worked, and how to get the MAC address Squid see?

2016-01-01 Thread Antony Stone
On Friday 01 January 2016 at 16:03:00, Billy.Zheng(zw963) wrote: > My config is a little longer, But it worked fine in recent months. Please: 1. Describe your network setup - specifically: - what is the client-facing IP address of your Squid server? - what network range are the clients in?

Re: [squid-users] Squid MAC address ACL is not worked, and how to get the MAC address Squid see?

2016-01-01 Thread Matus UHLAR - fantomas
On 01.01.16 20:50, Billy.Zheng(zw963) wrote: >Hi, all, I deploy a new Squid Server in my VPS server. >And i set a squid MAC address ACL, like following: On 01.01.16 16:00, Antony Stone wrote: This is also my suspicion - hence the request for the network layout... I just asked directly to