I have sTunnel
running on my client and server and can't seem to get my head round how I can have it running in a sort of "silent mode" whereby if I were abroad I could fire up the sTunnel
connection on my client, connect to my server and then my browsing traffic connection would behave as if I were in the UK (an encrypted proxy).
On the client conf I have:
accept = localhost:xxx
(I understand this means the local sTunnel
installation listens on xxx port and grabs any traffic sent on that port).
connect = serverip:xxx
(This is the instruction of where it needs to be forwarded, i.e the server).
On my server:
accept: clientIP:xxx
(the source IP address of my client)
connect: localhost:xxx
(the loopback address of the server)
What am I failing to see here? As I see it I can only use this tunnel if I explicitly target a port with my browser and even then wouldn't it only make it as far as the sTunnel
server and not onward to the website intended? Do I need to setup proxy settings in the browser?
thanks a lot