11-23-2008 05:35 AM - edited 03-11-2019 07:16 AM
Hi all.
I need a help in making an internal website available for external users. I have a PIX 502 firewall that has a static public IP.
My internal Webserver has a private ip.
the website can be accessed internal by : http://server_ip:8080/zak/index.php
Thanks.
11-23-2008 06:25 AM
You can configure port forwarding on the external IP address to redirect to the internal IP address using the same TCP port, something like:-
access-list acl-outside permit tcp any host <
static (outside,inside) tcp <
HTH>
11-23-2008 07:24 AM
Hi,
thanks for your reply.
a question, will this permit me to access http://server_ip:8080/zak/index.php , i mean /zak/index.php ? or anything else needed to be done ?
11-24-2008 01:16 AM
Once the TCP connection has been made through the firewall to the internal IP address, and being redirected to the specific TCP port, the 501 will not look at any other layer 5 to layer 7 content within the HTTP connection.
HTH>
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