> > I'm running a ssh server and a OWA server, which i wanted to publish, > the construction i have created is the following. > > At my modem i receive ssh request on port 443, which i > redirect to 22 in > my internal network, using this port is the only way i can tunnel a > connection throught the proxy from work. > > For OWA i have configured to listen on port 443 for owa clients, but > when an request is made on the modem for port 443 is is redirected to > 22, so it never reaches my owa server. > > I can forward all the request at port 443 to the proxy > server, but can i > configure the proxy to receive all the 443 request, and decide on the > proxy server to which server the request is forwarded, for owa to the > exchange server, and for ssh to the ssh server. > I wouldn't call this 'SSH/OWA Publishing' , more 'SSH/OWA crapped up solutions' ; but anyway basically SQUID is a http proxy only and deals with handling http requests.
For what you need probably Firewalling tools e.d. are more appropriate. M.
