We are trying to set up a VPN between 2 sites. We have set up on one rule
local fw <...> remote fw <...> IKE
remote fw <...> local fw <...> IKE
remote network <...> local network <...> encrypt
FW are configured as 3DES<>SHA1 (Group2)<>Pre Shared Secret
encrypt is configured as SHA1, Group 2.
The remote FW is in cluster so for now we have created 3 externally managed FW to accommodate all 3 physical and virtual addresses.
We have a router with access list and on it we have the following rules
access-list ??? permit esp host <remote fw > host <local fw>
access-list ??? permit esp host <local fw> host <remote fw >
access-list ??? permit udp host <remote fw >eq isakmp host <local fw> eq isakmp
access-list ??? permit udp host <local fw> eq isakmp host <remote fw >eq isakmp FOR ALL 3 REMOTE IP ADDRESSES and
applied this to the serial line
and
access-list /// permit ip host local fw host remote fw
But it still not working.
We are not even getting a decrypt/encrypt talk less of connecting behind the FW. Please can anyone se what the solution is?
Thanks
local fw <...> remote fw <...> IKE
remote fw <...> local fw <...> IKE
remote network <...> local network <...> encrypt
FW are configured as 3DES<>SHA1 (Group2)<>Pre Shared Secret
encrypt is configured as SHA1, Group 2.
The remote FW is in cluster so for now we have created 3 externally managed FW to accommodate all 3 physical and virtual addresses.
We have a router with access list and on it we have the following rules
access-list ??? permit esp host <remote fw > host <local fw>
access-list ??? permit esp host <local fw> host <remote fw >
access-list ??? permit udp host <remote fw >eq isakmp host <local fw> eq isakmp
access-list ??? permit udp host <local fw> eq isakmp host <remote fw >eq isakmp FOR ALL 3 REMOTE IP ADDRESSES and
applied this to the serial line
and
access-list /// permit ip host local fw host remote fw
But it still not working.
We are not even getting a decrypt/encrypt talk less of connecting behind the FW. Please can anyone se what the solution is?
Thanks