-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection aborted in Proxmox VM #398
Comments
So it will forward the remote VM ip / port to localhost first. It will then connect to it. It does it because we can't assume that the VM is exposed to the public and might only be reachable on the hypervisor host. If that is done, in this example, it will run If it says connection aborted, is there any kind of firewall or block in the VM? I also don't see the private key argument in there. |
Thanks for your response, @crschnick. It was a firewall issue. I have the VMs and the Proxmox servers in differente VLANS, and in Opnsense I didn't create a rule to allow the Port Forwarding that creates Xpipe from Proxmox Servers to VMs. After allow the connection betwen them Xpipe successfully create the tunnel. Regards, |
Alright, that's great. I'm not sure whether it would be possible to improve the user experience here, i.e. to show why it is failing |
I tried to improve the error message is in XPipe 14 for cases like this. Not entirely sure whether works for setups like yours. You can test it if you want |
Hi, everyone!
I heard about Xpipe on Awesome Open Source Youtube channel, and started to use it. It's great and I can manage all my homelab connections from the app, I had an issue with the Proxmox VM on Xpipe though. When try to connect to the VM I got the following message:
My setup:
Windows 11 Pro, OS build 26100.2605
Xpipe 13.4.4-202412130628
cmd (for SSH connections). Also tried with Termius and Widnows Terminal 1.21.3231.0
Debug log
If I run ssh command (ssh -i ./myprivatekey edited@IPVM) run fine, the problem is only when I use the Proxmox integration on Xpipe.
What it can be?
Thanks in advance.
The text was updated successfully, but these errors were encountered: