summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/network/1861884
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/network/1861884')
-rw-r--r--results/classifier/deepseek-2-tmp/output/network/186188422
1 files changed, 0 insertions, 22 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/network/1861884 b/results/classifier/deepseek-2-tmp/output/network/1861884
deleted file mode 100644
index d0650a3f..00000000
--- a/results/classifier/deepseek-2-tmp/output/network/1861884
+++ /dev/null
@@ -1,22 +0,0 @@
-
-qemu socket multicast not working
-
-Running two qemu vms on the same socket multicast address:
-
-  qemu-system-x86_64 -m 2048 -smp 2 -serial mon:stdio -display none -vga none
-    -nodefaults -accel hax
-    -netdev user,id=mynet0
-    -device virtio-net-pci,netdev=mynet0
-    -netdev socket,id=vlan,mcast=239.192.0.1:1235
-    -device virtio-net-pci,netdev=vlan
-    -device virtio-rng-pci
-    -drive file=worker.qcow2,if=virtio
-    -drive file=cloud-init.iso,format=raw,if=virtio
-
-The two machines have a static ip on the socket network interface, 192.168.100.11 and 192.168.100.12, but are unable to reach each other. 
-
-Is there additional configuration necessary on macos? Does this only work on Linux?
-
-guest OS: Debian 10 (Buster)
-host OS: macOS 10.15.2
-qemu: 4.2.0
\ No newline at end of file