cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1579
Views
1
Helpful
4
Replies

Opening port on a firewall

ciscoadminbw
Level 1
Level 1

Hi Guys,

 

Can someone please verify whether these commands are correct for opening these two ports. The ASA is running version 9.7.

 

object network app
 host 10.1.1.106

 

object network app
 nat (inside,outside) static 2.2.23.15


access-list acl-outside extended permit tcp any host 10.1.1.106 eq 443
access-list acl-outside extended permit tcp any host 10.1.1.106 eq 9669

 

Thanks,

 

 

1 Accepted Solution

Accepted Solutions

Yes, assuming 2.2.23.15 is routed by the outside interface it should work. Are you seeing a different result?

 

cheers,

Seb.

View solution in original post

4 Replies 4

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

Looks good. You just need to apply the ACL:

!
access-group acl-outside in interface outside
!

cheers,

Seb.

 

 

Hi Seb,

 

The access-group already exists because there are ports already open. Does that mean my commands are complete?

 

Thanks,

Lake

Yes, assuming 2.2.23.15 is routed by the outside interface it should work. Are you seeing a different result?

 

cheers,

Seb.

Thank you very much.

 

Review Cisco Networking for a $25 gift card