On Tue, 14 Jan 2025, RVP wrote:

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)?


Ah, don't bother with this--I see that the initial handshakes do complete
successfully. Following up on hannken@'s suggestion, can you change the
wg0 addresses to one in the already allowed IP-range, say, 11.0.0.0/8?

-RVP

Reply via email to