SSH Tunneling Partially Works? #520

Open
opened 2026-02-20 08:23:20 -05:00 by deekerman · 3 comments
Owner

Originally created by @DerMonozukurist on GitHub (Jan 29, 2026).

ssh -L127.0.0.1:8880:192.168.111.180:80 root@myhome.lan

When ssh tunneling, I can only see the following:

Image

However, when accessing it directly from my home lan, all works fine. Any pointers what I might be doing wrong?

Originally created by @DerMonozukurist on GitHub (Jan 29, 2026). ``` ssh -L127.0.0.1:8880:192.168.111.180:80 root@myhome.lan ``` When ssh tunneling, I can only see the following: <img width="2533" height="1378" alt="Image" src="https://github.com/user-attachments/assets/c602d951-bfa3-49dd-8f07-f0b7d21cf9cb" /> However, when accessing it directly from my home lan, all works fine. Any pointers what I might be doing wrong?
Author
Owner

@goldstar611 commented on GitHub (Feb 1, 2026):

In Chrome web browser, open Dev Tools sidebar and see what requests are failing in the network tab.

@goldstar611 commented on GitHub (Feb 1, 2026): In Chrome web browser, open Dev Tools sidebar and see what requests are failing in the network tab.
Author
Owner

@DerMonozukurist commented on GitHub (Feb 2, 2026):

In Chrome web browser, open Dev Tools sidebar and see what requests are failing in the network tab.

Tried that, but I'm not seeing failed connections under "Network" tab. There are some errors in the console tab mentioning some sort of rpc channels being closed. Perhaps network request to it is not recorded in the network tab. Here's some screenshot for reference:

Image
@DerMonozukurist commented on GitHub (Feb 2, 2026): > In Chrome web browser, open Dev Tools sidebar and see what requests are failing in the network tab. Tried that, but I'm not seeing failed connections under "Network" tab. There are some errors in the console tab mentioning some sort of rpc channels being closed. Perhaps network request to it is not recorded in the network tab. Here's some screenshot for reference: <img width="606" height="1370" alt="Image" src="https://github.com/user-attachments/assets/634f78e3-946f-4227-85d6-948c1962e0d8" />
Author
Owner

@DonOregano commented on GitHub (Feb 2, 2026):

I tried ssh tunneling too, and got pretty much the same result as you got. I assumed it had to do with WebRTC not being tunnelled, and probably not possible to tunnel. I am hoping for native WireGuard support instead, see #66

@DonOregano commented on GitHub (Feb 2, 2026): I tried ssh tunneling too, and got pretty much the same result as you got. I assumed it had to do with WebRTC not being tunnelled, and probably not possible to tunnel. I am hoping for native WireGuard support instead, see #66
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/kvm#520
No description provided.