Skip to content
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

connects to server but fails to make a connection test #179

Open
IMIEEET opened this issue Jul 4, 2024 · 0 comments
Open

connects to server but fails to make a connection test #179

IMIEEET opened this issue Jul 4, 2024 · 0 comments

Comments

@IMIEEET
Copy link

IMIEEET commented Jul 4, 2024

Version number
1.2.3

Describe the bug
using --wgconf i specify my own .conf config, after about 30 seconds it gives me this error time=2024-07-04T20:22:26.881+03:30 level=ERROR msg="connection test failed" error="Get \"http://1.1.1.1:80/\": connect tcp 1.1.1.1:80: operation timed out" time=2024-07-04T20:22:26.881+03:30 level=ERROR msg="connection test failed" error="Get \"http://1.1.1.1:80/\": connect tcp 1.1.1.1:80: operation timed out"
so from the log i think its checking the connection first before giving me proxy, but from the tun local ip of my config after a few seconds that i run the warp-plus i can ping my client, meaning that it successfully connected to my wireguard server but cant make a correct test for that.

To Reproduce
Steps to reproduce the behavior:
setup a wireguard server and a client config file, connect to it via warp-plus --wgconf client.conf, just before it cant make a connection test ping the local ip of user, for example if wireguard server is listening on 10.8.0.1 ping the client with 10.8.0.2 on server, if you see a correct ping it means you have a connection to client but warp-plus cant make a connection test and exits

Expected behavior
in case of successful connection to wireguard server, it should bind to proxy after that
idea: make so it binds the proxy anyway if test fails but print that error to notify user, just like how connection tests works in v2ray/xray clients

Desktop (please complete the following information):

  • OS: both server and client ubuntu 22 server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant