Fabio C. wrote: >Hi to all! >I have to compile qemu or there's a repository with the package?!
If you'd like to use a binary package, I happen to have my own built. It includes the kqemu module. # pacman -U http://www.archlinux.org/~judd/qemu/qemu-0.7.0-1.pkg.tar.gz To activate the module (and networking), there is some manual setup required (as root). You can script it easily. # modprobe tun # modprobe kqemu # mknod --mode=0666 /dev/kqemu c 250 0 # chmod 666 /dev/net/tun # iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE # echo 1 > /proc/sys/net/ipv4/ip_forward - J _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
