[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: QEMU on Debian issues



Disc Magnet <discmagnet@gmail.com> writes:

> I have installed QEMU on my Debian Testing box. I have GNOME running
> on my host Debian. The virtual OS installed and running on QEMU system
> is not running X. So, i launch QEMU with my OS image and work on the
> console.
>
> Any solutions to the following problems?
>
> 1. The IP address of the QEMU system appears to be in 10.30.*.* range.
> However, the IP address of my host system is in 192.168.2.*. I can't
> ping QEMU from host or vice versa. This makes exchanging files between
> my host system and QEMU system impossible.
>
> 2. Anyway to copy paste across QEMU system and host system?
>
> 3. The color of the console font appears to be very light shade of
> gray that strains my eyes. Anyway to change the font color?

You can use an alias for your ethernet to access another address.  You
can use something like:
    ifconfig eth0:1 add 10.30.0.0 netmask 255.255.0.0
You can delete that later if desired with 'ifconfig eth0:1 down'.  Of
course, change the .0.0 at the end to an unoccupied address if
necessary, and change eth0 to whatever your card is called.  Just type
'ifconfig' to see what your current configuration is.  You can also
put the alias in /etc/network/interfaces for automatic configuration.

-- 
Carl Johnson		carlj@peak.org


Reply to: