I set up qemu to use the tuntap network mode but I don see any /dev/tun0 or /dev/net/tun0! What happened?
Um… it will be in “ifconfig -a”. There is no /dev/eth0 under linux, the same applies for tun0. Futhermode, tun0 or tap0 will not exist unless qemu is actually running – when qemu finishes running, it removes the devices on its own (technically it is the kernel which removes any unused tuntap devices).