I am using a PIX 515 for nat, and Proxy 2.0 for caching. I direct all internet traffic through the proxy, and then through the pix to an external address. I have users that run an application that works by uploading data to the developer's server. Not happening, and they have no expertise with pix.
I have set up conduit statements for each of the ports they use (1100, 1101, and 1102):
conduit permit udp host 209.158.xx.x eq 1100 host 10.8.63.200
conduit permit tcp host 209.158.xx.x eq 1100 host 10.8.63.200
conduit permit udp host 209.158.xx.x eq 1101 host 10.8.63.200
conduit permit tcp host 209.158.xx.x eq 1101 host 10.8.63.200
conduit permit udp host 209.158.xx.x eq 1102 host 10.8.63.200
conduit permit tcp host 209.158.xx.x eq 1102 host 10.8.63.200
conduit permit udp host 209.158.xx.x eq 1100 host 10.7.65.71
conduit permit tcp host 209.158.xx.x eq 1100 host 10.7.65.71
conduit permit udp host 209.158.xx.x eq 1101 host 10.7.65.71
conduit permit tcp host 209.158.xx.x eq 1101 host 10.7.65.71
conduit permit udp host 209.158.xx.x eq 1102 host 10.7.65.71
conduit permit tcp host 209.158.xx.x eq 1102 host 10.7.65.71
conduit permit udp host 209.158.xx.x eq 1100 host 10.6.61.112
conduit permit tcp host 209.158.xx.x eq 1100 host 10.6.61.112
conduit permit udp host 209.158.xx.x eq 1101 host 10.6.61.112
conduit permit tcp host 209.158.xx.x eq 1101 host 10.6.61.112
conduit permit udp host 209.158.xx.x eq 1102 host 10.6.61.112
conduit permit tcp host 209.158.xx.x eq 1102 host 10.6.61.112
conduit permit udp host 209.158.xx.x eq 1100 host 10.7.65.125
conduit permit tcp host 209.158.xx.x eq 1100 host 10.7.65.125
conduit permit udp host 209.158.xx.x eq 1101 host 10.7.65.125
conduit permit tcp host 209.158.xx.x eq 1101 host 10.7.65.125
conduit permit udp host 209.158.xx.x eq 1102 host 10.7.65.125
conduit permit tcp host 209.158.xx.x eq 1102 host 10.7.65.125
where 209.158.xx.x is the external address for our internet, and the host ip's are the users who are needing to upload.
Do I need to specify the address of the proxy (internal) server, instead of the outside address? Or should I not be using a conduit for this purpose? Any thoughts would be appreciated. Thanks.
I have set up conduit statements for each of the ports they use (1100, 1101, and 1102):
conduit permit udp host 209.158.xx.x eq 1100 host 10.8.63.200
conduit permit tcp host 209.158.xx.x eq 1100 host 10.8.63.200
conduit permit udp host 209.158.xx.x eq 1101 host 10.8.63.200
conduit permit tcp host 209.158.xx.x eq 1101 host 10.8.63.200
conduit permit udp host 209.158.xx.x eq 1102 host 10.8.63.200
conduit permit tcp host 209.158.xx.x eq 1102 host 10.8.63.200
conduit permit udp host 209.158.xx.x eq 1100 host 10.7.65.71
conduit permit tcp host 209.158.xx.x eq 1100 host 10.7.65.71
conduit permit udp host 209.158.xx.x eq 1101 host 10.7.65.71
conduit permit tcp host 209.158.xx.x eq 1101 host 10.7.65.71
conduit permit udp host 209.158.xx.x eq 1102 host 10.7.65.71
conduit permit tcp host 209.158.xx.x eq 1102 host 10.7.65.71
conduit permit udp host 209.158.xx.x eq 1100 host 10.6.61.112
conduit permit tcp host 209.158.xx.x eq 1100 host 10.6.61.112
conduit permit udp host 209.158.xx.x eq 1101 host 10.6.61.112
conduit permit tcp host 209.158.xx.x eq 1101 host 10.6.61.112
conduit permit udp host 209.158.xx.x eq 1102 host 10.6.61.112
conduit permit tcp host 209.158.xx.x eq 1102 host 10.6.61.112
conduit permit udp host 209.158.xx.x eq 1100 host 10.7.65.125
conduit permit tcp host 209.158.xx.x eq 1100 host 10.7.65.125
conduit permit udp host 209.158.xx.x eq 1101 host 10.7.65.125
conduit permit tcp host 209.158.xx.x eq 1101 host 10.7.65.125
conduit permit udp host 209.158.xx.x eq 1102 host 10.7.65.125
conduit permit tcp host 209.158.xx.x eq 1102 host 10.7.65.125
where 209.158.xx.x is the external address for our internet, and the host ip's are the users who are needing to upload.
Do I need to specify the address of the proxy (internal) server, instead of the outside address? Or should I not be using a conduit for this purpose? Any thoughts would be appreciated. Thanks.