1
23.7 Legacy Series / Re: IPSec (defined with "Connections") doesn't find PSK anymore
« on: January 24, 2024, 09:15:07 am »
I checked in the logs and found:
I actually did not have IDs configured for the PSK in the connection definition, i thought that it falls back to IP. It did, but only for the local side, not for remote! So the key it found was somewhat random, obviously depending on which PSK was configured last.
After filling in the IDs it looked that way:
Thank you for your help, i should have seen this myself.
Hubert
Code: [Select]
no IDi configured, fall back on IP address
authentication of '62.XXX.XXX.45' (myself) with pre-shared key
I actually did not have IDs configured for the PSK in the connection definition, i thought that it falls back to IP. It did, but only for the local side, not for remote! So the key it found was somewhat random, obviously depending on which PSK was configured last.
After filling in the IDs it looked that way:
Code: [Select]
IKE_AUTH task
authentication of '62.80.52.45' (myself) with pre-shared key
[ ... ]
received INITIAL_CONTACT notify
authentication of '213.XXX.XXX.228' with pre-shared key successful
Thank you for your help, i should have seen this myself.
Hubert