cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
581
Views
0
Helpful
1
Replies

cisco asa5505 and a dvr

hello, i've this problem:

i've a cisco asa5505 on adam 6.4 and a dvr i would like to forward the ports 9000 and 85 in order to monitor the dvr from outside

i've actually tried to follow up this discussion's solution

https://supportforums.cisco.com/thread/2184347

no luck at all, thanks in advance for your help.


1 Reply 1

jj27
Spotlight
Spotlight

Hi,  you did not provide any IP information or what version of ASA code you are running so I am putting in generic examples below.

DVR IP:          192.168.1.100

Outside ACL:   outside_in

ASA Version 8.3+

object network DVR-port85

host 192.168.1.100

nat (inside,outside) static interface service tcp 85 85

object network DVR-port9000

host 192.168.1.100

nat (inside,outside) static interface service tcp 9000 9000

access-list outside_in extended permit tcp any host 192.168.1.100 eq 9000

access-list outside_in extended permit tcp any host 192.168.1.100 eq 85

ASA Version < 8.3

static (inside,outside) tcp interface 9000 192.168.1.100 9000 netmask 255.255.255.255

static (inside,outside) tcp interface 85 192.168.1.100 85 netmask 255.255.255.255

access-list outside_in extended permit tcp any interface outside eq 9000

access-list outside_in extended permit tcp any interface outside eq 85

Review Cisco Networking for a $25 gift card