Home › Forums › Discussions › Support › Failed to figure out route to VPN server error
- This topic has 11 replies, 3 voices, and was last updated 8 months, 3 weeks 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.
July 12, 2023 at 10:10 am #13201Hey, the issue hasn’t been resolved even after the recent update. Any progress made regarding the issue?
July 16, 2023 at 1:58 pm #13202After careful review, I acknowledge that the proposed modification is indeed feasible. However, it’s important to note that this task will demand a substantial investment of time, potentially spanning several full working days, for both implementation and rigorous testing. Given that I am currently employed full-time, my availability is limited. Unfortunately, I am unable to provide a specific timeline or estimated completion date at this moment. Nevertheless, please be assured that this feature has been added to my TODO list and will be addressed as soon as my schedule permits.
February 27, 2024 at 1:05 am #13582hi
I need to run wiresock on the address 127.0.0.1 to run my program, but I encounter an error. I wanted to ask if the update announcement has not been done yet, and if not, do you have a plan to add support for local addresses?- This reply was modified 8 months, 4 weeks ago by koloner.
February 27, 2024 at 8:36 pm #13586Regrettably, I haven’t had enough spare time to dedicate to implementing this feature. Nonetheless, I’ll certainly consider adding support for local addresses in the future. Thank you for bringing it to my attention.
-
AuthorPosts
- You must be logged in to reply to this topic.