summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/vmm/2876
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/vmm/2876')
-rw-r--r--results/classifier/accel-gemma3:12b/vmm/287615
1 files changed, 15 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/vmm/2876 b/results/classifier/accel-gemma3:12b/vmm/2876
new file mode 100644
index 000000000..a5c08eeff
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/vmm/2876
@@ -0,0 +1,15 @@
+
+IPv6 support for hostfwd + guestfwd
+Description of problem:
+When using hostfwd, only IPv4 connections are forwarded.
+Steps to reproduce:
+1. Start vm with the aforementioned command using a system image that comes with a socket listening on both IPv4 and IPv6. (I used Arch Linux Box which comes with `sshd` enabled by default).
+2. Connect to the forwarded socket:
+  - IPv4 succeeds:
+    - `ssh -oPasswordAuthentication=yes arch@127.0.0.1 -p 52022`
+    - `nc -zv 127.0.0.1 52022`
+  - IPv6 does not:
+    - `ssh -oPasswordAuthentication=yes arch@::1 -p 52022`
+    - `nc -zv ::1 52022`
+Additional information:
+#