HTTP traffic through PIX VPN from outside site
Posted
by
fwrawx
on Server Fault
See other posts from Server Fault
or by fwrawx
Published on 2012-04-09T17:21:09Z
Indexed on
2012/04/09
17:36 UTC
Read the original article
Hit count: 295
I have a remote site with a website that only allows access from the outside IP assigned to our local PIX. I have users connecting to the local networking using a VPN that need to be able to view this remote site. I don't think this works because the packets want to come in and go out over the same (ext) interface. So I'm looking for a way to make this work using the PIX or setting up a service on a server on the local network to act as a middle-man for the HTTP requests.
The remote site doesn't support setting up a VPN to our PIX. The remote website is dishing out pages over a non-standard port.
Can I use squid or something similar to proxy just one site?
© Server Fault or respective owner