cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
428
Views
0
Helpful
2
Replies

opening ports for a slingbox

garyrivers
Level 1
Level 1

does anyone recall the commands to open ports 5001 on an ASA?

thanks

2 Replies 2

Mark Yeates
Level 7
Level 7

Gary,

Here are the parts from my existing config for my slingbox. Feel free to change the IP for your application.

object-group network Slingbox

network-object host 10.10.1.220

global (inside) 1 interface

global (outside) 1 interface

nat (inside) 0 access-list inside_nat0_outbound

nat (outside) 1 access-list nat outside

nat (outside) 1 10.10.0.0 255.255.0.0

static (inside,outside) tcp interface 5001 10.10.1.220 5001 netmask 255.255.255.255

access-group outside_nat_static in interface outside

access-list outside_nat_static extended permit tcp any interface outside eq 5001

access-list outside_nat_static extended permit udp any interface outside eq 5001

access-list inside_nat0_outbound extended permit ip object-group Slingbox 10.10.1.0 255.255.255.0

access-list nat extended permit tcp any interface outside eq 5001

HTH,

Mark

thanks, i'll give it a shot.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card