Typo. I meant that I've tried -netdev socket, not -device socket
On Thu, Jun 2, 2022, at 10:25 AM, Anders Pitman wrote: > I'm trying to set up one guest as a SMB file server, and connect to it from > several other guests. I tried using -device socket listen/connect, but it > appears that only one client can connect at a time to each listener. I don't > want to use mcast for security reasons, ie the other guests shouldn't be able > to communicate with anyone but the file server. Would I have to set up a > separate network interface on the server for each guest, or is there another > way to do this? > > Thanks, > //anders