You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
This should have been more clearly documented but we made a choice to use a high port, because using 323 would mean you have to run the process as root and I think that is not best practice.
As far as I know a lot of the router implementations will let you choose a different port.
Change "rtr.port" to 323 and run as root (not advised)
I read about updating the linux config to no longer mark 323 as privileged (but I would not recommend it)
Use "setcap" and allow java to bind to port 323 (the validator does not have its own process).
Use "iptables"
Method 4 seems easiest to me as it is explicit and does not involve changing default security settings. You can use the following commands to make this work on Linux:
The current RTR default port is 8282 but should be 323 (see https://tools.ietf.org/html/rfc6810#section-7)
rpki-validator/rpki-validator-app/src/main/resources/reference.conf
Line 42 in eb09c0d
The text was updated successfully, but these errors were encountered: