cache1:~ # /usr/local/squid/sbin/squid -N -d 1 -D
#!/bin/bash #bash file titled 'testSquid.bsh'
sudo tail -f /var/log/squid/access.log &
sudo /usr/sbin/squid -N -D -d 1 &
sudo /usr/local/squid/sbin/squid -NCd1 #another squid command
The commands above were used on Linux RedHat 9 machine.
http://www.deckle.co.za/squid-users-guide/Starting_Squid
ssh -L3128:localhost:3128 mysquid.house -f -N
putty tunnel
L9999 squid.proxy.ip:9999 ;local ports accept connections from other ports
click on ssh and turn compression on.
http://kakku.wordpress.com/2007/11/25/proxy-hacks-final-httptunnel-tcpip-connections-over-plain-old-get-and-post-requests/
http://digitalpbk.blogspot.com/2009/05/ssh-proxy-windows-linux-orkut-bypass.html
No comments:
Post a Comment