fredsmith2021
June 5th, 2021, 05:07 AM
Hi,
I am using an Ubuntu 20.04 64-bit box as an iSCSI initiator to connect to a Synology NAS. The first point to make is that the iSCSI drives are both mapped and accessible. After issues with the Synology NAS which required me to reinstall the operating system, I had to reconnect the initiator to the targets. Hitherto there were no issues with connecting to the targets of which I am aware.
Prior to the systemd report stated in the Title there is a sequences of 81 log entries from iscsid "cannot make a connection to fe80::211:32ff:fea5:ef01:3260 (-1,22)". It appears to me that this issue relates to IPv6. My network uses IPv4 and I have IPv6 switched off on both the Synology and on the Ubuntu box.
Any ideas on how and where to disable the attempt to connect on IPv6 would be gratefully considered.
Thanks
Okay, first and final edit.
When I ran:
sudo iscsiadm -m node -P 1
I got:
Target: iqn.2000-01.com.synology:SynDS418.Target-1.e3dc536b29
Portal: 192.168.100.146:3260,1
Iface Name: default
Portal: [fe80::211:32ff:fea5:ef01]:3260,1
Iface Name: default
Target: iqn.2019-10-20.com.synology:SynDS418.Target-1.e3dc536b29
Portal: 192.168.100.146:3260,1
Iface Name: default
Portal: [fe80::211:32ff:fea5:ef01]:3260,1
Iface Name: default
I entered the command:
sudo iscsiadm -m node -o delete -T iqn.2019-10-20.com.synology:SynDS418.Target-1.e3dc536b29 -p [fe80::211:32ff:fea5:ef01]:3260
And after the offending Portal was gone. I repeated for the remaining IQN and both entries were removed. After, upon reboot, no more adverse entries in the log file.
I am using an Ubuntu 20.04 64-bit box as an iSCSI initiator to connect to a Synology NAS. The first point to make is that the iSCSI drives are both mapped and accessible. After issues with the Synology NAS which required me to reinstall the operating system, I had to reconnect the initiator to the targets. Hitherto there were no issues with connecting to the targets of which I am aware.
Prior to the systemd report stated in the Title there is a sequences of 81 log entries from iscsid "cannot make a connection to fe80::211:32ff:fea5:ef01:3260 (-1,22)". It appears to me that this issue relates to IPv6. My network uses IPv4 and I have IPv6 switched off on both the Synology and on the Ubuntu box.
Any ideas on how and where to disable the attempt to connect on IPv6 would be gratefully considered.
Thanks
Okay, first and final edit.
When I ran:
sudo iscsiadm -m node -P 1
I got:
Target: iqn.2000-01.com.synology:SynDS418.Target-1.e3dc536b29
Portal: 192.168.100.146:3260,1
Iface Name: default
Portal: [fe80::211:32ff:fea5:ef01]:3260,1
Iface Name: default
Target: iqn.2019-10-20.com.synology:SynDS418.Target-1.e3dc536b29
Portal: 192.168.100.146:3260,1
Iface Name: default
Portal: [fe80::211:32ff:fea5:ef01]:3260,1
Iface Name: default
I entered the command:
sudo iscsiadm -m node -o delete -T iqn.2019-10-20.com.synology:SynDS418.Target-1.e3dc536b29 -p [fe80::211:32ff:fea5:ef01]:3260
And after the offending Portal was gone. I repeated for the remaining IQN and both entries were removed. After, upon reboot, no more adverse entries in the log file.