On 2017-06-07, Theodore Wynnychenko <t...@uchicago.edu> wrote:
> I have updated to the last several snapshots as they have come out, but 
> continue
> to be unable to establish a VPN between iOS and OpenBSD.  As the iOS device 
> has
> not been updated recently, the "problem" appears to relate to something that
> changed on the OpenBSD side.
..
> I have been a bit remiss, and have not updated my system in a couple of 
> months.
> I have been following current for a year or two, in general, without incident.
>
> Anyway, after updating last night, I am unable to establish a ikev2 vpn with 
> an
> ios 10.3.2 device.  A OBSD6.1<->OBSD6.1 ikev2 vpn is working fine.

Does 6.1 work to your ios device? (fwiw I do have various ios and windows
devices connecting to 6.1 iked here).

Can you work backwards, updating iked source to earlier dates, building and
testing until you find the commit which broke it?

cd /usr/src
cvs up -D 2017/05/01 -P sbin/iked usr.sbin/ikectl
cd sbin/iked
make obj && make && sudo make install
cd ../../usr.sbin/ikectl
make obj && make && sudo make install
(restart iked/test)

Dates to try

2017/04/28
2017/04/25
2017/04/20
2017/04/15

And before this it's 6.1.



Reply via email to