No portals found

Hello All,

I create a ISCSI share on my Truenas for a Debian system (Trixie), I follow this url Adding an iSCSI Share | TrueNAS Documentation Hub but on the initiator I get this error message when I try to scan the LUN below all commands executed :

root@neptune:/etc/iscsi# iscsiadm -m discoverydb -t st -p 172.29.30.5
BEGIN RECORD 2.1.11

discovery.startup = manual
discovery.type = sendtargets
discovery.sendtargets.address = 172.29.30.5
discovery.sendtargets.port = 3260
discovery.sendtargets.auth.authmethod = None
discovery.sendtargets.auth.username =
discovery.sendtargets.auth.password =
discovery.sendtargets.auth.username_in =
discovery.sendtargets.auth.password_in =
node.session.auth.chap_algs = MD5
discovery.sendtargets.timeo.login_timeout = 15
discovery.sendtargets.use_discoveryd = No
discovery.sendtargets.discoveryd_poll_inval = 30
discovery.sendtargets.reopen_max = 5
discovery.sendtargets.timeo.auth_timeout = 45
discovery.sendtargets.timeo.active_timeout = 30
discovery.sendtargets.iscsi.MaxRecvDataSegmentLength = 32768
END RECORD

root@neptune:/etc/iscsi# iscsiadm -m discoverydb
172.29.30.5:3260 via sendtargets
0.0.0.0:3260 via sendtargets
172.29.30.11:3260 via sendtargets

root@neptune:/etc/iscsi# iscsiadm -m discovery -t st -p 172.29.30.5
iscsiadm: No portals found

Below my configuration :

Thank you in advance for your help.

Kind regards
smokyrun

Hello All,

I succeeded to fix my problem about the error message “No portal found”, there is an error in the configuration of the Initiator on the Truenas system, I added the IQN provides by the Debian server from the file /etc/iscsi/initiatorname.iscsi and everything works fine now.
I’m created a BTRFS subvolume with the ISCSI LUN and I’m very happy about writing time provides by the Truenas server.

Smokyrun