This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ASL 3.208 and Cisco PIX (506 v6.22)

Hi there,

Does anybody have a sample config or some hints to setup a vpn connection between a cisco pix and asl?

Thanks in advance,

Erwin Kuipers
Erwin@kuipers.cc


This thread was automatically locked due to age.
Parents
  • Originally posted by Erwin Kuipers:
    Hi there,

    Does anybody have a sample config or some hints to setup a vpn connection between a cisco pix and asl?

    Thanks in advance,

    Erwin Kuipers
    Erwin@kuipers.cc
    this works for me on a PIX 501.. probably same.

    [access-list 90 permit ip localnetwork localmask remotenetwork remotemask] i.e.

    access-list 90 permit ip 192.168.55.0 255.255.255.0 192.168.1.0 255.255.255.0

    nat (inside) 0 access-list 90

    crypto ipsec transform-set strong esp-3des esp-md5-hmac 

    crypto map test 20 ipsec-isakmp

    crypto map test 20 match address 90

    crypto map test 20 set pfs group2

    crypto map test 20 set peer Ipaddress_of_Astaro

    crypto map test 20 set transform-set strong

    crypto map test interface outside

    isakmp enable outside

    isakmp key PRESHAREDKEY* address Ipaddress_of_Astaro netmask 255.255.255.255

    isakmp identity address

    isakmp policy 9 authentication pre-share

    isakmp policy 9 encryption 3des

    isakmp policy 9 hash md5

    isakmp policy 9 group 2

    isakmp policy 9 lifetime 3600

    good luck..
  • Thanks!!

    The pix501 and pix506 use the same software!!

    Erwin
Reply Children
No Data