I'm trying to discover an iscsi target and am getting the following error:
iscsiadm: Connection to Discovery Address 172.18.1.4 closed
iscsiadm: Login I/O error, failed to receive a PDU
My target config is the following:
<target iqn.2012-4.com.mylab:first >
backing-store /dev/vgsrv/storage
initiator-address 172.18.1.1
</target>
Here are my details:
my initiator IP : 172.18.1.4
my target IP : 172.18.1.1
kernel : Linux 2.6.32-504.el6.x86_64
iscsid version 6.2.0-873.13.el6
Any tips why I'm facing this issue? All firewalls and ips are off.