You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Altares
changed the title
Make it act as a bridge
[Feature Request] Make it act as a bridge
May 10, 2024
Altares
changed the title
[Feature Request] Make it act as a bridge
[Feature Request] [bliKVM v4] Make it act as a bridge
May 10, 2024
Altares
changed the title
[Feature Request] [bliKVM v4] Make it act as a bridge
[Feature Request] [BliKVM v4] Make it act as a bridge
May 10, 2024
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).
The text was updated successfully, but these errors were encountered: