PortRange interface
Range of port numbers to use as translated ports on each translated address. If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999. (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.)
Properties
max |
The maximum port number |
min |
The minimum port number |
Property Details
maxPort
The maximum port number
maxPort?: number
Property Value
number
minPort
The minimum port number
minPort?: number
Property Value
number