Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2014 18:46:51 GMT
From:      Jan Jurkus <ict@gcecad-service.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/185752: handbook mentions wrong default iSCSI port
Message-ID:  <201401131846.s0DIkpXx062847@oldred.freebsd.org>
Resent-Message-ID: <201401131850.s0DIo0qb005311@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185752
>Category:       docs
>Synopsis:       handbook mentions wrong default iSCSI port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 13 18:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jan Jurkus
>Release:        10.0-RC5
>Organization:
GCE CAD-Service
>Environment:
>Description:
The handbook about the native iSCSI target client seems to contain an error about the default iSCSI port.

available here:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-iscsi.html

it says:
"The following two lines make ctld(8) listen on all IPv4 (listen 0.0.0.0) and IPv6 (listen [::]) addresses on the default port (3560)."

As the default port for iSCSI is 3260, and the output of netstat -an confirms that it is listening on port 3260 (with the default configuration from the handbook page), I believe this to be an error.

>How-To-Repeat:

>Fix:
it says:
"The following two lines make ctld(8) listen on all IPv4 (listen 0.0.0.0) and IPv6 (listen [::]) addresses on the default port (3560)."

This should be:
The following two lines make ctld(8) listen on all IPv4 (listen 0.0.0.0) and IPv6 (listen [::]) addresses on the default port (3260).

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401131846.s0DIkpXx062847>