if we have a network interface with multiple IP addresses, for example 192.168.2.10 and 192.168.3.10 and if we have a smb.conf network config like this: interfaces = lo 192.168.0.0/16 bind interfaces only = yes then we should listen on both of the mentioned 192.168.x.y addresses. This doesn't work though, we'll only listen on the first of those detected addresses. Patch to follow...
This bug was referenced in samba master: b85f056e7312ea9839b6fda617132fcc956da3c1
Created attachment 18611 [details] Patch for 4.22 and 4.21 cherry-picked from master
Comment on attachment 18611 [details] Patch for 4.22 and 4.21 cherry-picked from master Hi Jule, This is ready for 4.22 and 4.21. Thanks...