I know this has been asked many time before but I still do not know what I am doing wrong. I am handing out iSCSI LUNs from a host at
192.168.10.18:3260 to a host called testbox (initiator).
[root@testbox ~]# iscsiadm -m discovery -t sendtargets -p 192.168.10.18
[fe80::211:32ff:fe15:74eb]:3260,1 iqn.2000-01.com.synology-iSCSI:storage.01
[root@testbox ~]#
[root@testbox ~]# fgrep address /var/lib/iscsi/nodes/iqn.2000-01.com.synology-iSCSI\:storage.01/
192.168.10.18\,3260\,1/default
node.discovery_address = 192.168.10.18
node.conn[0].address = 192.168.10.18
[root@testbox ~]#
When I try to connect I am getting the connection timed out issue. Correct me if I am wrong but it is barking at when It tries to connect using IPv6:
[root@testbox ~]# iscsiadm -m node --loginall all
Logging in to [iface: default, target: iqn.2000-01.com.synology-iSCSI:storage.01, portal: 192.168.10.18,3260]
Logging in to [iface: default, target: iqn.2000-01.com.synology-iSCSI:storage.01, portal: fe80::211:32ff:fe15:74eb,3260]
Login to [iface: default, target: iqn.2000-01.com.synology-iSCSI:storage.01, portal: 192.168.10.18,3260] successful.
iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology-iSCSI:storage.01, portal: fe80::211:32ff:fe15:74eb,3260].
iscsiadm: initiator reported error (8 - connection timed out)
iscsiadm: Could not log into all portals
[root@testbox ~]#
which sometimes seems to be what it wants to do by default:
[root@testbox ~]# iscsiadm -m node -T iqn.2000-01.com.synology-iSCSI:storage.01 -l
Logging in to [iface: default, target: iqn.2000-01.com.synology-iSCSI:storage.01, portal: fe80::211:32ff:fe15:74eb,3260]
iscsiadm: Could not login to [iface: default, target: iqn.2000-01.com.synology-iSCSI:storage.01, portal: fe80::211:32ff:fe15:74eb,3260].
iscsiadm: initiator reported error (8 - connection timed out)
iscsiadm: Could not log into all portals
[root@testbox ~]#
I did not really setup IPv6 in this network; is I guesstimation for the source of the problem correct?