How can one forward a range of ports?
Suppose I have defined the following service:
Service: TEST
Port type: UDP
Starting port: 5060
Ending port: 5070
and I want to forward it to a specific IP. Then, if I create a new port forwarding rule for this service it asks me to specify a single port number to be used internally as:
Action: Always Allow
Service: TEST
Source IP: Any
Destination IP: 10.0.0.100
Internal Port: ?
I want to forward all ports from 5060 to 5070 to the internal range 5060 to 5070.
How can I do that?