Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a web server on my DMZ which I have configured properly to host clients using NAT and static translation. I can view my hosting accounts from my Inside interface using the public IP and host through the configuration of aliases without DNS do...
I need to find out if subinterfaces are supported on the PIX firewalls. I am about to create a subinterface on my router due to non condiguous Class C IP ranges (can not do VLSM) and need to find out how the PIX will look at the different IP address...
I need to know how to open up the proper ports on my PIX 515 v6.2(1) to work with my Microsoft SQL server which is hosted from my DMZ.I imagine it is a port opening problem and I have opened port 1433 but it does not work. I have already created the ...
Hi,Do DNS doctoring instead. In DNS doctoring the PIX "changes" the DNS response from the DNS server to be different IP address than the DNS server actually answered for the given name. THis is used when you want the actual application call from t...
You have to use the alias command mapping the public IP address to the private one so when the rersolution with your DNS server takes place it will strip the public IP address request from the DNS records and replace it with the resolution to the pri...
No. In the example I mentioned I used the DMZ and outside but you can apply the conduit to any zone in the same maneer.If you want inside, DMZ you can do this as well.Regards,BenP.S. I just did this on our network so its fresh in my mind. Go to th...
Hi,Actually coduits are specific to an IP address such as follows:"conduit permit tcp host 192.168.1.10 eq www any"These permit access from the outside world to the inside world on the ports specified. SO if you want to open TCP ports ftp, and https...
Thank you very much for your rsponse. As it turns out the port 1433 was the only one necessary as I needed to reload the PIX for it to take effect.All is working well.However please post the exact comand to allow all IP traffic in so I can trouble s...