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

Port Forward - Range

Hi All,

Is it possible to open a range of ports (9000-9005)?

Currently, I have a Service Definition as follows:

Type: UDP
Destination Port: 9000
Source Port: 9005

Although I feel the SOURCE port should be 1:65535 as are 99.99% of my other services.

Any ideas on opening a range???

Thanks in advance


This thread was automatically locked due to age.
Parents
  • You can define a service 1:65535->9000:9005 and use that in a packet filter rule, but perhaps you could explain what problem you're trying to solve.

    You also could make a NAT rule like 'Internet -> {1:65535->9000:9005} -> External (Address) : DNAT to {internal IP}'.  In this case, you must not use the service definition in the 'Destination Service' field as it must always remain empty in this type of a situation.

    Cheers - Bob
Reply
  • You can define a service 1:65535->9000:9005 and use that in a packet filter rule, but perhaps you could explain what problem you're trying to solve.

    You also could make a NAT rule like 'Internet -> {1:65535->9000:9005} -> External (Address) : DNAT to {internal IP}'.  In this case, you must not use the service definition in the 'Destination Service' field as it must always remain empty in this type of a situation.

    Cheers - Bob
Children
No Data