diff options
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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: |