[RPKI] routinator source IP address?

Martin Hoffmann martin at nlnetlabs.nl
Fri Sep 27 13:48:31 UTC 2019


Hi Christoph,

Christoph wrote:
> 
> is there a way to tell routinator to use a specific source IP address?
> I did not find any such option in routinator's manual.

For rsync, you have to convince rsync to do that. You can define
arguments to rsync via Routinator’s config-file-only option
"rsync-args". I think --address is the rsync option you want there.

So, something like:

| rsync-args = ["--address", "127.0.0.1"]

should work.

For RRDP (so, from 0.6.1 onwards), --rrdp-local-addr allows you to
specify the local address.

Kind regards,
Martin



More information about the RPKI mailing list