5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 16:09:36 +00:00
yggdrasil-network.github.io/installation-linux-edgeos.md
2019-06-19 22:46:15 +01:00

1.7 KiB

tags sitemap
dontlink true

Installing on Ubiquiti EdgeOS

Yggdrasil is supported on the Ubiquiti EdgeRouter using the vyatta-yggdrasil package.

Perform installation steps over SSH by connecting to the EdgeRouter as the ubnt user, e.g. ssh ubnt@192.168.1.1, or another admin-level user if configured.

Package install from an Aptitude repository

Start by adding the GPG key:

curl -o- https://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/key.txt | sudo apt-key add -

Then add the repository:

configure
set system package repository yggdrasil distribution edgerouter
set system package repository yggdrasil components yggdrasil
set system package repository yggdrasil url http://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/
commit
save

Then install the vyatta-yggdrasil package:

sudo apt-get update
sudo apt-get install vyatta-yggdrasil

Yggdrasil can then be updated in the future by updating the packages:

sudo apt-get update
sudo apt-get upgrade

One-off package install from CircleCI

If you do not want to configure the repository above, you can perform a one-off installation by downloading the latest vyatta-yggdrasil .deb package and then install it:

curl -O https://xx-xxxxxxxxx-gh.circle-artifacts.com/x/vyatta-yggdrasil-x.x.xxx-mipsel.deb
sudo dpkg -i vyatta-yggdrasil-x.x.xxx-mipsel.deb

After installation

Read the EdgeRouter platform page page for information on how to configure Yggdrasil and guidance on modifying the configuration.