On Wed, Feb 11, 2009 at 3:17 PM, Diana Eichert <deich...@wrench.com> wrote:
> do you know what a2 is? you say it a "Firewall with Proxy" > if it's a application layer gateway (alg) it actually acts as a MITM to > forward your connection. > > > On Tue, 10 Feb 2009, Tony Berth wrote: > > 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 >> > I just realised that my graph wasn't readable so I'll try here to re-draw it: ------------- client [a1] ------------- | | ------------- Firewall Proxy:port [a2] ------------ | | (internet) | | ----------------- remote server with static IP [a3] ---------------- Hope that this one will help to draw some attention from the list. Thanks Tony ------------------------------------------------------------------------------------------- Hi Diana, The 'a2' is rather a logical entity. Actually there are 2 machines. One blocking all direct traffic to the Internet and the other is a proxy which address is included in the 'a1's' browser in order to be able to access the Internet! Hope I did answer your question! Thanks Tony