Works from LAN, but not from WAN #533
Unanswered
o-alquimista
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The client can connect to the server from inside the LAN where the server is, but from outside (WAN) it won't reach
client_ready
.-a
flag on both sides.Server
The server is an OpenWrt router (the default gateway at home) of architecture MIPS "ramips" little-endian. I'm using the precompiled binary from github releases (
git version:e5ecd33ec4 build date:Feb 7 2023 08:24:29
).It has a static public ipv4 address, and it is connected to a broadband fiber-optics internet provider via PPPoE. MTU is set to 1492 on the wan interface.
The router is also a Wireguard server, to which I can successfully connect to when I'm away from home.
Client
The client is an amd64 laptop running Fedora Workstation 40. It is connected to a different ISP (broadband, fiber-optics too) at a different location.
Beta Was this translation helpful? Give feedback.
All reactions