summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2007-06-27 11:36:49 -0500
committerMike Christie <michaelc@cs.wisc.edu>2007-06-27 11:36:49 -0500
commit6aa03737b6d046b18e595832508b1b92e7c59f94 (patch)
tree9003200d4b633ae790aab1c77e33b7a418cba12d /README
parente640138b7a3f6bf8b5efe4f26e9ec83eb8b8c5b8 (diff)
downloadopen-iscsi-6aa03737b6d046b18e595832508b1b92e7c59f94.tar.gz
fix ipv6 README example
The ipv6 example in the README used the -T argument but forgot to pass in a target name.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index f13bcf3..87b3ee1 100644
--- a/README
+++ b/README
@@ -439,12 +439,14 @@ iscsiadm -m node -p ip:port -I iface0 --op=delete
To specify a IPv6 address the following can be used:
- ./iscsiadm -m node -T -p 2001:c90::211:9ff:feb8:a9e9 -l
+ ./iscsiadm -m node -T iqn.2005-03.com.max \
+ -p 2001:c90::211:9ff:feb8:a9e9 -l
The above command would use the default port, 3260. To specify a
port use the following:
- ./iscsiadm -m node -T -p [2001:c90::211:9ff:feb8:a9e9]:3260 -l
+ ./iscsiadm -m node -T iqn.2005-03.com.max \
+ -p [2001:c90::211:9ff:feb8:a9e9]:3260 -l
- iSCSI Login to a specific portal through the NIC setup as iface0: