Note that I have changed the script to match couple new aspects..
I will later on probably will add debian\ubuntu and maybe others support
for the script.
Eliezer
On 07/08/2014 08:40 PM, Eliezer Croitoru wrote:
Hey There,
Can you run the next script?
http://www1.ngtech.co.il/squid/basic_data.sh
(use curl to download the file, with default wget you might get wrong
line ending matching windows ones)
Eliezer
On 07/07/2014 08:47 PM, Info OoDoO wrote:
Hi,
I configured Squid in Tproxy mode and Mangled the request, Now i am
able to see my client public address, but i'm unable to see any
request on squid access log.
seems the request is not forwarded to squid or some thing spoofy..
My iptables rules
-A PREROUTING -p tcp -m socket -j DIVERT
-A PREROUTING -p tcp -m tcp --dport 80 -j TPROXY --on-port 4xx5
--on-ip 10.x.x.x --tproxy-mark 0x1/0x1
-A DIVERT -j MARK --set-xmark 0x1/0xffffffff
-A DIVERT -j ACCEPT