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
  • So, you're needing to do port translation on all of the incoming request ports (example 1024-->1124, 1025-->1125, etc)?  If the requests are for the same ports, then you would need to translate them and could use a service group just to forward the requests to the correct internal machine.
Reply
  • So, you're needing to do port translation on all of the incoming request ports (example 1024-->1124, 1025-->1125, etc)?  If the requests are for the same ports, then you would need to translate them and could use a service group just to forward the requests to the correct internal machine.
Children
No Data