diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
| commit | d0c85e36e4de67af628d54e9ab577cc3fad7796a (patch) | |
| tree | f8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/deepseek-2-tmp/output/network/2876 | |
| parent | 7f4364274750eb8cb39a3e7493132fca1c01232e (diff) | |
| download | emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip | |
add deepseek and gemma results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/network/2876')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/network/2876 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/network/2876 b/results/classifier/deepseek-2-tmp/output/network/2876 deleted file mode 100644 index a5c08eef..00000000 --- a/results/classifier/deepseek-2-tmp/output/network/2876 +++ /dev/null @@ -1,15 +0,0 @@ - -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: -# |
