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

DNATting port groups and IPs

Hello,
simple quesiton, i need to dnat several ports to several internals IPs, is there a way to avoid having to make one DNAT per service/destination?.
in this specific case is for IP cam monitoring, each ip cam uses 3 fixed ports.
since the public ip is the same, alt ports are used for every cam.

this means i have to make 3 DNAT rules and 3 source services PER camera, very time-consuming and a mess of rules/definitions.
since the ports used are consecutive, ¿is there a way to simplify this mess?


This thread was automatically locked due to age.
Parents
  • yes, and that's per destination (destination ports are fixed, source ports are the ones that change). but destination ports are not consecutive
    f example, cam 1:
    1024-->91, 1025-->1000, 8020->8000
    in cam 2 the dest ports are the same, 91,1000,8000 but the origin ones shift
Reply
  • yes, and that's per destination (destination ports are fixed, source ports are the ones that change). but destination ports are not consecutive
    f example, cam 1:
    1024-->91, 1025-->1000, 8020->8000
    in cam 2 the dest ports are the same, 91,1000,8000 but the origin ones shift
Children
No Data