Hello all! I have several partners working with different IKE versions. Is it possible to run iked and isakmpd on the same machine if I have two public IP addresses on it?
On iksampd (IKEv1) it's simple, for example: /etc/isakmpd/isakmpd.conf [General] Listen-on=X.X.X.X Retransmits=32 Exchange-max-time=240 DPD-check-interval=30 Default-phase-1-lifetime=86400,60:86400 Default-phase-2-lifetime=86400,60:86400 But how to bind iked (IKEv2) to another address Y.Y.Y.Y? $ uname -r 6.7 -- wbr, Denis