On 2018-04-15, mabi <m...@protonmail.ch> wrote: > I just moved from isakmpd to iked and could not find the parameter name in > iked.conf in order to tell iked on which IP it should listen. With > isakmpd.conf I would use the following: > > [General] > Listen-on= 123.123.123.123 > > Is there any equivalent with iked?
There is not, but the main place this is needed is for setting the "from" address for outgoing packets. isakmpd uses the "default" address for this, which is often wrong on a multihomed system so it's necessary to bind to a particular address to fix this. iked (at least in the last few releases) uses the address from "local" in the config instead, so binding isn't needed in most cases.