You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW: Wireguard has a "PersistentKeepalive" feature. That's helped me a lot in my wireguard configs in the past (pre-innernet). Like adding a line like "PersistentKeepalive = 25" at the end of my wireguard conf file, in the [Peer] section, worked. That sends a KeepAlive packet every 25 seconds, ensuring the tunnel never gets closed off by any intermediary router. These KeepAlive packets are small, amounting to only like 8MB in a month, for 1 client.
Your (behind-an-LTE-connection) client switching IP addresses would seemingly not matter, as wireguard (I can't speak for the magic which innernet additionally performs) can gracefully and transparently handle such changes.
Hi,
I'm facing some weird connection issues.
My setup is the following:
server has ufw configured:
10.42.0.0/16
is my innernet network.clientB (innernet client) and server (innernet server) can see each other all the time.
But clientA is loosing the connection once about every 12 hours and can't seem to reconnect.
innernet fetch <network>
also does not helpWhen I do the following steps on server:
The connection between clientA and server can be reestablished.
The connection will stay active for some time (usually multiple hours) until its getting lost again.
I suspect that the LTE router changes access points often. Could this be the case here?
What has this to do with my ufw config?
Any help or ideas to debug this are appreciated.
The text was updated successfully, but these errors were encountered: