1
Virtual private networks / Re: How can I fully restart an IPsec tunnel from commandline?
« on: April 27, 2022, 11:32:32 am »
This would mean that it is possible to start/stop single phase2 SAs. Maybe this is part of my problem. In general, the tunnel was up after doing
Code: [Select]
ipsec down con1; ipsec up con1
but some phase2 SAs were missing. Maybe I should specifically up and down them all one by one?