diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2876.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2876.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2876.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2876.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2876.toml new file mode 100644 index 000000000..654549e02 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2876.toml @@ -0,0 +1,22 @@ +id = 2876 +title = "IPv6 support for hostfwd + guestfwd" +state = "opened" +created_at = "2025-03-20T15:53:48.517Z" +closed_at = "n/a" +labels = ["Networking"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2876" +host-os = "nixos-unstable" +host-arch = "x86-64" +qemu-version = "master (1dae461a913f9da88df05de6e2020d3134356f2e)" +guest-os = "[Arch Linux](https://github.com/archlinux/arch-boxes?tab=readme-ov-file#qcow2-images)" +guest-arch = "x86-64" +description = """When using hostfwd, only IPv4 connections are forwarded.""" +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 = """#""" |