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

Port Forward for Eyemax DVR sofware (its a headache)

sugar2ferret
Level 1
Level 1

Hi, I have the EyeMax 4.5 server installed in one location, and it is accessible for clients in the same network (or for vpn clients too)

The default port used by this sofware its the 9091, but a support guy told me that i have to open the range 9091 to 9112 in order to setup the port forward.

Things became complicated since tried many times to setup a port forward with no result.

I tried: Setup NAT for port 9091, I tred to edit Firewall settings to permit the 9091-9112 range, i tried this ACL:

access-list 2001 remark DVR

access-list 2001 remark SDM_ACL Category=1

access-list 2001 remark DVR

access-list 2001 permit tcp any 10.10.xx.0 0.0.0.255 eq 9091 log

And the only way that i can access that DVR server is from a vpn client, any idea of what to do in order to setup an access from outside?

Thanks in advance.

ALDO

2 Replies 2

sugar2ferret
Level 1
Level 1

well i made 23 nat entried (one for each port in the 9091-9112 range) and set a access list rule for access to that range and thats it.

It works!!!

rahul_gaur
Level 1
Level 1

Try doing this

ip nat inside source static tcp interface port

I m using this config to access DVR already and it is working.

Rate if it helps