Created attachment 13497 [details] Minimalist tested patch that enables clustered tests. smbtorture from with smb2.* test with the recent samba master still communicating on one IP: bin/smbtorture //<ip>/test --unclist=unclist.txt --option=torture:nprocs=4 -UAdministrator%<password> -W <domain> smb2.oplock cat unclist <ip1> <ip2> <ip3> <ip4> Doing tcpdump on each server nodes showing traffic only on <ip>. When I compile the attached patch, it gets working on all IPs. As you see it by code, the documented --unclist option is supported only with the SMB1 tests (that are today deprecated).
Final polished patch went in as f0b85c1da2617f1b4d6f17a2cdab60943aca35e6, verified and closing.