09-29-2005 03:49 AM - edited 02-21-2020 12:25 AM
I want to redirect all http/ftp traffic through proxy server from the PIX. The proxy is 10.133.1.49 and PIX is 10.133.6.10. The default gateway for the hosts on the network is 10.133.6.10.
Is my logic sound?
10-02-2005 04:32 PM
that seems to be right. all you need is to have some policies so that only that proxy IP will be able to have a translation / communciation through the pix
thanks
Nadeem
10-04-2005 04:03 AM
Hi,
Please specify where you proxy is located. On the same subnet as the clients, on a DMZ on the PIX, on the outside .. or ?
Id it is located on the inside you will have a problem, as the PIX (below version 7.0) cannot do routing on the same interface, so it will not be able to route traffic from the clients to the proxy on the same interface (subnet).
10-04-2005 02:33 PM
In my understanding the PIX is not able to redirect traffic to another server as a proxy server.
Please correct me if I am not right. Execption is WebSense and N2H2 Web Filtering service.
The setup should be:
1a.)Access-list line 1 that permits just the proxy server to connect with http, https and ftp.
1b.)Access-list line 2 that blocks all other traffic.
You do not rellay need that line (1b) because the PIX will do that automaticly after a permit statement.
Then configure all inside host to use your proxy server in the browser settings.
Example for proxy server in the inside network:
object-group service Proxy-TCP tcp
port-object eq 80
port-object eq 443
port-object eq 21
access-list proxy permit tcp host ProxyServerIP any object-group Proxy-TCP
access-group proxy in interface inside
Note: Object group will be more flexible if you want to configure multiple TCP ports.
sincerely
Patrick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide