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, 10 months ago) by misho
Branches: MAIN
CVS tags: elwix2_3, HEAD, ELWIX2_2p0
elwix 2.2

#
# 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
}

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