VPN USB Token Redirection #613
Replies: 1 comment 3 replies
-
I use something similar to this setup all the time: My Windows machine is "locked down", such that it cannot receive incoming connections (and we need incoming remote connections from the other machine). So, I SSH into the remote machine (this is allowed), with a reverse tunnel. From the Windows host:
192.168.x.y is the IP address of the remote Linux machine that will be the guest of the USBIP device. Usually, such "reverse tunnels to localhost" bypass all firewalls. |
Beta Was this translation helpful? Give feedback.
-
Colleagues, good afternoon!
I'm trying to redirect a USB token from a Windows computer (with version 3.0.0 installed) to a Linux workstation, but through a VPN tunnel.
I list the USBs through PowerShell, I share the token and on the Linux station, I use the command to connect to the shared Token using the ip that my Windows machine acquired when connecting to the VPN.
We use CheckPoint VPN and a port 3240 release rule has already been added to our Firewall.
But I still get the error "ip:3240: System error" when trying to list the Windows machine's USBs from the remote Linux.
Commands I used on Linux:
"sudo usbip list -r windows_server_ip";
Then I tried connecting to the shared token, even without listing:
"sudo usbip attach -r windows_server_ip"
I got the error: "usbip:error:tcp connect"
I had created rules on the local firewall, but I saw that the installer already creates these rules, so I removed the rules, along with uninstalling USB/ip win.
After that, I did the installation again using: "winget install --interactive --exact dorssel.usbipd-win"
The error keeps occurring.
Can you help me identifying what I did wrong?
I saw that there are similar discussions, but all using WSL. I haven't seen any cases like mine that use a VPN connection.
Thanks in advance for everyone's help and attention.
Beta Was this translation helpful? Give feedback.
All reactions