Home › Forums › Discussions › Support Portal › Failed to figure out route to VPN server error
- This topic has 7 replies, 2 voices, and was last updated 2 weeks, 2 days ago by
Vadim Smirnov.
-
AuthorPosts
-
March 28, 2023 at 8:46 am #12911
So I am trying to use Wiresock in a extremely restricted network where a stateful firewall is present. I use wstunnel (websocket tunnel) for obfustication of WireGuard connections. No other method really works since all unknown TCP connections are closed automatically on the network.
wstunnel runs locally on port 51280 and the WireGuard config has Endpoint set to 127.0.0.1:51280But when I use the config in wiresock it gives the error:
[MGR]: Using WireGuard server 127.0.0.1 : 51280
[TUN]: Failed to figure out the route to the VPN server
[MGR]: Tunnel has failed to start.March 28, 2023 at 7:18 pm #12914Thank you for reaching out regarding the issue you’re experiencing with Wiresock in your restricted network environment.
Please note that Wiresock does not support using localhost IP (127.0.0.1) as an endpoint. I recommend trying to specify the real local IP address instead of 127.0.0.1 for the WireGuard config endpoint.
However, I must mention that I am not certain if this change will work out-of-the-box, and some code adjustments may be necessary to ensure proper functionality of local redirect
March 29, 2023 at 12:51 pm #12916So how would I make this work with tunnels such as wstunnel or UDPspeeder. As one is really good for obfuscation and the other helps alot in making UDP connections more stable. They are pretty useful tools that I used to use with WireGuard.
March 30, 2023 at 10:46 am #12922I will look into adding support for your configuration when I have some free time, hopefully during the upcoming weekend.
April 12, 2023 at 6:59 pm #12976Hey, I was hoping to check in on the progress of adding support for my configuration. It’s been a little while since the last reply and I was just curious if there’s been any update on the situation. Thank you for you time btw.
April 12, 2023 at 7:31 pm #12978Hey, I apologize for the delay in getting back to you. I’ve had very limited time recently, and I devoted most of it to preparing the ARM64 build. I understand the importance of adding support for your configuration, and I will do my best to allocate some time to address this issue soon. Thank you for your patience and understanding.
May 21, 2023 at 10:17 pm #13058Hey, any updates on the following issue? Its been a while.
May 24, 2023 at 12:58 pm #13059I sincerely apologize for not being able to take on this task sooner. Due to a considerable workload in the past few weeks, I was primarily focused on resolving bugs. However, I’m optimistic about finding time this upcoming weekend to address this matter. Thank you for your understanding and patience.
-
AuthorPosts
- You must be logged in to reply to this topic.