This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Access Camera DVR behind ASG220

Greetings: Our company network is behind an ASG220  V7. I have been delving into the configuration panels and need a little help navigating to a solution:

We have a security camera dvr in place at with a fixed ip of (10.1.1.33). I currently access the DVR using VPN and all is fine. Now, I need to configure for a more public access allowing for some outside sales activities. 

Need to allow access from  multiple dynamic outside ips directly to the DVR  using ie6 browser that uses an active X  program to view the various cameras. I assume that means access through tcp port 80. Once the browser connects to the DVR a username/password window appears. Afterwards there appears to be traffic on port 34567. 

I would much appreciate any advice on a way to accomplish this (and some configuration guidance) while still maintaining  a decent firewall.  

Thanks in advance


This thread was automatically locked due to age.
Parents
  • you'll need to select a different external port for each of the DVRs (and create a Service Definition for that port, e.g. DVR1, ...).

    Then, create a DNAT like
    source: any
    dest: EXT address
    service: DVR1 (the Service Definition)
    change dest to: DVR1 (the Network Definition with the Internal IP)
    change service to: DVR (the DEFAULT port, 34567 or whatever the Internal DVR port is)

    Barry
Reply
  • you'll need to select a different external port for each of the DVRs (and create a Service Definition for that port, e.g. DVR1, ...).

    Then, create a DNAT like
    source: any
    dest: EXT address
    service: DVR1 (the Service Definition)
    change dest to: DVR1 (the Network Definition with the Internal IP)
    change service to: DVR (the DEFAULT port, 34567 or whatever the Internal DVR port is)

    Barry
Children
No Data