Annotation of elwix/config/etc/default/iscsi.conf, revision 1.2

1.2     ! misho       1: #
        !             2: # Globals
        !             3: #
        !             4: # $Id: iscsi.conf,v 1.1.2.1 2014/01/07 13:34:50 misho Exp $
        !             5: #
        !             6: 
        !             7: port = 3260
        !             8: 
        !             9: myiscsi { # nickname
        !            10:        targetaddress        = iscsi1
        !            11:        targetname           = iqn.1900.com.com:sn.123456
        !            12: }
        !            13: 
        !            14: chaptest {
        !            15:        targetaddress= 10.0.0.1;
        !            16:        targetname   = iqn.1900.com.com:sn.123456
        !            17:        initiatorname= iqn.2005-01.il.ac.huji.cs:nobody
        !            18:        authmethod = CHAP; chapDigest = SHA1;
        !            19:        chapsecret = 0x3713c3336d9a224c2791c873d3d2b174
        !            20:        tags         = 256
        !            21: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>