machyve / xhyve

xhyve, a lightweight OS X virtualization solution
Other
6.44k stars 354 forks source link

Document how to easily enable networking for TinyCoreLinux example #168

Open brandonros opened 5 years ago

brandonros commented 5 years ago

It'd be neat if networking was automatic for this example, or if steps on how to easily enable it were listed: https://github.com/machyve/xhyve#booting-tinycorelinux

It would increase the "developer experience". :)

jedi-jiang commented 4 years ago

I encounter the same networking issue, if I ping a IP e.g. 192.168.0.1, it shows "network is unreachable", Do you know how to make the network works properly?

xpepermint commented 4 years ago

Add -s 0,virtio-net and run with sudo.

imben1109 commented 3 years ago

i have same issue on MacOS. What can i do to make tinyCore can access the internet?