Skip to content

WSL Improvements - focus on additional devices flow#544

Open
ldokovic-personal wants to merge 1 commit into
mainfrom
openclaw-wsl
Open

WSL Improvements - focus on additional devices flow#544
ldokovic-personal wants to merge 1 commit into
mainfrom
openclaw-wsl

Conversation

@ldokovic-personal

Copy link
Copy Markdown
Collaborator

Addressing what is being reported in this Feedback on OpenClaw WSL playbook - HaloBox .

What hasn't been fixed:

  • Users weren't warned that if the Lemonade server isn't running from different terminals, they need to download and load the model with the Lemonade App. This would lead to the understanding that the Halo device has a bridge issue from the cmd's. Thoughts..?

```

> 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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this clarification necessary? We're already highlighting the correct terminal above each command

```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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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