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.
Change "rtr.port" to 323 and run as root (not advised)
Use "setcap" and allow java to bind to port 323 (the validator does not have its own process).
Use "iptables"
The latter 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:
It might be possible start the java process as root, bind to port 323 and then drop privileges, as @waehlisch suggested here. However, that seems quite complicated.
In my view we are better of documenting the options properly (hint taken), and possibly including the "iptables" option as default in the RPM and Docker (still under construction at the time of this writing)
The current RTR default port is 9178 but should be 323 (see https://tools.ietf.org/html/rfc6810#section-7)
rpki-validator-3/rpki-rtr-server/src/main/java/net/ripe/rpki/rtr/RtrServer.java
Line 64 in dc39e41
The text was updated successfully, but these errors were encountered: