Hi,
So, the desktop i7 computer is going to be the ESOS storage server?
You say the box has two NICs... it sounds like you are dedicating one
NIC to "management" and the other NIC should be used for iSCSI
connectivity (target)? If that's the case, then in the TUI, you could
just configure an IP on the second NIC, and use the IP address of that
NIC from the initiator side (eg, the portal address).
If you're wanting two utilize both NICs for front-end iSCSI storage
connectivity, that works too -- unless maybe your management network
is physically different and the SAN (Ethernet) switches are different.
In that case, the scenario you described above is probably what you
want.
But in case you do want to utilize both NICs, I'd add a second iSCSI
target (giving you two total); this can be done from the Targets menu
in the TUI. Configure the second NIC using the TUI. Then, at the
shell, you can restrict each iSCSI target to only operate on a
specific interface (IP) like this:
echo "add_target_attribute iqn.2016-05.esos.localhost:379d4
allowed_portal 192.168.40.21" >
/sys/kernel/scst_tgt/targets/iscsi/mgmt
echo "add_target_attribute iqn.2016-05.esos.localhost:d92cf
allowed_portal 192.168.40.22" >
/sys/kernel/scst_tgt/targets/iscsi/mgmt
Where each target name and IP address above is replaced with whatever
the values are for your system. This will limit the portals (IP
interfaces) to specific targets, and this way you force communication
to those targets via a specific IP (interface).
Hope that helps. Let us know if you have any more questions.
--Marc
>
> thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "esos-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
esos-users+...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.