Prerequisites

Video Walk Through

WireGuard configuration for a SCION Sui Node

WireGuard Configuration

The WireGuard configuration file is autogenerated and in the “WireGuard Config” column in the table below. Hover over the appropriate “WireGuard Config” and select “Copy to Clipboard” to clip the configuration text.

Take the contents of this file and save it to “/etc/wireguard/wg0.conf” on the node.

sudo cat > /etc/wireguard/wg0.conf

Replace the “INSERT_NODE_WIREGUARD_PRIVATE_KEY_HERE” text in the configuration file with the private key generated and saved as “privatekey” from the start of this onboarding.

sudo vi /etc/wireguard/wg0.conf

WireGuard Startup

WireGuard can be started with the “wq-quick up wg0” as root.

wg-quick up wg0

Verify Proper Operations

image.png

Proceed to the Next Step