cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1255
Views
10
Helpful
3
Replies

How do I open a port on Cisco PIX 506E firewall!!

kaisilvada70
Level 1
Level 1

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 ?

 

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

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

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

jasminlannister
Level 1
Level 1

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

 

AmericanExpress ConfirmCard

 

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