10-08-2021 05:16 AM
We have a Cisco PIX 506E VPN/firewall for our network (e.g. 50.197.160.20 is public IP of the Cisco PIX). I have a database engine running on a PC in my private network behind the Cisco PIX 506E. I want to allow an external application on the internet (in Cloud) to access my on premises database (e.g. 191.166.0.120:15365). So, I am setting up a Stunnel. I need to have a port opened on my Cisco PIX 506E for the Stunnel. What commands can I use to open a port ?
10-08-2021 05:22 AM
May be dont have on hand to give config, PIX i worked more than 10 years now i guess.
check this thread quick help :
https://community.cisco.com/t5/physical-security/need-help-port-forwarding-a-pix-501/td-p/1673406
11-19-2021 10:10 PM
Here are the statements with "nat" in them. Many thanks. --------access-list inside_outbound_nat0_acl permit ip any 192.0.2.0 255.255.255.224 nat (inside) 0 access-list inside_outbound_nat0_acl nat (inside) 10 0.0.0.0 0.0.0.0 0 0 isakmp nat-traversal 20
11-21-2021 02:28 AM
Hello,
what OS version is the PIX running ? The below should work:
static (inside,outside) tcp interface 15365 191.166.0.120 15365
access-list INBOUND extended permit tcp any interface outside eq 15365
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