donaldzou / WGDashboard

Simple dashboard for WireGuard VPN written in Python w/ Flask
Apache License 2.0
1.4k stars 202 forks source link

New configurations doesn't work. Only the default configuration (wg0) works. #212

Open rasurulaev opened 1 year ago

rasurulaev commented 1 year ago

I'm trying to create a second network (wg1), everything seems to be fine, but when connecting to a VPN, handshake does not occur. Can you suggest what is the problem? I attach the configuration file and screenshots

My dashboard is running on veesp.com VPS with Wireguard template.

wg1_02202023182931

[Interface]
PrivateKey = SMhCbXkFgacavkSzH+7D4x/qNlYGFiv/r937m+Dpt2g=
Address = 10.0.1.3/32
DNS = 1.1.1.1
MTU = 1420

[Peer]
PublicKey = Cu5JIs64y530586MeZz7ph4qX8AXVATfx0rmRemRIRY=
AllowedIPs = 0.0.0.0/0
Endpoint = 91.197.3.127:52836
PersistentKeepalive = 21

2023-02-20_21-47-04 2023-02-20_21-44-54

CaptainBlur commented 1 year ago

Yeah, just faced the same problem. All different ips and ports doesn't work