hints:rpki
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hints:rpki [2025/10/21 23:41] – [RPKI-client] philip | hints:rpki [2026/03/13 05:52] (current) – [Initial Preparation] philip | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| ===== NLnetLabs Routinator ===== | ===== NLnetLabs Routinator ===== | ||
| - | Nothing to say here, the instructions just work, the validator installs sweetly, and just runs. As long as the instructions are followed. The current version of Routinator is 0.14.2, at time of writing. | + | Nothing to say here, the instructions just work, the validator installs sweetly, and just runs. As long as the instructions are followed. The current version of Routinator is 0.15.1, at time of writing. |
| If using Debian/ | If using Debian/ | ||
| Line 190: | Line 190: | ||
| **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/ |
| So to stay up to date on Ubuntu, 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. | So to stay up to date on Ubuntu, 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 204: | Line 204: | ||
| The other required package noted in the instructions is **tls** from LibreSSL. LibreSSL is a branch of OpenSSL and is used on OpenBSD - not found on Linux, but seems to be appearing in the latest Debian/ | The other required package noted in the instructions is **tls** from LibreSSL. LibreSSL is a branch of OpenSSL and is used on OpenBSD - not found on Linux, but seems to be appearing in the latest Debian/ | ||
| - | First we go to [[https:// | + | First we go to [[https:// |
| < | < | ||
| - | wget https:// | + | wget https:// |
| </ | </ | ||
| We then unpack it: | We then unpack it: | ||
| < | < | ||
| - | tar zxf libressl-3.9.2.tar.gz | + | tar zxf libressl-4.2.1.tar.gz |
| </ | </ | ||
| and then build it: | and then build it: | ||
| < | < | ||
| - | cd libressl-3.9.2 | + | cd libressl-4.2.1 |
| ./configure --enable-libtls-only | ./configure --enable-libtls-only | ||
| make | make | ||
| Line 221: | Line 221: | ||
| Note the option to only build **libtls** - we don't need the rest of LibreSSL and it could well interfere with OpenSSL which will already be on the system. Now that **libtls** is built, the **install** action will put the libraries in **/ | Note the option to only build **libtls** - we don't need the rest of LibreSSL and it could well interfere with OpenSSL which will already be on the system. Now that **libtls** is built, the **install** action will put the libraries in **/ | ||
| < | < | ||
| - | -rw-r--r-- 1 root root 18679208 Jul 14 10:11 libtls.a | + | -rw-r--r-- |
| - | -rw-r--r-- 1 root root 923 Jul 14 10:11 libtls.la | + | -rw-r--r-- |
| - | lrwxrwxrwx 1 root root | + | lrwxrwxrwx |
| - | lrwxrwxrwx 1 root root | + | lrwxrwxrwx |
| - | -rw-r--r-- 1 root root | + | -rw-r--r-- |
| </ | </ | ||
| Run **sudo ldconfig** so that the system knows about the new libraries. | Run **sudo ldconfig** so that the system knows about the new libraries. | ||
| Line 344: | Line 344: | ||
| < | < | ||
| cd dist | cd dist | ||
| - | sudo cp -p stayrtr-v0.6.2-linux-x86_64 / | + | sudo cp -p stayrtr-v0.6.3-8-g9586f8f-linux-x86_64 / |
| - | sudo cp -p rtrdump-v0.6.2-linux-x86_64 / | + | sudo cp -p rtrdump-v0.6.3-8-g9586f8f-linux-x86_64 / |
| - | sudo cp -p rtrmon-v0.6.2-linux-x86_64 / | + | sudo cp -p rtrmon-v0.6.3-8-g9586f8f-linux-x86_64 / |
| </ | </ | ||
hints/rpki.1761090071.txt.gz · Last modified: by philip
