...
...
코드 블럭 |
---|
# routinator --tal=list
.---- RIR TALs
| .- RIR test TALs
V V
X afrinic AFRINIC production TAL
X apnic APNIC production TAL
X arin ARIN production TAL
X lacnic LACNIC production TAL
X ripe RIPE production TAL
X apnic-testbed APNIC RPKI Testbed
X arin-ote ARIN Operational Test and Evaluation Environment
X ripe-pilot RIPE NCC RPKI Test Environment
nlnetlabs-testbed NLnet Labs RPKI Testbed |
Fort
코드 블럭 |
---|
mkdir -p /opt/fort
cd /opt/fort
vi docker-compose.yml
docker compose up -d |
코드 블럭 |
---|
language | yml |
---|
title | /opt/routinator/docker-compose.yml |
---|
linenumbers | true |
---|
|
services:
rpki-client:
image: nicmx/fort-validator
container_name: fort-validator
restart: unless-stopped
volumes:
- ./config.json:/etc/fort/fort.conf
- tal:/etc/fort/tal
- cache:/var/local/fort
ports:
- 3323:323 # RTR port
environment:
- TZ=Asia/Seoul
volumes:
tal:
cache: |
코드 블럭 |
---|
(HOST) # docker exec -it fort-validator /bin/sh
(CONTAINER) / # ps auxf
PID USER TIME COMMAND
1 root 0:00 tini -g -- fort --configuration-file /etc/fort/fort.conf
7 root 1:21 fort --configuration-file /etc/fort/fort.conf |
RPKI-client
https://academy-training-wiki-media.storage.googleapis.com/_media/rpki20211109/rpki-client_lab.pdf
...