blikvm icon indicating copy to clipboard operation
blikvm copied to clipboard

[Feature Request] [BliKVM v4] Make it act as a bridge

Open Altares opened this issue 1 year ago • 3 comments

I love the bliKVM for working on servers and PCs that are inaccessible or too far from a screen. I use it as a practical way to attach a KVM to a PC while I'm working on it (open chassis on my workbench). So, while I can wirelessly access the display and input keyboard actions using my laptop. I wish I had also the option to bridge the network to the Ethernet port so that I could also access the machine from SSH or/and have it download the relevant packages from the internet. To summarize: We fake display and keyboard. It would be great if we could also fake Ethernet access using the same network the bliKVM is using wirelessly. To be clear, I know this is doable by creating a bridge interface, enabling NAT and IP forwarding. It's just that I'm wary of breaking the system by modifying the installed packages: sudo apt install bridge-utils Reading package lists... Done Building dependency tree... Done Reading state information... Done bridge-utils is already the newest version (1.7-1ubuntu3). You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: libc6-dev : Depends: libc6 (= 2.35-0ubuntu3.7) but 2.35-0ubuntu3.1 is to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

Altares avatar May 10 '24 18:05 Altares

Simply , do you want to share the kvm wifi network to controlled PC through a network cable between the kvm and the controlled PC?

blikvm avatar May 15 '24 09:05 blikvm

Simply , do you want to share the kvm wifi network to controlled PC through a network cable between the kvm and the controlled PC?

Yes, acting as a bridge to let the PC be on the same network.

Altares avatar May 15 '24 11:05 Altares

This should be feasible, it is a software feature that I have used under Windows, and I think it should also be possible under Linux.

blikvm avatar May 16 '24 01:05 blikvm