Good afternoon
I tried yesterday quickly to enter the vpn credentials I got from the fortinet/racoon vpn client whioch connects to our company…
but somehow configuration caused to shut me off from the LAN side then.
From the client I have:
- username
- password
- psk
So far good for xauth…and the rest looks like:
remote x.x.x.251 {
doi ipsec_doi;
situation identity_only;
exchange_mode aggressive;
verify_identifier off;
nonce_size 16;
dpd_delay 20;
dpd_retry 5;
dpd_maxfail 3;
initial_contact on;
support_mip6 on;
proposal_check obey;
verify_cert on;
mode_cfg on;
nat_traversal on;
my_identifier keyid tag "customer";
proposal {
authentication_method xauth_psk_client;
hash_algorithm sha1;
encryption_algorithm aes128;
lifetime time 86400 sec;
dh_group 5;
}
proposal {
authentication_method xauth_psk_client;
hash_algorithm sha256;
encryption_algorithm aes256;
lifetime time 86400 sec;
dh_group 5;
}
}
sainfo anonymous
{
pfs_group 5;
lifetime time 43200 sec;
encryption_algorithm 3des, aes 128, aes 192, aes 256;
authentication_algorithm hmac_sha1, hmac_sha2_256, hmac_sha2_384, hmac_sha2_512;
compression_algorithm deflate ;
}
Peer and profile settings didn’t cause any trouble…
but as soon I tried to port the policy the router was inaccessible anymore…