- **status**: accepted --> closed
- **Comment**:

Migrated to [github](https://github.com/bgpsecurity/rpstir/issues/14).



---

** [tickets:#14] configurable listen interface(s) and ports**

**Status:** closed
**Created:** Thu Jun 04, 2015 05:42 PM UTC by Richard Hansen
**Last Updated:** Mon Jun 08, 2015 05:42 PM UTC
**Owner:** nobody


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>.


---

Sent from sourceforge.net because rpstir-devel@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/rpstir/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/rpstir/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
rpstir-devel mailing list
rpstir-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpstir-devel

Reply via email to