Fidel Perez-Smith
Fidel Perez-Smith
Love it! I'll try to implement that too when I get a chance. I'm also considering adding a SOCKS Proxy feature soon - that would also provide dynamic port forwarding.
Okay, summary: 1. [File Tunnel v2.2.0](https://github.com/fiddyschmitt/File-Tunnel/releases/tag/v2.2.0) now supports multiple forwards using SSH syntax: `-L 5000:192.168.1.20:3389 -L 5001:192.168.1.21:3389`. 2. It also supports remote tunneling using `-R`, as described [here](https://github.com/fiddyschmitt/File-Tunnel?tab=readme-ov-file#other-interesting-features). 3. SOCKS...
Back to you @DUOLabs333. Did you want to discuss anything else or are you happy for this issue to be closed?
Cool. Thanks for the suggestion. Tracking it here: [Add ability to use a preallocated file](https://github.com/fiddyschmitt/File-Tunnel/issues/22)
I use VirtualBox and use a Shared Folder between the host and guest. - In a Windows guest, I can mount the shared folder as a drive letter (after Guest...
Interesting - what is the mechanism QEMU uses to use a host file as a guest drive? And what does the guest do to mount it?
The file that gets passed in using `-drive`, isn't it created with `qemu-img create` and therefore already has content (img format, partitions, file system)?
How does it appear to the guest OS, and how do you interact with it in the guest?
Very interesting. There's a few of things to investigate: 1) When the file is in use by QEMU, can another program write to the file? 1) If the host writes...
So good!! Okay I'll reimplement preallocated files.