Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kroese
Copy link
Contributor

@kroese kroese commented Oct 24, 2025

When the container falls back to user-mode networking instead of kernel-mode (for example when ip_tables is not available or any other permission problem) the USER_PORTS variable is required to forward port 7148 to reach the Winboat Guest Server API.

@Levev
Copy link
Collaborator

Levev commented Oct 28, 2025

Thanks for noticing this detail!

Why is it that you only included the API port in USER_PORTS?
Should we also include the QMP port (7149) in USER_PORTS in case the container falls back to user-mode networking?

@kroese
Copy link
Contributor Author

kroese commented Oct 29, 2025

@Levev No, because the QMP port does not need to be forwarded to the VM, but to the container itself (where QEMU is running). Port 7148 is different, because it is opened inside the VM (instead of outside like 7149).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants