From nobody@FreeBSD.org  Mon Jan 13 18:46:52 2014
Return-Path: <nobody@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 4404369E
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <ict@gcecad-service.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: handbook mentions wrong default iSCSI port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185752
>Category:       docs
>Synopsis:       handbook mentions wrong default iSCSI port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 13 18:50:00 UTC 2014
>Closed-Date:    Mon Jan 13 21:15:14 UTC 2014
>Last-Modified:  Mon Jan 13 21:20:00 UTC 2014
>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:
State-Changed-From-To: open->closed 
State-Changed-By: pluknet 
State-Changed-When: Mon Jan 13 21:14:51 UTC 2014 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185752 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/185752: commit references a PR
Date: Mon, 13 Jan 2014 21:14:39 +0000 (UTC)

 Author: pluknet
 Date: Mon Jan 13 21:14:32 2014
 New Revision: 43486
 URL: http://svnweb.freebsd.org/changeset/doc/43486
 
 Log:
   Fixed the default port of ctld(8).
   
   PR:		docs/185752
 
 Modified:
   head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
 
 Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml	Mon Jan 13 17:41:36 2014	(r43485)
 +++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml	Mon Jan 13 21:14:32 2014	(r43486)
 @@ -5835,7 +5835,7 @@ target iqn.2012-06.com.example:target0 {
  	  authentication.  The following two lines make <link xlink:href="http://www.freebsd.org/cgi/man.cgi?query=ctld&amp;sektion=8&amp;manpath=FreeBSD+10-current">ctld(8)</link>
  	  listen on all <acronym>IPv4</acronym> (<literal>listen 0.0.0.0</literal>) and <acronym>IPv6</acronym> (<literal>listen
  	  [::]</literal>) addresses on the
 -	  default port (3560).  It is not necessary to define
 +	  default port (3260).  It is not necessary to define
  	  a new portal group; there is a default one, called
  	  <literal>default</literal>.  The difference between <literal>default</literal> and <literal>pg0</literal> above is
  	  that with <literal>default</literal>, the <acronym>iSCSI</acronym> SendTargets discovery is
 _______________________________________________
 svn-doc-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-doc-all
 To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
 
>Unformatted:
