##
# Copyright 2006 Hewlett-Packard Development Company, L.P.
# All Rights Reserved
# 06/15/06 jpd
#
# Consult the IETF iSP iSCSI for details of these items.
#
##
# Name of the iSCSI Target. Must match what the target offers.
# Hard coded Target IP .. No DNS support
#
TargetName=iqn.2003-05.com.hp1510i:disk01
TargetIP=10.10.10.13
##
# local name the iSCSI client will present to the Target
# and local IP settings. No DNS or DHCP support
#
InitiatorName=iqn.client01
InitiatorIP=10.10.10.02
InitiatorNetmask=255.255.255.0
InitiatorRoute=10.10.10.1
TargetPort=3260
## Locally Admin Address (MAC address) and VLAN (Enabled/Disabled)
#
LAA=000000000000
VLAN=Disabled
## LUN Mapping 
#
LUN=0
## Make this persistent BIOS int 13 IPL routine. Replaces Embedded HD C:\ (if present).
#.
ForceBoot=True
## Digest (CheckSum) data or Headers. Must match target setting.
#
DataDigest=False
HeaderDigest=False
## Account Login information
# . The AuthMethod values are: None,CHAP, and (TwoWay) MutualCHAP,
#
AuthMethod=None
CHAPUsername=iqn.1991-05.com.microsoft:comfort.txn.cpqcorp.net
CHAPSecret=Some12day123
CHAPMSecret=BetterThanThat
