Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configurable listen interface(s) and ports #14

Open
dseomn opened this issue Jun 4, 2015 · 1 comment
Open

configurable listen interface(s) and ports #14

dseomn opened this issue Jun 4, 2015 · 1 comment

Comments

@dseomn
Copy link
Member

dseomn commented Jun 4, 2015

Currently, rpki-rtr-daemon listens on a hard-coded port on all addresses. Instead, there should be a configuration option like the below:

# Listen on port 1234 on all addresses, port 2345 on 2001:db8::1,
# port 3456 on 192.0.2.1, and port 4567 on all IPv6 addresses.
RpkiRtrListen \
    1234 \
    [2001:db8::1]:2345 \
    192.0.2.1:3456 \
    [::]:4567

The inspiration for the above syntax is http://httpd.apache.org/docs/2.2/mod/mpm_common.html#listen

The default value of the configuration option should be the IANA-assigned port, 323, from http://tools.ietf.org/html/rfc6810#section-7.

Reported by: rhansen

Original Ticket: rpstir/tickets/14

@dseomn
Copy link
Member Author

dseomn commented Jun 8, 2015

  • status: unread --> accepted

Original comment by: dseomn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants