NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Getting wg(4) NetBSD server to work with WireGuard(R) macOS client



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


Home | Main Index | Thread Index | Old Index