To install a virtual machine: you need qemu/kvm (Or any other VM, this is the one i know)
create a large file (like at least 2 Gigs), this will be your fake harddrive. $dd if=/dev/zero of=./deb-hda bs=1M count=2000 this will create a file named deb-hda of 2000M (if: input file, of: output file, bs: block size, count: # of blocks) Download any install image, if you know how to build an image yourself even better, you only need a minimal install, X is a unnecessary for our needs. you can get it here: http://cdimage.debian.org/debian-cd/7.0.0/i386/iso-cd/debian-7.0.0-i386-CD-1.iso $kvm --hda deb-hda --cdrom debian-7.0.0-i386-CD-1.iso I used expert install, with pretty much default options, no window manager. this should install it, when done, run $kvm --hda deb-hda When you've done this, i'll show you how to setup the tunnels and bridges. Even though this isn't a qemu list, any problems you have post them here so we can get some sort of testing environment running for a few people. _______________________________________________ Netsukuku mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/netsukuku
