It works when I am sitting at the linux box but when I try to SSH into
it and use the squid proxy through the tunnel I can get no where.
I have my Putty tunnel setup for local port 3128 forwarded to remote
port 3128.
L3128 ip.address.to.linuxbox:3128
L is for local port.
Should ip.address.to.linuxbox be 127.0.0.1 also?
Michael
Quoting Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx>:
tor 2006-08-03 klockan 10:46 -0400 skrev mjmcgraw@xxxxxxxxxxxxxxx:
Now it works from the local machine that is actually running squid,
but when I try to SSH using Putty into the squid host I get nothing. I
am forwarding port 3128 with Putty and setting the brower to use
localhost:3128 for proxy.
Should work. Have done that many times.
Just make sure you use the correct forwarding method, local port to
remote host. Not the opposite..
local port 3128
local address 127.0.0.1 (if it can be specified)
remote host 127.0.0.1
remote port 3128
Regards
Henrik