<p>To enable DA NICs to communicate with each other, simply assign IPs and subnet and leave gateway and dns server fields blank. Par exemple</p>
<p>Node 1</p>
<pre><code class="lang-auto">IP: 192.168.10.1
SubnetMask: 255.255.255.0
</code></pre>
<p>Node 2</p>
<pre><code class="lang-auto">IP: 192.168.10.2
SubnetMask: 255.255.255.0
</code></pre>
<p>If NICs still try to use APIPA, then just remove device/drivers form device management and reinstall NICs drivers.</p>
<p>2-node S2D is broken and can’t survive second node reboot / down w/out losing pool quorum and disconnecting S2D pool. This is known issue and has to be fixed around this fall with some of the fixes (not guaranteed time frame). <a href="https://social.technet.microsoft.com/Forums/windowsserver/en-US/f09dbb64-dd64-4e2f-a9d3-7375b7be81b3/s2d-on-2019-perhaps-a-bug?forum=winserverClustering#b243262d-5e1a-42e0-bae1-b9b8ed8eda3c">Example thread</a> with an issue.</p>
<p>Si vous need 2-node switchless configuration, look at solutions, which have been designed for such setup. Like <a href="https://www.starwindsoftware.com/resource-library/starwind-virtual-san-for-hyper-v-2-node-hyper%D1%81onverged-scenario-with-windows-server-2016">Starwind vsan</a></p>