cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
847
Views
5
Helpful
1
Replies

l2l VPN using FQDN as peer and any as remote networks

Henrik.Kamsvag
Level 1
Level 1

So I'm building a VPN to a Checkpoint harmony solution and have been given a suggested configuration from Harmony.

The config I'm supposed to enter has a FQDN address as peer and any as remote network. The problem right now is that the ASA5545(version9.1(7.23)) do not accept the peer FQDN as it replies 'unrecognized command' ..
I've entered the 'crypto isakmp identity hostname' command.

 
Below command causes error in cli.
crypto dynamic-map <outside_dyn_map_name> <priority> set peer <FQDN>


Anyone who has a decent guide for setting up VPN to checkpoint Harmony?

1 Accepted Solution

Accepted Solutions

Use the crypto isakmp identity command with the auto keyword to configure the identity to be automatically determined from the connection type. For example:

hostname(config)# crypto isakmp identity auto

Note If you use the crypto isakmp identity auto command, you must be sure that the DN attribute order in the client certificate is CN, OU, O, C, St, L.

 

 

Just a side note why dont you upgrade you ASA code 9.1(7.23) is old code with vulnerabitliy consider upgrading the software on ASA.

please do not forget to rate.

View solution in original post

1 Reply 1

Use the crypto isakmp identity command with the auto keyword to configure the identity to be automatically determined from the connection type. For example:

hostname(config)# crypto isakmp identity auto

Note If you use the crypto isakmp identity auto command, you must be sure that the DN attribute order in the client certificate is CN, OU, O, C, St, L.

 

 

Just a side note why dont you upgrade you ASA code 9.1(7.23) is old code with vulnerabitliy consider upgrading the software on ASA.

please do not forget to rate.