Dear List,
I have following case:
---------------------------------------------
| |
------------------ | Firewall with Proxy:port [a2]
|
-------------------------------------------------------------------
| client [a1] | --------- | |
----------(internet)---------| Public accessible server with static IP
[a3] |
------------------
'a1' connects only via browser to the internet after defining the proxy:port
of 'a2'
Is it possible to create a SOCKS Proxy from 'a1' to 'a3'?
If 'a1' wasn't blocked to the internet I would: ssh -p 443 -D 2000
<userid>@a3 but this command times out!
is a way to 'tell' to make use of the proxy in 'a2' and redirect all the
traffic?
Thanks
Tony