Hello @all,
it is known that with IKEv1 on SFOS a new PSK overwrites all others PSKs if the gateways do not differ in the connections. Sadly I can not use IKEv2.
Is it sufficient if just the local ID is different in connections and the remote ID is ANY to save the PSKs individually?
Means empty all remote IDs are accepted or do I have to use a * as remote ID?
Example:
IPSec Connection 1: Local ID -> 192.168.0.1 / Remote ID: *
IPSec Connection 2: Local ID -> 192.168.0.1 / Remote ID: *
IPSec Connection 3: Local ID -> 192.168.0.1 / Remote ID: *
(not possible with different PSKs)
-------------------------------------------------------------------------------
IPSec Connection 1: Local ID -> 192.168.0.1 / Remote ID: *
IPSec Connection 2: Local ID -> 192.168.0.2 / Remote ID: *
IPSec Connection 3: Local ID -> 192.168.0.3 / Remote ID: *
Possible with different PSKs?
This thread was automatically locked due to age.