# got fedora9 preview dvd via bittorrent
/opt/soft_kvm-65/bin/qemu-img create fed9 10G
sudo /opt/soft_kvm-65/bin/qemu-system-x86_64 -hda fed9 -m 1024 -net nic,vlan=0 -net tap,vlan=0,ifname=tap0 \
-usb -usbdevice tablet -cdrom /mnt/store/isos/Fedora-9-Preview-i386-DVD.iso -boot d
# installed fedora9, left out ooffice and some graphic-stuff
# networking: new vm gets a tap0 attached to local bridge kvm0. kvm0 has 10.0.30.1/24
# iptables is set up to NAT ips from 10.0.30.0/24
sudo /opt/soft_kvm-65/bin/qemu-system-x86_64 -hda fed9 -m 1024 -net nic,vlan=0 -net tap,vlan=0,ifname=tap0 \
-usb -usbdevice tablet -cdrom /mnt/store/isos/Fedora-9-Preview-i386-DVD.iso -boot c
# on new fedora9 vm:
vi /etc/inittab # changed runlevel to 3
# started network-administration, configured eth0-initerface to be under network-manager control,
# didnt come up automatically without.
yum update; yum update rpm rpm-libs udev upstart hal fedora-release
# setup a bind authoritative for linux.internal, delivering fedora9.linux.internal (10.0.30.15) and gw.linux.internal (10.0.30.1)
# set hostname to fedora9.linux.internal, edited /etc/hosts, rebooted
ssh -X into the fedora9-box
kinit admin, klist
firefox -no-remote
access https://10.0.30.15, login with kerberos-authorization should succeed