On Tue, Mar 01, 2022 at 09:17:08PM -0600, Andrew Daugherity wrote: >On Wed, Feb 23, 2022 at 10:10 PM <rea...@catastrophe.net> wrote: >> >> I honestly have no idea where the logs would even be stored or what >> the daemon runs as under MacOS 12.2.1 (Monterey). > >I don't have a Monterey system handy, but at least under macOS >Catalina, VPN connections use setkey and racoon, similar to FreeBSD. >Parts of the FreeBSD handbook's chapter on IPsec VPN may be relevant. >The global conf is in /etc/racoon.conf, which has some logging options >(and the associated man pages are installed), and there's a >/var/log/racoon.log. setkey [ -P ] -D looks useful, but may not apply >if it's failing before establishing SA entries.
$ uname -a Darwin macintoy.example.comt 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_X86_64 x86_64 $ ls /etc/racoon.conf ls: /etc/racoon.conf: No such file or directory $ ls /private/etc/racoon.conf ls: /private/racoon.conf: No such file or directory I don't see any of my configurations that have been made in the System Preferences in /etc/racoon/*. Nor do I see any connection logs to my gateway (which does work using a PSK) in /var/log/racoon.log.