summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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: