Record of some of the computer tech I deal with so that it's documented at least somewhere.

Monday, 3 September 2007

Back to Qemu

When I ran my qemu script I got "connect: no such file or directory"

considering there's no "connect" which is coming from vde

So now I have to remember how to start vde_switch - not that it really worked last time !

http://www.slackware.com/~alien/slackbuilds/vde/build/Using_VDE_with_QEMU_HOWTO.txt

# vde_switch -tap tap0 -daemon
# ifconfig tap0 192.168.254.254

add the necessary routing
# iptables --append FORWARD --in-interface tun0 -j ACCEPT

I can ping into qemu and I can ping 192.168.254.254 but not beyond

bah ifconfig had the wrong ip

all working now

No comments: