cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
328
Views
0
Helpful
4
Replies

VIDEO

batumibatumi
Level 1
Level 1

Hi all,

Friends, i have VIDEO monitoring center inside my network. Now my task is that to see this video from outside. this video device works on port tcp 5445.

I made ACL and static nat like this.

access-list Outside_access_in extended permit tcp any interface Outside

static (Inside,Outside) tcp interface 5445 192.168.2.10 5445 netmask 255.255.255.255

4 Replies 4

a.alekseev
Level 7
Level 7

What is your question?

I want to see this video traffic from internet. I meant when type in browser publicIPaddree:5445 can see video. My video device (DVR) ip address is 192.168.2.15

Do i creat static nat and ACL correctly ?

thanks in advance

regards

Hi, your config is ok, but a better ACL would be like this :-

access-list Outside_access_in tcp any interface outside eq 5445

access-group Outside_access_in in interface outside

static (Inside,Outside) tcp interface 5445 192.168.2.10 5445 netmask 255.255.255.255

dhananjoychowdhury,

do not i need word PERMIT in ACL ?! And one more question ? if in the end of ACL i do not type eq 5445, it would not work properly ?

access-list Outside_access_in PERMIT tcp any interface outside eq 5445

great thank in advance :)))

Regard

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: