File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / Attic / iscsi.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Sep 15 19:06:44 2014 UTC (9 years, 11 months ago) by misho
Branches: MAIN
CVS tags: elwix2_3, HEAD, ELWIX2_2p0
elwix 2.2

    1: #
    2: # Globals
    3: #
    4: # $Id: iscsi.conf,v 1.2 2014/09/15 19:06:44 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>