port forwarding for my samsung 16ch DVR

Hi Everyone,
Good morning,

I am using Mikrotik routeros, finding difficult to configure the port forwarding for my samsung 16ch DVR and also i would like to know little more about this router like configuring

  1. Mikrotik hospot
  2. Configuring vpn
  3. Firewall rules to make my network safe
    4.like to learn more about Mikrotik Routeros. if anyone can teach me or send me tutorials would be greatly appreciated.

thanks in advance
Arun

I’ll start with question #4. Start with a bunch of reading on the wiki:
http://wiki.mikrotik.com/wiki/Main_Page

As for securing the router, the wiki has lots, but here is one I used to START with:
http://wiki.mikrotik.com/wiki/Securing_New_RouterOs_Router
After reading that search around some more.

I don’t have a VPN, so can’t help you there.

Forwarding a port for your DVR should be easy enough. This is mine - of course your ports and IPs will be different.
add action=dst-nat chain=dstnat comment=DVR dst-address=aaa.bbb.ccc.77
dst-port=9003 in-interface=E1-p1_Internet protocol=tcp to-addresses=
192.168.201.19 to-ports=9003