summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/network/829455
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/network/829455
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/network/829455')
-rw-r--r--results/classifier/gemma3:12b/network/82945517
1 files changed, 17 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/network/829455 b/results/classifier/gemma3:12b/network/829455
new file mode 100644
index 000000000..6fd58126d
--- /dev/null
+++ b/results/classifier/gemma3:12b/network/829455
@@ -0,0 +1,17 @@
+
+user mode network stack - hostfwd not working with restrict=y
+
+I find that explicit hostfwd commands do not seem to work with restrict=yes option, even if the docs clearly state that hostfwd should override restrict setting.
+
+I am using this config:
+
+-net user,name=test,net=192.168.100.0/24,host=192.168.100.44,restrict=y,hostfwd=tcp:127.0.0.1:3389-192.168.100.1:3389
+
+(my guest has static IP address configured as 192.168.100.1/24)
+
+and I cannot log into my guest via rdp. the client hanging indefinitely.
+by just changing to "restrict=no" I can log in.
+
+maybe I am doing something wrong, but I cannot figure out what.
+
+running QEMU emulator version 0.14.0 (qemu-kvm-0.14.0)
\ No newline at end of file