Thursday, May 25, 2017

Re: isakmpd listen address

Thanks so much I was looking at the wrong place and was expecting it to be a parameter...

-------- Original Message --------
Subject: Re: isakmpd listen address
Local Time: May 25, 2017 9:06 PM
UTC Time: May 25, 2017 7:06 PM
From: hrvoje@srce.hr
To: misc@openbsd.org

On 25.5.2017. 20:46, mabi wrote:
> Hello,
> I can't seem to find an option in isakmpd in order to have it listen only on one interface or IP address respectively. Is there an option for that I am not aware of? I just saw the -p option but that's for the port number.
> Thanks,
> M.
>

Hi,

create isakmpd.conf file

# ls -apl /etc/isakmpd/isakmpd.conf
-rw------- 1 root wheel 31 Oct 29 2015 /etc/isakmpd/isakmpd.conf

and edit like this:

# cat /etc/isakmpd/isakmpd.conf
[general]
Listen-on =em0

man isakmpd.conf

No comments:

Post a Comment