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

ASA 5520 port forwarding 37777 for DVR

benjaminib
Level 1
Level 1

Guys I have realy big problem these few days. I need help with port forwarding for port 37777 (DVR port).

host 192.168.30.250

with outside ip 199.22.xx.xx

object service TCP-37777
 service tcp source eq 37777

object network DVR-CAM
 host 192.168.30.250

Can someone please help me with this, I'm going crazy :(

Thank you in front :)

1 Accepted Solution

Accepted Solutions

GRANT3779
Spotlight
Spotlight

I'm assuming you want to use the current outside interface ip. If you have a specific public ip replace it where bold. Have also made assumption on the ASA code you are running.

object network DVR-CAM
host 192.168.30.250
nat (inside,outside) static interface service tcp 37777 37777

access-list ACL_Out_To_In extended permit tcp any object DVR-CAM eq 37777

access-group ACL_Out_To_In in interface outside

If you have current ACL in place just tweak it with the entry.

View solution in original post

2 Replies 2

GRANT3779
Spotlight
Spotlight

I'm assuming you want to use the current outside interface ip. If you have a specific public ip replace it where bold. Have also made assumption on the ASA code you are running.

object network DVR-CAM
host 192.168.30.250
nat (inside,outside) static interface service tcp 37777 37777

access-list ACL_Out_To_In extended permit tcp any object DVR-CAM eq 37777

access-group ACL_Out_To_In in interface outside

If you have current ACL in place just tweak it with the entry.

Thank you realyyyyy much, you helped me allot, problem is solved. Thank you realy much once agen. :)

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