Tiny Core Linux
General TC => Tiny Core on Virtual Machines => Topic started by: georgp24 on January 02, 2014, 05:12:56 PM
-
I boot Tinycore 477 in Qemu on Windows. When I run the appbrowser, I can browse the applications and select the fastest mirror. So I have a working TCP/IP connection.
However, when I open Aterm and enter "ping www.google.de" I get no connection. This does work, however, when I burn the image on a CD and boot from it.
How can I get this working?
-
http://wiki.qemu.org/Documentation/Networking
User Networking (SLIRP)
This is the default networking backend....ICMP traffic does not work (so you cannot use ping within a guest)
This question is better addressed to Qemu ML or IRC.
-
Thank you Curaga, now I understand why ping does not work.