{"id":232,"date":"2009-04-26T19:03:43","date_gmt":"2009-04-26T19:03:43","guid":{"rendered":"https:\/\/fir3netwp.gmsrrpobkbd.com\/2009\/04\/26\/pix-asa-80416-site-to-site-vpn-sample-config\/"},"modified":"2021-07-24T19:09:15","modified_gmt":"2021-07-24T19:09:15","slug":"pix-asa-80416-site-to-site-vpn-sample-config","status":"publish","type":"post","link":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html","title":{"rendered":"PIX \/ ASA 8.0(4)16 – Site to Site VPN Sample Config"},"content":{"rendered":"

Below is a sample config for 2 site to site vpns from a PIX running 8.0(4)16. One peer being 192.168.2.100, and the other 192.168.1.100.<\/p>\n

Please note : This isn’t a tutorial but merely just a sample config that can be used as a reference point.<\/p>\n

    isakmp enable outside
    isakmp policy 10

         encryption des
         hash md5
         authentication pre-share
         group 1
         lifetime 86400<\/p>

    isakmp key CISCO1 address 192.168.1.100 netmask 255.255.255.255 no-xauth
    isakmp key CISCO1 address 192.168.2.100 netmask 255.255.255.255 no-xauth<\/p>

    access-list JuniperEncDomain permit ip 172.16.3.0 255.255.255.0 10.1.1.0 255.255.255.0
    access-list Check PointEncDomain permit ip 172.16.3.0 255.255.255.0 10.1.1.0 255.255.255.0<\/p>

    access-list nonat permit ip  172.16.3.0 255.255.255.0 10.1.1.0 255.255.255.0
    access-list nonat permit ip  172.16.3.0 255.255.255.0 172.28.16.0 255.255.255.0
    nat (inside) 0 access-list nonat<\/p>

    crypto ipsec transform-set trans-set esp-des esp-md5-hmac
    crypto map crypto_map 10 ipsec-isakmp
    crypto map crypto_map 10 match address JuniperEncDomain
    crypto map crypto_map 10 set peer 192.168.1.100
    crypto map crypto_map 10 set transform-set trans-set
    crypto map crypto_map 10 set security-association lifetime seconds 3600<\/p>

    crypto map crypto_map 20 ipsec-isakmp
    crypto map crypto_map 20 match address Check PointEncDomain
    crypto map crypto_map 20 set peer 192.168.2.100
    crypto map crypto_map 20 set transform-set trans-set
    crypto map crypto_map 20 set security-association lifetime seconds 3600<\/p>

    crypto map crypto_map interface outside
    crypto isakmp identity address<\/p> <\/pre>\n

Things to note :<\/p>\n

    \n
  1. The number that comes after the crypto map and the isakmp policy number is a sequence (priority) number.<\/li>\n
  2. Only one crypto map can be assigned to the same interface.<\/li>\n
  3. For use in the access-lists a object group including the encryption domains may be useful for future VPN administration<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"

    Below is a sample config for 2 site to site vpns from a PIX running 8.0(4)16. One peer being 192.168.2.100, and the other 192.168.1.100. Please note : This isn’t a tutorial but merely just a sample config that can be used as a reference point.     isakmp enable outside    isakmp policy 10          encryption des         … Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"yoast_head":"\nPIX \/ ASA 8.0(4)16 - Site to Site VPN Sample Config - Fir3net<\/title>\n<meta name=\"description\" content=\"Below is a sample config for 2 site to site vpns from a PIX running 8.0(4)16. One peer being 192.168.2.100, and the other 192.168.1.100. Please note :\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PIX \/ ASA 8.0(4)16 - Site to Site VPN Sample Config - Fir3net\" \/>\n<meta property=\"og:description\" content=\"Below is a sample config for 2 site to site vpns from a PIX running 8.0(4)16. One peer being 192.168.2.100, and the other 192.168.1.100. Please note :\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html\" \/>\n<meta property=\"og:site_name\" content=\"Fir3net\" \/>\n<meta property=\"article:published_time\" content=\"2009-04-26T19:03:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-24T19:09:15+00:00\" \/>\n<meta name=\"author\" content=\"Rick Donato\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rick Donato\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html\"},\"author\":{\"name\":\"Rick Donato\",\"@id\":\"https:\/\/www.fir3net.com\/#\/schema\/person\/ab35009601b7687ee1c5310be6038037\"},\"headline\":\"PIX \/ ASA 8.0(4)16 – Site to Site VPN Sample Config\",\"datePublished\":\"2009-04-26T19:03:43+00:00\",\"dateModified\":\"2021-07-24T19:09:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html\"},\"wordCount\":101,\"publisher\":{\"@id\":\"https:\/\/www.fir3net.com\/#organization\"},\"articleSection\":[\"Cisco Firewalls\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html\",\"url\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html\",\"name\":\"PIX \/ ASA 8.0(4)16 - Site to Site VPN Sample Config - Fir3net\",\"isPartOf\":{\"@id\":\"https:\/\/www.fir3net.com\/#website\"},\"datePublished\":\"2009-04-26T19:03:43+00:00\",\"dateModified\":\"2021-07-24T19:09:15+00:00\",\"description\":\"Below is a sample config for 2 site to site vpns from a PIX running 8.0(4)16. One peer being 192.168.2.100, and the other 192.168.1.100. Please note :\",\"breadcrumb\":{\"@id\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.fir3net.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Security\",\"item\":\"https:\/\/www.fir3net.com\/security\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Firewalls\",\"item\":\"https:\/\/www.fir3net.com\/security\/firewalls\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Cisco Firewalls\",\"item\":\"https:\/\/www.fir3net.com\/security\/firewalls\/cisco\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"PIX \/ ASA 8.0(4)16 – Site to Site VPN Sample Config\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.fir3net.com\/#website\",\"url\":\"https:\/\/www.fir3net.com\/\",\"name\":\"Fir3net\",\"description\":\"Keeping you in the know\",\"publisher\":{\"@id\":\"https:\/\/www.fir3net.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.fir3net.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.fir3net.com\/#organization\",\"name\":\"Fir3net\",\"url\":\"https:\/\/www.fir3net.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.fir3net.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.fir3net.com\/wp-content\/uploads\/Fir3net-Background-Logo-compressed.png\",\"contentUrl\":\"https:\/\/www.fir3net.com\/wp-content\/uploads\/Fir3net-Background-Logo-compressed.png\",\"width\":390,\"height\":88,\"caption\":\"Fir3net\"},\"image\":{\"@id\":\"https:\/\/www.fir3net.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.fir3net.com\/#\/schema\/person\/ab35009601b7687ee1c5310be6038037\",\"name\":\"Rick Donato\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.fir3net.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d75d69a54c0ca3b32c24c3a9703b623c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d75d69a54c0ca3b32c24c3a9703b623c?s=96&d=mm&r=g\",\"caption\":\"Rick Donato\"},\"description\":\"Rick Donato is a Network Automation Architect\/Evangelist and the founder of Packet Coders.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PIX \/ ASA 8.0(4)16 - Site to Site VPN Sample Config - Fir3net","description":"Below is a sample config for 2 site to site vpns from a PIX running 8.0(4)16. One peer being 192.168.2.100, and the other 192.168.1.100. Please note :","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html","og_locale":"en_US","og_type":"article","og_title":"PIX \/ ASA 8.0(4)16 - Site to Site VPN Sample Config - Fir3net","og_description":"Below is a sample config for 2 site to site vpns from a PIX running 8.0(4)16. One peer being 192.168.2.100, and the other 192.168.1.100. Please note :","og_url":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html","og_site_name":"Fir3net","article_published_time":"2009-04-26T19:03:43+00:00","article_modified_time":"2021-07-24T19:09:15+00:00","author":"Rick Donato","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rick Donato","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html#article","isPartOf":{"@id":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html"},"author":{"name":"Rick Donato","@id":"https:\/\/www.fir3net.com\/#\/schema\/person\/ab35009601b7687ee1c5310be6038037"},"headline":"PIX \/ ASA 8.0(4)16 – Site to Site VPN Sample Config","datePublished":"2009-04-26T19:03:43+00:00","dateModified":"2021-07-24T19:09:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html"},"wordCount":101,"publisher":{"@id":"https:\/\/www.fir3net.com\/#organization"},"articleSection":["Cisco Firewalls"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html","url":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html","name":"PIX \/ ASA 8.0(4)16 - Site to Site VPN Sample Config - Fir3net","isPartOf":{"@id":"https:\/\/www.fir3net.com\/#website"},"datePublished":"2009-04-26T19:03:43+00:00","dateModified":"2021-07-24T19:09:15+00:00","description":"Below is a sample config for 2 site to site vpns from a PIX running 8.0(4)16. One peer being 192.168.2.100, and the other 192.168.1.100. Please note :","breadcrumb":{"@id":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.fir3net.com\/Firewalls\/Cisco\/pix-asa-80416-site-to-site-vpn-sample-config.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fir3net.com\/"},{"@type":"ListItem","position":2,"name":"Security","item":"https:\/\/www.fir3net.com\/security"},{"@type":"ListItem","position":3,"name":"Firewalls","item":"https:\/\/www.fir3net.com\/security\/firewalls"},{"@type":"ListItem","position":4,"name":"Cisco Firewalls","item":"https:\/\/www.fir3net.com\/security\/firewalls\/cisco"},{"@type":"ListItem","position":5,"name":"PIX \/ ASA 8.0(4)16 – Site to Site VPN Sample Config"}]},{"@type":"WebSite","@id":"https:\/\/www.fir3net.com\/#website","url":"https:\/\/www.fir3net.com\/","name":"Fir3net","description":"Keeping you in the know","publisher":{"@id":"https:\/\/www.fir3net.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fir3net.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.fir3net.com\/#organization","name":"Fir3net","url":"https:\/\/www.fir3net.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fir3net.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.fir3net.com\/wp-content\/uploads\/Fir3net-Background-Logo-compressed.png","contentUrl":"https:\/\/www.fir3net.com\/wp-content\/uploads\/Fir3net-Background-Logo-compressed.png","width":390,"height":88,"caption":"Fir3net"},"image":{"@id":"https:\/\/www.fir3net.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.fir3net.com\/#\/schema\/person\/ab35009601b7687ee1c5310be6038037","name":"Rick Donato","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fir3net.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d75d69a54c0ca3b32c24c3a9703b623c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d75d69a54c0ca3b32c24c3a9703b623c?s=96&d=mm&r=g","caption":"Rick Donato"},"description":"Rick Donato is a Network Automation Architect\/Evangelist and the founder of Packet Coders."}]}},"_links":{"self":[{"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/posts\/232"}],"collection":[{"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/comments?post=232"}],"version-history":[{"count":0,"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/posts\/232\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/media?parent=232"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/categories?post=232"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fir3net.com\/wp-json\/wp\/v2\/tags?post=232"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}