1,885
edits
Changes
→iSCSI Initiator
== iSCSI Initiator ==
# Install the <code>iscsi-initiator-utils</code> package.# Create an [[IQN ]] and place it in <code>/etc/iscsi/initiatorname.iscsi</code>
# Start the <code>iscsi</code> and <code>iscsid</code> services.
# Create an SSH tunnel to the remote host (running the target/portal software): <code>ssh ''user''@''host'' -L 3260:localhost:3260</code>