Balaji Vijayakumar

Results 113 comments of Balaji Vijayakumar

Thanks a lot for the reference. I was able to get the network up and was able to do ssh from host as well. But whenever i do ``` sudo...

Looks like this issue got resolved with latest gvisor and it is working via vz network attachment well. The iperf3 report looks solid as well. (Similar to the current one)...

Might need to add support for this as well - [x] mtu for file network attachment (macOS 13+) [maximumtransmissionunit](https://developer.apple.com/documentation/virtualization/vzfilehandlenetworkdeviceattachment/3969266-maximumtransmissionunit)

@Code-Hex You can run the program with sudo to overcome this entitlement requirement.

Yes yes, macOS directory sharing is supported only from macOS 13. Linux directory sharing was there from macOS 12. https://developer.apple.com/documentation/virtualization/shared_directories?changes=_2 (check the note section in this)

This PR https://github.com/lima-vm/lima/pull/1626 should address this by providing support for configurable usernet network

@AkihiroSuda This is now supported via user-v2. I think we can close this issue.

@blame-git If you could mention about the kind of network activity happening around that time (even your running containers info if possible) it would help debug/fix this issue better. I...

@blame-git > What seems to do it for me, is using a container that downloads files from the internet at high speed, and writing them out to volumes Is this...