summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/network/1404278
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/network/1404278')
-rw-r--r--results/classifier/gemma3:12b/network/140427811
1 files changed, 11 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/network/1404278 b/results/classifier/gemma3:12b/network/1404278
new file mode 100644
index 000000000..c1e67f21b
--- /dev/null
+++ b/results/classifier/gemma3:12b/network/1404278
@@ -0,0 +1,11 @@
+
+tap connections not working on windows host
+
+using latest qemu 2.2.0 64bit for windows host (installed from qemu-w64-setup-20141210.exe obtained from http://qemu.weilnetz.de/w64/  ),OpenVPN 2.6.3-I601 64bit tap adapter named tap01 and calling qemu using the following.
+
+qemu-system-x86_64.exe -m 512 -net nic -net tap,ifname=tap01 -hda "c:\\data\\images\\test.img"
+
+where the image contains a slackware 14.0 64bit install.
+The tap is bridged with the real network adapter and the bridge is given an ip of 10.1.1.41 (which works as the ip for the windows host). The tap adapter (in network connections) shows connected when the qemu vm is running. inside the vm, the network is given an ip of 10.1.1.143 (the netmask and default gateway are the same for the virtual and real pc).
+fault.
+The vm cannot see the rest of the local network or visa-versa. This used to work in early (0.9 32bit) versions of qemu.
\ No newline at end of file