public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Reg: TCP Port for ISCSI Connection
@ 2020-07-17 12:09 Sivaraman Nainar
  0 siblings, 0 replies; only message in thread
From: Sivaraman Nainar @ 2020-07-17 12:09 UTC (permalink / raw)
  To: devel@edk2.groups.io; +Cc: jiaxin.wu@intel.com

[-- Attachment #1: Type: text/plain, Size: 990 bytes --]

Hello all:

In the ISCSI driver, Target TCP Port Input shows the default port as 3260. Which can be set from 0 to 65535

As per below RFC it talks about the Default Port only. Still it not clearly said if we can use the numbers 49152-65535 which is reserved.

https://tools.ietf.org/html/rfc3720

13. IANA Considerations

This section conforms to [RFC2434].

The well-known user TCP port number for iSCSI connections assigned by
IANA is 3260 and this is the default iSCSI port. Implementations
needing a system TCP port number may use port 860, the port assigned
by IANA as the iSCSI system port; however in order to use port 860,
it MUST be explicitly specified - implementations MUST NOT default to
use of port 860, as 3260 is the only allowed default.

with my understanding, it wouid be good if we can change the below Min and  MAX port number ranges with right ranges.

#define TARGET_PORT_MIN_NUM       0
#define TARGET_PORT_MAX_NUM       65535

Thanks
Siva

[-- Attachment #2: Type: text/html, Size: 4849 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-17 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-17 12:09 Reg: TCP Port for ISCSI Connection Sivaraman Nainar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox