Install environment: docker (rustdesk/rustdesk-server:1) on nixos, both run on the same machine, and Ports are forwarded with docker Also tried s6 image Network 1st try: over VPN connection both connected via wireguard to opnsense. Network 2nd try: made server public both connect via public...
A WireGuard private key for a single node, generated with: wg genkey > example.key (never leaves the node it's generated on)Public keyA WireGuard public key for a single node, generated with: wg pubkey < example.key > example.key.pub (shared with other peers)...
and by using modern cipher suites running on all cores to encrypt traffic. WireGuard also gains a significant advantage by using UDP with no delivery/ordering guarantees (compared to VPNs that run over TCP or implement their own guaranteed delivery mechanisms). ...
A WireGuard private key for a single node, generated with: wg genkey > example.key (never leaves the node it's generated on)Public keyA WireGuard public key for a single node, generated with: wg pubkey < example.key > example.key.pub (shared with other peers)...
A WireGuard private key for a single node, generated with:wg genkey > example.key(never leaves the node it's generated on) Public key A WireGuard public key for a single node, generated with:wg pubkey < example.key > example.key.pub(shared with other peers) ...
How WireGuard Routes Packets More complex topologies are definitely achievable, but these are the basic routing methods used in typical WireGuard setups: Direct node-to-node In the simplest case, the nodes will either be on the same LAN or both be publicly accessible. Define directly accessible ...
A WireGuard private key for a single node, generated with:wg genkey > example.key(never leaves the node it's generated on) Public key A WireGuard public key for a single node, generated with:wg pubkey < example.key > example.key.pub(shared with other peers) ...
A WireGuard private key for a single node, generated with:wg genkey > example.key(never leaves the node it's generated on) Public key A WireGuard public key for a single node, generated with:wg pubkey < example.key > example.key.pub(shared with other peers) ...