Re: [squid-users] Re: how can i get the localport in forward proxy mode?

2014-07-14 Thread Eliezer Croitoru
You are Wrong.. If you authenticate using a regular HTTP page and use a login page it will work for mobile but they Won't gain access throw the proxy until they will login in the splash or another page. It's being used on many WIFI networks and it's very simple to implement. Good Luck,

[squid-users] Re: how can i get the localport in forward proxy mode?

2014-07-12 Thread freefall12
this is my iptables rules iptables -A PREROUTING -p tcp -m tcp --dport 3:6 -j REDIRECT --to-ports 5 port 5000 is the squid's listing port. What i want to do is to assign each user an unique port number and rely upon the port number in the access log for accounting. OK,the

Re: [squid-users] Re: how can i get the localport in forward proxy mode?

2014-07-12 Thread Amos Jeffries
On 13/07/2014 2:35 a.m., freefall12 wrote: this is my iptables rules iptables -A PREROUTING -p tcp -m tcp --dport 3:6 -j REDIRECT --to-ports 5 port 5000 is the squid's listing port. What i want to do is to assign each user an unique port number and rely upon the port

[squid-users] Re: how can i get the localport in forward proxy mode?

2014-07-12 Thread freefall12
Amos Jeffries wrote On 13/07/2014 2:35 a.m., freefall12 wrote: this is my iptables rules iptables -A PREROUTING -p tcp -m tcp --dport 3:6 -j REDIRECT --to-ports 5 port 5000 is the squid's listing port. What i want to do is to assign each user an unique port number and rely