Conversation
b3f1d8b to
a8d24db
Compare
- Introduced a new network type: WireGuard. - Updated network type definitions and handling in various components. - Implemented the `nicWireguard` device type for managing WireGuard interfaces. - Added validation and configuration logic for WireGuard networks. - Enhanced network loading and management to include WireGuard functionality. This update allows users to create and manage WireGuard networks within the system, expanding the networking capabilities significantly. Signed-off-by: Salem Yaslem <[email protected]>
a8d24db to
bedb05d
Compare
Signed-off-by: Salem Yaslem <[email protected]>
Signed-off-by: Salem Yaslem <[email protected]>
Signed-off-by: Salem Yaslem <[email protected]>
Added WireGuard, OpenVPN, and IPSec to the wordlist to enhance documentation and support for these networking technologies. Signed-off-by: Salem Yaslem <[email protected]>
Added WireGuard, OpenVPN, and IPSec to the wordlist to enhance documentation and support for these networking technologies. Signed-off-by: Salem Yaslem <[email protected]>
Signed-off-by: Salem Yaslem <[email protected]>
Signed-off-by: Salem Yaslem <[email protected]>
Signed-off-by: Salem Yaslem <[email protected]>
Signed-off-by: Salem Yaslem <[email protected]>
Signed-off-by: Salem Yaslem <[email protected]>
|
@stgraber Hello, I currently facing issues with |
Signed-off-by: Salem Yaslem <[email protected]>
|
@xlmnxp yeah that’s a known problem, unrelated to your contribution |
|
I must say I'm pretty confused about what the goal is behind this network and NIC type. Wireguard is a layer 3 VPN technology, Incus networks are layer 2, so the two aren't likely to mix all that well. The usual approach would be for each server to have its own network with its own subnet, then configure Wireguard on the host (which is the router for the network) to then route those subnets between servers over the tunnel. Could you describe your needs so we can look into the best way to meet them? |
Hello, my main issue was how to announce/distrobute the subnet to incus instances because the routed didn't do it for me, also needed a way to manage WireGuard for Incus and connect multiple cluster nodes together (as alternative for OVN) |
nicWireguarddevice type for managing WireGuard interfaces.This update allows users to create and manage WireGuard networks within the system, expanding the networking capabilities significantly.