hints:rpki
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hints:rpki [2026/07/20 14:49] – [Initial Preparation] philip | hints:rpki [2026/08/01 08:13] (current) – [FORT] philip | ||
|---|---|---|---|
| Line 65: | Line 65: | ||
| FORT is the validator developed by NIC Mexico. More about it is on the [[https:// | FORT is the validator developed by NIC Mexico. More about it is on the [[https:// | ||
| - | FORT is available as part of Ubuntu 22.04 packaging, but it is an older version (1.5.3-1). Likewise for Ubuntu 24.04, the FORT shipped is version 1.6.1-1build3. For this reason we use the latest NIC Mexico produced package. | + | FORT is available as part of Ubuntu 22.04 packaging, but it is an older version (1.5.3-1). Likewise for Ubuntu 24.04, the FORT shipped is version 1.6.1-1build3. Ubuntu 26.04 ships with version 1.6.7-1. For this reason we use the latest NIC Mexico produced package. |
| FORT is not quite so easy to install, but still relatively simple as long as you follow the instructions on their [[https:// | FORT is not quite so easy to install, but still relatively simple as long as you follow the instructions on their [[https:// | ||
| Line 72: | Line 72: | ||
| < | < | ||
| - | wget https:// | + | https:// |
| </ | </ | ||
| and then install it: | and then install it: | ||
| < | < | ||
| - | sudo apt install ./fort_1.6.8-1_amd64.deb | + | sudo apt install ./fort_1.7.0.experimental-1_amd64.deb |
| </ | </ | ||
| Line 167: | Line 167: | ||
| **rpki-client** is just a validator - it does not have the functionality to accept connections from a router. We'll come to that later on (we'll need to use [[rpki# | **rpki-client** is just a validator - it does not have the functionality to accept connections from a router. We'll come to that later on (we'll need to use [[rpki# | ||
| - | **rpki-client** has now been packaged and is available across most mainstream Linux/ | + | **rpki-client** has now been packaged and is available across most mainstream Linux/ |
| My preference is to stay up to date on Ubuntu, and so we have to build it ourselves. A pity that the **rpki-client** maintainers don't build their own deb package, or pre-build packages like NLnetLabs do with Routinator, given that Ubuntu maintainers seem to be unable to keep the software current. Oh well. | My preference is to stay up to date on Ubuntu, and so we have to build it ourselves. A pity that the **rpki-client** maintainers don't build their own deb package, or pre-build packages like NLnetLabs do with Routinator, given that Ubuntu maintainers seem to be unable to keep the software current. Oh well. | ||
| Line 175: | Line 175: | ||
| ==== Initial Preparation ==== | ==== Initial Preparation ==== | ||
| - | Before you attempt to download and build it, the **rpki-client** instructions note that you need a few other packages in place. These include **automake**, | + | Before you attempt to download and build it, the **rpki-client** instructions note that you need a few other packages in place. These include **automake**, |
| < | < | ||
| sudo apt install automake autoconf make git libtool libexpat1-dev libssl-dev libtls-dev zlib1g-dev | sudo apt install automake autoconf make git libtool libexpat1-dev libssl-dev libtls-dev zlib1g-dev | ||
| Line 202: | Line 202: | ||
| < | < | ||
| sudo groupadd _rpki-client | sudo groupadd _rpki-client | ||
| - | sudo useradd | + | sudo useradd |
| </ | </ | ||
| Now we can install RPKI-client: | Now we can install RPKI-client: | ||
hints/rpki.1784558980.txt.gz · Last modified: by philip
