I'm sorry I forgot to provide my IPsec configurations:
remote 2001:xy:zy:ac::2 {
exchange_mode main;
my_identifier address "2001:xy:yz:83::2";
peers_identifier address 2001:xy:zy:ac::2;
initial_contact on;
support_proxy on;
proposal_check obey;
dpd_delay 30;
proposal {
encryption_algorithm aes;
hash_algorithm sha1;
authentication_method pre_shared_key;
dh_group 2;
lifetime time 86400 secs;
}
lifetime time 86400 secs;
}
sainfo address 2001:xy:yz::/64 any address 2001:xy:zy::/64 any {
encryption_algorithm rijndael;
authentication_algorithm hmac_sha1;
compression_algorithm deflate;
}
With PSK.
What type of ipv6 do you have ? SixXS or 6to4 or other ?
Are there errors in the log and if you reapply your config does it work until reboot ?
I'm currently use SixXS.
Logs coming soon.
How is the other side handling older certificates?
the other is handling same as my m0n0wall it does. But there is no certificates 'cause I'm using PSK.