Install the FRR software package and enable the BGP services.
The FRR configuration file for the node can be cut and paste from the “FRR Config” attribute of the Node listed below.
sudo apt install frr -y
sudo sed -i 's/^bgpd=no/bgpd=yes/g' /etc/frr/daemons
sudo cat > /etc/frr/frr.conf
service frr reload
sudo systemctl enable frr.service
sudo systemctl edit frr.service
sudo systemctl daemon-reload
[Unit]
Requires=wg-quick@wg0.service
After=network-pre.target systemd-sysctl.service wg-quick@wg0.service