summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/socket/2876
blob: c93288cf78ac8aa56243f528e16a56441c607578 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
socket: 0.951
graphic: 0.932
device: 0.929
instruction: 0.926
network: 0.895
vnc: 0.843
boot: 0.661
KVM: 0.596
mistranslation: 0.538
semantic: 0.464
other: 0.219
assembly: 0.201

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:
#