iSCSI targets known to work with iPXE

Many iSCSI target products are based upon one of these technologies, so your target may be supported even if it is not listed here.

https://github.com/robinsmidsrod/comstar-soho-helper provides some scripts to ease the task of setting up a COMSTAR target.

LIO (linux-iscsi.org)

This target works fine, but by default sends NOP-In messages that iPXE can't handle. This should not cause any issues, but has been known to cause trouble with grub2. If you encounter this, try disabling the NOP pings by setting the nopin_timeout node attribute to zero:

  lio_node --setnodeattr <TARGET_IQN> <TPGT> <INITIATOR_IQN> nopin_timeout 0

Microsoft iSCSI Software Target

You must explicitly authorise each iSCSI initiator to access each target. Go to Start โ†’ Administrative Tools โ†’ Microsoft iSCSI Software Target and open up the list of iSCSI Targets. Right-click on the relevant target and choose Properties. On the iSCSI Initiators tab, click Add to authorise a new initiator. You can specify an initiator by IQN, DNS Domain Name, IP Address, or MAC Address:

Adding a new initiator in Microsoft iSCSI Software Target

appnote/iscsi_targets.txt ยท Last modified: 2014/10/28 13:49 by hairlesshobo
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.