Getting started
How an Orbit account is organised, what lives where in the console, and the shortest path from signing in to serving a name from our network.
Validating other people's routes and signing your own are separate jobs with separate setups. You can do either one here without the other.
A free public RPKI-to-Router cache, RFC 8210, on anycast. It carries validated payloads refreshed every ten minutes from the public repositories, so your routers do not have to run a validator of their own.
| Value | |
|---|---|
| Host | rtr.yunzheng.space |
| Addresses | 177.177.83.88 · 2602:f3ff:83::88 |
| Ports | TCP 323 and 8282 |
| Protocol | RFC 8210 version 0 and version 1 |
| Cost | Free, no account |
protocol rpki orbit {
remote "rtr.yunzheng.space" port 323;
roa4 { table r4; };
roa6 { table r6; };
}The hostname is the stable way in — it resolves to the addresses above and survives us moving them. Some older router firmware resolves a hostname poorly or not at all; those can use 177.177.83.88 and 2602:f3ff:83::88 directly.
If your address space is delegated to you by a RIR, we can run the certificate authority for it. You keep the delegation; we run the software, publish the repository from every anycast node, and keep it backed up.
Our RPKI tool takes a prefix and an AS number and tells you what the validated data says about them — valid, invalid or not found, and which payload decided it.
No. It is open to any router, at no cost. The hosted CA is the part that needs an account.
The delegation is yours and can be moved back or elsewhere. Move it before you close the account — a CA whose publication point stops being served will have its objects expire.
How an Orbit account is organised, what lives where in the console, and the shortest path from signing in to serving a name from our network.
Add a zone, point your registrar at our name servers, and manage records. Includes weighted answers, health-checked records, ALIAS at the apex and zone-file import.
Delegate the whole domain, delegate one hostname, or add a CNAME and leave your DNS where it is. What each one costs you and when to pick it.