Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proot's built-in port forwarding feature #22

Closed
ghost opened this issue Oct 16, 2020 · 1 comment
Closed

Add proot's built-in port forwarding feature #22

ghost opened this issue Oct 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Oct 16, 2020

So i was about to setup QEMU using proot-distro with SMB File sharing but the issue is SMB didn't start when QEMU is running. QEMU runs but SMB sharing didn't work only the 9p method (but the 9p protocol is not available for windows so smb is being used). so i was playing around with proot -p with debian chroot (which i asked in subreddit) then i could see some differences. when enabling the proot -p i tried to setup SMB with QEMU and it works. since SMB Server requires root access

This is useful for some applications like QEMU + smb and for lazy people needs to configure ports every time they reset the distro which is very tiring especially when you need to test packages

So it would be nice to add it

However it does not automatically bind to higher port (2000) if the server runs at port higher than 1024

@ghost ghost added the enhancement New feature or request label Oct 16, 2020
@ghost
Copy link

ghost commented Nov 8, 2020

Flag --fix-low-ports is now in git version.

@ghost ghost closed this as completed Nov 8, 2020
@ghost ghost locked and limited conversation to collaborators Oct 9, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

0 participants