WireGuard configuration for a SCION Sui Node
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 can be started with the “wq-quick up wg0” as root.
wg-quick up wg0