Open sudhirpandey opened 1 year ago
Weird.
I have the same configuration: Ubuntu 22.04LTS x86-64 running under UTM 4.2.5 on macOS 13.3 M1.
When I do curl -v https://www.google.com
from the terminal it spews a lot of (javascript) vomit which is actually the contents of the site.
Try sudo apt update && sudo apt update
and reinstalling curl.
Thanks for testing,
For me , Since it does not have internet access both sudo apt update && sudo apt update
fails.
seems like your macOS is at 13.3, and mine is at 13.4 could that be an issue..
Let me check in another mac of mine to confirm it.
Describe the issue
I have a very weird networking issue on the guest side, so far all the things looks good and ping works but curl / wget doesnot works ( network mode is in shared network mode)
I have created a vm ubuntu 22.04 x86_64 which using the official iso image.
After installation and reboot i get the ipaddress from dhcp
and on Guest i see following
I am able to successfully login form hostVM to the guest VM using ssh
I am able to ping towards internet
However i cannot make Tcp based connection either via telnet or via curl
On my host ( mac os i see this bridge interface)
Configuration
Debug log
debug.log
Additionally , i am unble to make any changes in network mode via UI. ( ie can see all the 4 option ) but only can select shared network mode.