1838629 Members
2122 Online
110128 Solutions
New Discussion

help with port

 

help with port

somebody to had problems with greater ports of listening of 66000
Because I need to put a port tcp 99000 for a service
2 REPLIES 2
Steve Steel
Honored Contributor

Re: help with port

Hi


Sorry I do not think you can


ndd -h tcp_largest_anon_port

tcp_largest_anon_port:

Largest anonymous port number to use. [1024, 65535]
Default: 65535

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Sergejs Svitnevs
Honored Contributor

Re: help with port

The port numbers are divided into three ranges: the Well Known Ports,
the Registered Ports, and the Dynamic and/or Private Ports.

The Well Known Ports are those from 0 through 1023.

The Registered Ports are those from 1024 through 49151

The Dynamic and/or Private Ports are those from 49152 through 65535.

The full listing can be found in RFC 1700.

Unassigned port numbers should not be used.

The port number field is a 16-bit unsigned number (0-65535). Therefore is not possible to use tcp port 99000.

Regards,
Sergejs