Review Wireguard #46

Open
opened 2021-09-17 14:49:50 +00:00 by quentin · 0 comments
Owner

Wireguard is a kernel-space VPN server.
https://www.wireguard.com/

It might be interesting to see how to interact with it in Rust.

Wireguard uses ioctl to be configured from the userspace.

Rust can speaks ioctl:
https://docs.rs/nix/0.22.1/nix/sys/ioctl/index.html

The whitepaper:
https://www.wireguard.com/papers/wireguard.pdf

systemd-networkd has native support for wireguard.
https://man.archlinux.org/man/systemd.netdev.5#EXAMPLES
example 17

systemd-networkd has a small dbus API
https://github.com/systemd/systemd/issues/7593#issuecomment-713131716

Wireguard is a kernel-space VPN server. https://www.wireguard.com/ It might be interesting to see how to interact with it in Rust. Wireguard uses `ioctl` to be configured from the userspace. Rust can speaks ioctl: https://docs.rs/nix/0.22.1/nix/sys/ioctl/index.html The whitepaper: https://www.wireguard.com/papers/wireguard.pdf systemd-networkd has native support for wireguard. https://man.archlinux.org/man/systemd.netdev.5#EXAMPLES example 17 systemd-networkd has a small dbus API https://github.com/systemd/systemd/issues/7593#issuecomment-713131716
quentin added this to the Create an encrypted network against servers milestone 2021-09-17 14:49:50 +00:00
quentin self-assigned this 2021-09-17 14:49:50 +00:00
quentin changed title from Review wireguard to Review Wireguard 2021-09-17 14:50:01 +00:00
quentin added the
review
label 2021-09-17 15:14:59 +00:00
This repo is archived. You cannot comment on issues.
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/infrastructure#46
No description provided.