routinator3000 Profile Banner
Routinator 3000 ๐Ÿš€ Profile
Routinator 3000 ๐Ÿš€

@routinator3000

Followers
2K
Following
815
Media
255
Statuses
755

Full-featured, lightweight #RPKI Validator and RTR server. Free and #opensource by @NLnetLabs โ€” On Mastodon: @[email protected].

Low Earth Orbit
Joined October 2018
Don't wanna be here? Send us removal request.
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
They crew is pleased to announce the latest release of our #RPKI validator Routinator, version 0.13.0 โ€˜Should Have Started This in a Screen.โ€™ It features lots of smaller changes and updated #ASPA support.
Tweet card summary image
github.com
New Added support for ASPA. Processing needs to be enabled via the new option enable-aspa which is only available if the aspa feature is explicitly selected during compilation. This is due to the ...
1
3
14
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
TL;DR: if you want to try #ASPA, install Routinator with `cargo install --force --locked --features aspa routinator --version 0.13.0-rc1` and then run `routinator --enable-aspa vrps -f summary`. You should find one (1) valid ASPA object in the #RPKI.
Tweet media one
0
3
6
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
RC1 of Routinator 0.13.0 is out now. This release supports #ASPA allowing verification of the AS_PATH attribute of routes advertised in the #BGP. ASPA is still subject to change in the #IETF so the feature has to be explicitly enabled when compiling. #RPKI
Tweet card summary image
github.com
New Added support for ASPA. Processing needs to be enabled via the new option enable-aspa which is only available if the aspa feature is explicitly selected during compilation. This is due to the ...
1
5
10
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
In the latest commits to Routinator, weโ€™ve updated #ASPA validation to conform to the latest changes in the #IETF draft. This means there is now one (1) valid object left in the wild instead of ~50. We should return to previous levels once the new Krill #RPKI CA release is out.
Tweet media one
3
6
12
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
With scoped threads and once writable cells now available in the #Rust Standard Library, Routinator's dependency tree can be reduced. In the next release, weโ€™ll drop the crossbeam-utils and once_cell crate deps. #rustlang #RPKI
Tweet card summary image
github.com
This PR updates the dependencies: since toml has changed too much, switches to toml_edit, with scoped threads and once writable cells now available in std, it also drops the crossbeam-utils and on...
0
1
3
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
In case you were holding your breath for the Routinator release with #ASPA support, please exhale now. ๐Ÿ˜ฎโ€๐Ÿ’จ The people discussing this #RPKI #RoutingSecurity topic in the #IETF have reached consensus to make ASPA AFI-agnostic instead. We'll change our implementation accordingly.
0
2
5
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
RT @routinator3000: @kansal15 Running Krill and publishing in the APNIC repo is actually really simple, also for just a few resources. Forโ€ฆ.
Tweet card summary image
blog.nlnetlabs.nl
A step-by-step guide to running Delegated RPKI with Krill and publish ROAs with APNIC.
0
2
0
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
#ASPA is the top hit in the Routinator documentation search. ๐Ÿ˜„ Nothing yet in the stable docs as we're working towards a release, but โ€œlatestโ€ has what you're looking for. #RPKI
Tweet media one
0
2
5
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
The @ripencc #RPKI Publication Service is proving popular. 167 CAs are now active, publishing 2100 ROAs, resulting in 3671 VRPs. Itโ€™s easy to set this up, and will allow you to sub-delegate resources, do #ASPA, as well as #BGPsec. #RIPE86
Tweet media one
0
4
12
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
Letโ€™s kick off the #RIPE86 #BGP routing working group with some #RPKI numbers. In the global RPKI there are 149,606 ROAs resulting in 433,197 VRPs. Also, 3 #BGPsec router keys and 64 #ASPA objects out in the wild.
Tweet media one
0
4
16
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
I count 32 unique #ASPA definitions in the #RPKI right now (resulting in 64 objects; one for each AFI). Letโ€™s see how many are added during #RIPE86 now that Krill 0.13 is out.
Tweet media one
1
3
13
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
RT @ntdvps: @plajjan @routinator3000 @NLnetLabs @bgpkit @heymingwei Yes, the latter. Kudos to them C devs who switched and got proficient fโ€ฆ.
0
2
0
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
RT @ntdvps: I am surprised how Rust made roots into the internet security domain. The most popular rpki validator - @routinator3000 - is wโ€ฆ.
0
6
0
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
RT @ntdvps: And I heard not so great stories about goBGP. I wish we had more BGP focused Go libraries.
0
3
0
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
RT @Rust_NL: Martin Hoffmann from @nlnetlabs is doing the moves in his talk about Pins in #rustlang. #rustnl2023 #rust .
0
3
0
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
RT @lostdave_98: Day 1 of the new IX Begins. Switch config underway. Tomorrow we do the software side. @ixpmanager, Bird2, @routinator3000โ€ฆ.
0
4
0
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
The crew have reimplemented the logging setup and now also support log rotation. Note that error handling for logging is now such that if trying to log to file or syslog fails, Routinator will exit. #RPKI
Tweet card summary image
github.com
This PR implements all log handling with the exception of actual syslog in Routinator itself. It also implements support for log rotation when logging into files by re-opening the log file when rec...
0
1
1
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
ASPA support has now been merged into the main branch of Routinator. As of today, Iโ€™m counting 47 ASPAs out in the wild. #RPKI #RoutingSecurity
Tweet media one
2
9
29
@routinator3000
Routinator 3000 ๐Ÿš€
2 years
RT @NLnetLabs: @rapdodge Itโ€™s on the to-do list, along with managing #BGPsec router certificates! .
0
3
0