Displaying 2 results from an estimated 2 matches for "hybrid_rsa_serv".
Did you mean:
hybrid_rsa_server
2007 Oct 12
1
OT: a very big problem with ipsec-tools on CentOS5 (SOLVED)
...>>> dpd_delay 20;
>>> ike_frag on;
>>> passive on;
>>> proposal {
>>> encryption_algorithm aes;
>>> hash_algorithm sha256;
>>> authentication_method hybrid_rsa_server;
>>> dh_group 2;
>>> }
>>> }
>>>
>>> mode_cfg {
>>> network4 172.31.78.5;
>>> netmask4 255.255.255.240;
>>> pool_size 6;
>>> dns4 172.25.50.1;
>>>...
2007 Oct 12
0
OT: a very big problem with ipsec-tools on CentOS5
...1dn;
proposal_check claim;
generate_policy on;
nat_traversal on;
dpd_delay 20;
ike_frag on;
passive on;
proposal {
encryption_algorithm aes;
hash_algorithm sha256;
authentication_method hybrid_rsa_server;
dh_group 2;
}
}
mode_cfg {
network4 172.31.78.5;
netmask4 255.255.255.240;
pool_size 6;
dns4 172.25.50.1;
auth_source pam;
auth_groups "users";
group_source system;
auth_throttle 10;...