Data does not pass through wireguard client
On the router, the WG vpn client shows that it is connected, but data is not transmitted through the tunnel. I tried ping to the WG server, telnet to different ports (they are open) of the WG server, it does not ping and does not connect to the ports
If I create a WG connection on the PC with the same settings, then everything works.
From PC:
From router
Any ideas?
Thanks
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Hi,
Below the "Server List" there should be a "Device List". Have you added your computer to that device list?
I am not sure whether the Diagnostics feature of the router can actually connect through the VPN connection.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Yes, technical support replied that it is impossible to specify the IP subnet. Strange decision, cutting off standard WireGuard capabilities
- Copy Link
- Report Inappropriate Content
Thank you very much for the feedback.
You mean you would like to add all client devices to the VPN device list via a simple button instead of adding them into the device list manually, right?
I will record your suggestion and report to development team for evaluation.
- Copy Link
- Report Inappropriate Content
Yes, so that I should specify the LAN subnet and/or hosts, as I can do it in regular Linux or in Mikrotik.
Device list(AllowedIPs) may be: IP subnet, hosts, IP subnet OR hosts, IP subnet AND hosts, Any (0.0.0.0/0)
Example of working linux configuration
### Server
cat /etc/wireguard/wg0-server.conf
[Interface]
Address = 10.128.0.1/24
SaveConfig = false
ListenPort = 51820
PrivateKey = MIaHo
[Peer]
PublicKey = 0QOz
AllowedIPs = 10.128.0.3/32,172.16.102.0/24
### Client
cat /etc/wireguard/wg0-client.conf
[Interface]
Address = 10.128.0.3/24
PrivateKey = yJQHJ
[Peer]
PublicKey = 9tak
AllowedIPs = 10.128.0.0/24,172.16.102.0/24
Endpoint = vpn,example,com:51820
PersistentKeepalive = 25
a little humor :)
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 1109
Replies: 6
Voters 0
No one has voted for it yet.