1
Virtual private networks / Re: ipsec rekeying not working
« on: April 09, 2024, 02:32:21 pm »
I have it! Im using Ubuntu as an client. The Network-Manager Addon don't use the Perfect Forward Secrecy (PFS) by default. This mean no DH Group have to be configurated in the server side proposal settings. This was the reason for proposal missmatching.
So i can either use the "insecure" aes256-sah256 proposal on the server in the child or define an proposal on client side. On Ubuntu is a little bit hidden, on the bottom of Identity Tab, click at Algorithms.
PFS description on strongswan website https://docs.strongswan.org/docs/5.9/config/rekeying.html
So i can either use the "insecure" aes256-sah256 proposal on the server in the child or define an proposal on client side. On Ubuntu is a little bit hidden, on the bottom of Identity Tab, click at Algorithms.
PFS description on strongswan website https://docs.strongswan.org/docs/5.9/config/rekeying.html