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

Question about getting started #54

Open
DHYTFG opened this issue Jan 13, 2023 · 8 comments
Open

Question about getting started #54

DHYTFG opened this issue Jan 13, 2023 · 8 comments

Comments

@DHYTFG
Copy link

DHYTFG commented Jan 13, 2023

Hi. At the first start, it gives me this message: interface address subnet should be /32 for IPv4 and /128 for IPv6. How to fix it?

@pufferffish
Copy link
Owner

Do you mind sending your wireguard / wireproxy config?

@DHYTFG
Copy link
Author

DHYTFG commented Jan 13, 2023

Wireguard conf:

[Interface]
PrivateKey = mNyqzNAlyK+93******
Address = 10.6.0.3/24
DNS = 10.6.0.1

[Peer]
PublicKey = Gj89agY+2Q5b4Q******
PresharedKey = e/y8yhQG7mU******
Endpoint = 87.120******:4129
AllowedIPs = 0.0.0.0/0, ::0/0

@pufferffish
Copy link
Owner

Change Address = 10.6.0.3/24 to Address = 10.6.0.3/32

@DHYTFG
Copy link
Author

DHYTFG commented Jan 14, 2023

Thank you, can you tell me what to do with this?

Handshake did not complete after 5 seconds, retrying (try 2)

@pufferffish
Copy link
Owner

Thank you, can you tell me what to do with this?

Handshake did not complete after 5 seconds, retrying (try 2)

This means that wireproxy cannot connect to your wireguard peer. Check your keys and endpoints to see if they are correct.

@DHYTFG
Copy link
Author

DHYTFG commented Jan 15, 2023

The problem may be that the server is working via udp?

@pufferffish
Copy link
Owner

The problem may be that the server is working via udp?

Wireguard uses udp only so I'm not sure what you mean.

@DHYTFG
Copy link
Author

DHYTFG commented Jan 15, 2023

Ok. How to fix this problem?

socks: Failed to process the request: Failed to send a response: write tcp 127.0.0.1:9652->127.0.0.1:29670: wsasend: The established connection was interrupted by the software on your host computer.

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

2 participants