Deleted Added
full compact
iscsi.conf.5 (280982) iscsi.conf.5 (280984)
1.\" Copyright (c) 2007-2010 Daniel Braniss <danny@cs.huji.ac.il>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2007-2010 Daniel Braniss <danny@cs.huji.ac.il>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/usr.bin/iscsictl/iscsi.conf.5 280982 2015-04-02 11:18:43Z trasz $
25.\" $FreeBSD: head/usr.bin/iscsictl/iscsi.conf.5 280984 2015-04-02 11:52:34Z trasz $
26.\"
27.Dd April 2, 2015
28.Dt ISCSI.CONF 5
29.Os
30.Sh NAME
31.Nm iscsi.conf
32.Nd iSCSI initiator configuration file
33.Sh DESCRIPTION

--- 56 unchanged lines hidden (view full) ---

90Sets the data digest; a checksum calculated over the Data Section of iSCSI
91PDUs, and verified on receive.
92Digest can be either
93.Qq Ar None ,
94or
95.Qq Ar CRC32C .
96Default is
97.Qq Ar None .
26.\"
27.Dd April 2, 2015
28.Dt ISCSI.CONF 5
29.Os
30.Sh NAME
31.Nm iscsi.conf
32.Nd iSCSI initiator configuration file
33.Sh DESCRIPTION

--- 56 unchanged lines hidden (view full) ---

90Sets the data digest; a checksum calculated over the Data Section of iSCSI
91PDUs, and verified on receive.
92Digest can be either
93.Qq Ar None ,
94or
95.Qq Ar CRC32C .
96Default is
97.Qq Ar None .
98.It Cm TargetName
99Sets the target name.
100Not required for discovery sessions.
101.It Cm InitiatorName
102Sets the initiator name.
103By default, the name is concatenation of
104.Qq Ar iqn.1994-09.org.freebsd:
105with the hostname.
98.It Cm InitiatorName
99Sets the initiator name.
100By default, the name is concatenation of
101.Qq Ar iqn.1994-09.org.freebsd:
102with the hostname.
103.It Cm TargetName
104Sets the target name.
105Not required for discovery sessions.
106.It Cm TargetAddress
107Sets the target address and port, in
108.Sy address[:port]
109format.
110The
111.Sy address
112can be either an IP address, or hostname.
113The optional port defaults to 3260.

--- 21 unchanged lines hidden (view full) ---

135.It Pa /etc/iscsi.conf
136.El
137.Sh EXAMPLES
138.Bd -literal
139myiscsi { # nickname
140 targetaddress = iscsi1
141 targetname = iqn.1900.com.com:sn.123456
142}
106.It Cm TargetAddress
107Sets the target address and port, in
108.Sy address[:port]
109format.
110The
111.Sy address
112can be either an IP address, or hostname.
113The optional port defaults to 3260.

--- 21 unchanged lines hidden (view full) ---

135.It Pa /etc/iscsi.conf
136.El
137.Sh EXAMPLES
138.Bd -literal
139myiscsi { # nickname
140 targetaddress = iscsi1
141 targetname = iqn.1900.com.com:sn.123456
142}
143
144myiscsi6 { # nickname
145 targetaddress = [2001:db8::de:ef]:3260
146 targetname = iqn.1900.com.com:sn.123456
147}
148
143chaptest {
144 targetaddress = 10.0.0.1;
145 targetname = iqn.1900.com.com:sn.123456;
146 initiatorname = iqn.2005-01.il.ac.huji.cs:nobody;
147 authmethod = CHAP;
148 chapiname = iqn.2005-01.il.ac.huji.cs:nobody;
149 chapsecret = "secretsecret";
150}
151.Ed
152.Sh SEE ALSO
153.Xr iscontrol 8 ,
154.Xr iscsictl 8
155.\"Sh HISTORY
156.\"Sh AUTHORS
149chaptest {
150 targetaddress = 10.0.0.1;
151 targetname = iqn.1900.com.com:sn.123456;
152 initiatorname = iqn.2005-01.il.ac.huji.cs:nobody;
153 authmethod = CHAP;
154 chapiname = iqn.2005-01.il.ac.huji.cs:nobody;
155 chapsecret = "secretsecret";
156}
157.Ed
158.Sh SEE ALSO
159.Xr iscontrol 8 ,
160.Xr iscsictl 8
161.\"Sh HISTORY
162.\"Sh AUTHORS