On Tue, 14 Jan 2025, Paul W. Rankin wrote:
What happens if you add 10.0.0.0/8 here?No change, unfortunately. Appreciate the suggestion though.
Does a regular connection work? Use the same Wireguard port: On the server: nc -u -l 9443 On the client: nc -u server-ip 9443 Type something on both ends. Try a TCP connection, too (w/o `-u'). Does the TCP connection break after a while when typing, or is it stable until you kill nc(1)? -RVP