Hi
i have one question about port-binding and multipath, i am searching internet for hours without finding the answer for my question
I know how port-binding works (iscsi targets and initiators must be in the same subnet/broadcast domain) but how to configure multipath if this is not the case?
in my example, setup looks like following

iSCSI-01 has 10.85.20.10/26
iSCSI-02 has 10.85.20.70/26
Storage-Controller 1 has 10.85.20.20/26
Storage-Controller 2 has 10.85.20.80/26
means iSCSI-01 is in same subnet with Storage-Controller 1 and iSCSI-021 is in same subnet with Storage-Controller 2.
So according to vmware documentation (eg VMware vSphere ISCSI Port Bindings – You’re Probably Doing it Wrong | virtual.mvp) i am not supposed to use "VMkernel Port Binding" (as it is configured right now):

but if i remove "iSCSI-02" from the iSCSI Initiator, there is no more multipathing as only one vnic is used for iSCSI. Is there a possibility to use multpathing without port-binding? How can i have redundancy without port-binding?
Thanks for your help!