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
  • If you're just trying to open up UDP ports 9000-9005 the service definition would look like this:

    Type: UDP
    Destination: 9000:9005
    Source: 1:65535

    And then create a packet filter with that service.

    It's the colon that defines a range.  So 9000-9005 = 9000:9005  They are the same.

    Is that what you're looking for?
Reply
  • If you're just trying to open up UDP ports 9000-9005 the service definition would look like this:

    Type: UDP
    Destination: 9000:9005
    Source: 1:65535

    And then create a packet filter with that service.

    It's the colon that defines a range.  So 9000-9005 = 9000:9005  They are the same.

    Is that what you're looking for?
Children
No Data