WSL Improvements - focus on additional devices flow#544
Open
ldokovic-personal wants to merge 1 commit into
Open
WSL Improvements - focus on additional devices flow#544ldokovic-personal wants to merge 1 commit into
ldokovic-personal wants to merge 1 commit into
Conversation
sdevinenamd
reviewed
Jul 15, 2026
| ``` | ||
|
|
||
| > The `netsh portproxy` rule survives reboots but the WSL gateway IP can change after `wsl --shutdown`. If Lemonade becomes unreachable from WSL after a restart, get the updated gateway IP and update the proxy with this new IP. | ||
| > The `netsh portproxy` rule survives reboots, but the WSL |
Collaborator
There was a problem hiding this comment.
Is this clarification necessary? We're already highlighting the correct terminal above each command
sdevinenamd
reviewed
Jul 15, 2026
| ```bash | ||
| ssh -N -L 17879:127.0.0.1:17879 user@<host-ip> | ||
| ``` | ||
| **Note:** After entering your password, no output is expected — the terminal will appear to hang. This is correct behavior. The `-N` flag means "do not execute a remote command", so SSH simply sits there maintaining the tunnel. |
Collaborator
There was a problem hiding this comment.
Suggested change
| **Note:** After entering your password, no output is expected — the terminal will appear to hang. This is correct behavior. The `-N` flag means "do not execute a remote command", so SSH simply sits there maintaining the tunnel. | |
| **Note:** After entering your password, no output is expected - the terminal will appear to hang. This is correct behavior. The `-N` flag means "do not execute a remote command", so SSH simply sits there maintaining the tunnel. |
sdevinenamd
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addressing what is being reported in this Feedback on OpenClaw WSL playbook - HaloBox .
What hasn't been fixed: