--- elwix/config/etc/default/Attic/iscsi.conf 2014/01/07 13:34:50 1.1 +++ elwix/config/etc/default/Attic/iscsi.conf 2014/09/15 19:06:44 1.2 @@ -0,0 +1,21 @@ +# +# Globals +# +# $Id: iscsi.conf,v 1.2 2014/09/15 19:06:44 misho Exp $ +# + +port = 3260 + +myiscsi { # nickname + targetaddress = iscsi1 + targetname = iqn.1900.com.com:sn.123456 +} + +chaptest { + targetaddress= 10.0.0.1; + targetname = iqn.1900.com.com:sn.123456 + initiatorname= iqn.2005-01.il.ac.huji.cs:nobody + authmethod = CHAP; chapDigest = SHA1; + chapsecret = 0x3713c3336d9a224c2791c873d3d2b174 + tags = 256 +}