b8443abf1b146cb5ef0f61d3ebfe6af769c438ec
howto/OpenBGPD.md
| ... | ... | @@ -103,7 +103,7 @@ match from any community GRACEFUL_SHUTDOWN set { localpref 0 } |
| 103 | 103 | OpenBSD ships with [**rpki-client(8)**](http://man.openbsd.org/rpki-client.8) which nicely integrates with **bgpd**. |
| 104 | 104 | Since DN42 emulates an IRR WHOIS service through the registry repository instead of providing an RPKI repository, this tool cannot be used. |
| 105 | 105 | |
| 106 | -Instead, a shell script parses route objects from the registry repository and generates a `roa-set {...}` block that is to be included in the main configuration file. |
|
| 106 | +Instead, [a shell script](https://t4-2.high5.nl/pub/dn42/generate_roa-set.sh) parses route objects from the registry repository and generates a `roa-set {...}` block that is to be included in the main configuration file. |
|
| 107 | 107 | |
| 108 | 108 | One single `roa-set` may be defined, against which **bgpd** will validate the origin of each prefix; this allows filter rules to use the `ovs` keyword as demonstrated above. |
| 109 | 109 | |
| ... | ... | @@ -122,4 +122,8 @@ Include it in `/etc/bgpd.conf`: |
| 122 | 122 | include "/etc/dn42.roa-set" |
| 123 | 123 | ``` |
| 124 | 124 | |
| 125 | -# Looking glass |
|
| ... | ... | \ No newline at end of file |
| 0 | +# Looking glass |
|
| 1 | +This is mostly OpenBSD specific since [bgplg(8)](http://man.openbsd.org/bgplg.8) and [httpd(8)](http://man.openbsd.org/httpd.8) ship as part of the operating system. |
|
| 2 | +The **bgplg** manual contains the few steps and example [httpd.conf(5)](http://man.openbsd.org/httpd.conf.5) required to enable the looking glass. |
|
| 3 | + |
|
| 4 | +See https://t4-2.high5.nl/bgplg for a running instance operating within DN42. |
|
| ... | ... | \ No newline at end of file |