LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   QEMU and networking? (https://www.linuxquestions.org/questions/linux-general-1/qemu-and-networking-490397/)

Zmyrgel 10-07-2006 02:03 PM

QEMU and networking?
 
Just got QEMU to work for me somewhat. Still need to get the kqemu to work. Can't I get the qemu os to access the internet with the simulated network adapter?

cs-cam 10-08-2006 09:39 AM

Course you can, the default network option is '-net user' which simulates a PCI network adapter and has a virtual DHCP server to assign it an address. Unless you have some funky iptables rules it should be able to access the internet fine by default provided the network connection is setup correctly in the guest OS.

Zmyrgel 10-08-2006 03:16 PM

Ok, I'll test that. I also found some info about tun which I will test too.

Another issue, my virtual slackware seems to 'boot for the first time' all the time which means it will make the DSA keys for SSH always which consumes pretty much time. Any idea what could be causing that?

cs-cam 10-08-2006 07:53 PM

Nope, never used Slackware. That would be happening if you're using the -snapshot option for qemu, it writes to a temp file so it won't modify the original image. Probably not but but figured it was worth mentioning.

Zmyrgel 10-09-2006 02:12 AM

I'm not using the snapshot option... but I'll try to get past that.


All times are GMT -5. The time now is 03:35 PM.