Gert Doering
Gert Doering
Hi, On Sat, Jan 21, 2023 at 04:07:52PM -0800, inclementweather wrote: > After reading through the docs it seemed like using auth tokens was the proper way to limit session...
@schwabe shall we try to fix this in 2.5.8? I've seen the same behaviour (but not always) on token expiry / AUTH_FAILED in earlier versions - but all my servers...
The log file is missing most of the important parts - what did it try to ifconfig, and what did the server send. Please include a full log with `verb...
So, the reason for all these errors about IPv6 routing are because your PUSH_REPLY message has `redirect-gateway ipv6`, but no `ifconfig-ipv6` - and putting an IPv6 route to an interface...
What sort of proxy is this, running locally on the same machine (127.0.0.1)? Since this will most certainly be different between Windows and MacOS - maybe there are logs on...
At least 2.x is successfully establishing a session with the server, so something must have been sent through the proxy - TLS handshake and PUSH_REPLY will only be reached if...
Sounds like a bug of the "redirect-gateway " code in combination with HTTP proxy. Should be easy enough to test. Maybe it's related to having two "redirect-gateway" statements in the...
So, my interpretation of this is: - the proxy is some sort of tunneling service, which has a local endpoint (127.0.0.1) and is talking "to a remote end" (185.1.1.1) -...
Copying over the suggestions from Selva ``` I would suggest - use IPAPI through iService if available - fallback to DHCP for tap-window6 if DHCP is enabled on the adapter...
> That said, we are just piling on to a check that is in the wrong place to start with (client instead of server) -- but it seems only I...