From owner-freebsd-doc@FreeBSD.ORG Mon Jan 13 18:50:01 2014 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02A136E2 for ; Mon, 13 Jan 2014 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B84D61AED for ; Mon, 13 Jan 2014 18:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0DIo058005312 for ; Mon, 13 Jan 2014 18:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0DIo0qb005311; Mon, 13 Jan 2014 18:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 13 Jan 2014 18:50:00 GMT Resent-Message-Id: <201401131850.s0DIo0qb005311@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Jurkus Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4404369E for ; Mon, 13 Jan 2014 18:46:52 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 304EF1ACE for ; Mon, 13 Jan 2014 18:46:52 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0DIkptG062858 for ; Mon, 13 Jan 2014 18:46:51 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0DIkpXx062847; Mon, 13 Jan 2014 18:46:51 GMT (envelope-from nobody) Message-Id: <201401131846.s0DIkpXx062847@oldred.freebsd.org> Date: Mon, 13 Jan 2014 18:46:51 GMT From: Jan Jurkus To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: docs/185752: handbook mentions wrong default iSCSI port X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 18:50:01 -0000 >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: