<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Issues with Cisco 871 tunnel with Pix515e in Cisco</title>
<link>http://www.dslreports.com/forum/r22619798</link>
<description></description>
<language>en</language>
<pubDate>Fri, 04 Dec 2009 16:11:19 EDT</pubDate>
<lastBuildDate>Fri, 04 Dec 2009 16:11:19 EDT</lastBuildDate>

<item>
<title>Re: Issues with Cisco 871 tunnel with Pix515e</title>
<link>http://www.dslreports.com/forum/remark,22637390</link>
<description><![CDATA[<A HREF="/useremail/u/394972"><b>nfx</b></A> : You're right.  I had to go back and review CCNA material to realize this.  Thanks.<br><small>--<br>nfx</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22637390</guid>
<pubDate>Tue, 30 Jun 2009 22:45:47 EDT</pubDate>
</item>

<item>
<title>Re: Issues with Cisco 871 tunnel with Pix515e</title>
<link>http://www.dslreports.com/forum/remark,22637212</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : When you do a "permit ip" you are permitting everything over the protocol stack which would include TCP, UDP and ICMP.<br><br>I did fix the issue by removing "ip nat inside" on "int vlan1" and removing "ip nat outside" from "int f4".  Since vlan 1 was not coming up I added my Loop Back IP into the tunnel ACL and then I was able to ping and telnet to ports on both sides of the crypto tunnel.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22637212</guid>
<pubDate>Tue, 30 Jun 2009 22:03:18 EDT</pubDate>
</item>

<item>
<title>Re: Issues with Cisco 871 tunnel with Pix515e</title>
<link>http://www.dslreports.com/forum/remark,22636240</link>
<description><![CDATA[<A HREF="/useremail/u/394972"><b>nfx</b></A> : crypto map SiteToSiteVPN 1 match address inside_cryptomap<br>crypto map SiteToSiteVPN 1 set peer 10.44.44.2<br>crypto map SiteToSiteVPN 1 set transform-set ESP-3DES-MD5 ESP-DES-MD5 xform-3des-md5<br>crypto map SiteToSiteVPN interface inside<br><br>Is this the crypto map you're using for the site-to-site VPN? <br><br>If so, the ACL it's matching, inside_cryptomap, only allows IP traffic. <br><br>This is the ACL it's matching: access-list inside_cryptomap extended permit ip 10.35.1.0 255.255.255.0 10.44.44.0 255.255.255.0<br><br>You need to add ICMP to that ACL.<br><br>edit: Same for the 871 config, you need to add ICMP to the ACL called "tunnel".<br><small>--<br>nfx</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22636240</guid>
<pubDate>Tue, 30 Jun 2009 18:27:10 EDT</pubDate>
</item>

<item>
<title>Re: Issues with Cisco 871 tunnel with Pix515e</title>
<link>http://www.dslreports.com/forum/remark,22632687</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : 871 Config<br><br>871w-rtr#sh run<br>Building configuration...<br><br>Current configuration : 4168 bytes<br>!                                 <br>version 12.4                      <br>no service pad                    <br>service timestamps debug datetime msec<br>service timestamps log datetime msec  <br>no service password-encryption        <br>!                                     <br>hostname 871w-rtr              <br>!                                     <br>boot-start-marker                     <br>boot-end-marker                       <br>!                                     <br>logging buffered 20000                <br>enable password ************         <br>!                                     <br>aaa new-model                         <br>!                                     <br>!                                     <br>aaa authentication login default local<br>aaa authorization template            <br>!                                     <br>!                                     <br>aaa session-id common                 <br>!                                     <br>crypto pki trustpoint TP-self-signed-3262587873<br> enrollment selfsigned                         <br> subject-name cn=IOS-Self-Signed-Certificate-3262587873<br> revocation-check none                                 <br> rsakeypair TP-self-signed-3262587873                  <br>!                                                      <br>!                                                      <br>crypto pki certificate chain TP-self-signed-3262587873 <br> certificate self-signed 01                            <br>*******************************************************       <br>quit                                                              <br>dot11 syslog                                                              <br>ip cef                                                                    <br>ip dhcp excluded-address 10.10.10.1                                       <br>!                                                                         <br>!                                                                         <br>ip auth-proxy max-nodata-conns 3                                          <br>ip admission max-nodata-conns 3                                           <br>no ip domain lookup                                                       <br>ip domain name local.test.local                                           <br>!                                                                         <br>!                                                                         <br>!                                                                         <br>username ***********    <br>!                                                                         <br>!                                                                         <br>crypto isakmp policy 1                                                    <br> encr 3des                                                                <br> hash md5                                                                 <br> authentication pre-share                                                 <br>crypto isakmp key ************* address 192.168.10.20                         <br>crypto isakmp invalid-spi-recovery                                        <br>crypto isakmp keepalive 10                                                <br>!                                                                         <br>!                                                                         <br>crypto ipsec transform-set myset esp-3des esp-md5-hmac                    <br>!                                                                         <br>!                                                                         <br>crypto map IPSec 1 ipsec-isakmp                                           <br> set peer 192.168.10.20                                                   <br> set transform-set myset                                                  <br> match address tunnel                                                     <br>!                                                                         <br>crypto map testmap 10 ipsec-isakmp                                        <br> set peer 192.168.10.20                                                   <br> set security-association idle-time 300                                   <br> set transform-set myset                                                  <br> match address tunnel                                                     <br>!                                                                         <br>archive                                                                   <br> log config                                                               <br>  hidekeys                                                                <br>!                                                                         <br>!                                                                         <br>ip ssh version 2                                                          <br>!                                                                         <br>!                                                                         <br>!                                                                         <br>interface Loopback0                                                       <br> ip address 10.1.1.1 255.255.255.0                                        <br>!                                                                         <br>interface FastEthernet0                                                   <br>!                                                                         <br>interface FastEthernet1                                                   <br>!                                                                         <br>interface FastEthernet2                                                   <br>!                                                                         <br>interface FastEthernet3                                                   <br>!                                                                         <br>interface FastEthernet4                                                   <br> ip address 192.168.10.50 255.255.255.0                                   <br> ip nat outside                                                           <br> ip virtual-reassembly                                                    <br> duplex auto                                                              <br> speed auto                                                               <br> crypto map IPSec                                                         <br>!                                                                         <br>interface Dot11Radio0                                                     <br> no ip address                                                            <br> shutdown                                                                 <br> speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0<br> station-role root                                                                   <br>!                                                                                    <br>interface Vlan1                                                                      <br> description test user                                                               <br> ip address 10.44.44.2 255.255.255.0                                                 <br> ip nat inside<br> ip virtual-reassembly<br>!<br>ip forward-protocol nd<br>ip route 0.0.0.0 0.0.0.0 192.168.10.20<br>!<br>ip http server<br>ip http authentication local<br>ip http secure-server<br>ip http timeout-policy idle 60 life 86400 requests 10000<br>!<br>ip access-list extended tunnel<br> permit ip 10.44.44.0 0.0.0.255 10.35.1.0 0.0.0.255<br>!<br>no cdp run<br>!<br>!<br>!<br>control-plane<br>!<br>banner motd ^C<br>******************************************<br>* Unauthorized access prohibited<br>******************************************<br>^C<br>!<br>line con 0<br> no modem enable<br>line aux 0<br>line vty 0 4<br> privilege level 15<br> transport input telnet ssh<br>!<br>scheduler max-task-time 5000<br>end<br><br>871w-rtr#]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22632687</guid>
<pubDate>Tue, 30 Jun 2009 08:22:12 EDT</pubDate>
</item>

<item>
<title>Re: Issues with Cisco 871 tunnel with Pix515e</title>
<link>http://www.dslreports.com/forum/remark,22632654</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : <br>I guess I should have scrubbed the config before and posted it :\<br>-----<br><br>pix515# sh run                                                                                                                                               <br>: Saved                                                                                                                                                      <br>:                                                                                                                                                            <br>PIX Version 8.0(3)                                                                                                                                           <br>!                                                                                                                                                            <br>hostname pix515                                                                                                                                              <br>domain-name test.local                                                                                                                                <br>enable password ************ encrypted                                                                                                                   <br>names                                                                                                                                                        <br>dns-guard                                                                                                                                                    <br>!                                                                                                                                                            <br>interface Ethernet0                                                                                                                                          <br> nameif outside                                                                                                                                              <br> security-level 0                                                                                                                                            <br> ip address 192.168.10.20 255.255.255.0                                                                                                                      <br>!                                                                                                                                                            <br>interface Ethernet1                                                                                                                                          <br> description Inside Trunk                                                                                                                                    <br> no nameif                                                                                                                                                   <br> no security-level                                                                                                                                           <br> no ip address                                                                                                                                               <br>!                                                                                                                                                            <br>interface Ethernet1.100                                                                                                                                      <br> vlan 100                                                                                                                                                    <br> nameif inside                                                                                                                                               <br> security-level 100                                                                                                                                          <br> ip address 10.45.45.2 255.255.255.248                                                                                                                       <br>!                                                                                                                                                            <br>interface Ethernet2                                                                                                                                          <br> description DMZ Trunk                                                                                                                                       <br> no nameif                                                                                                                                                   <br> no security-level                                                                                                                                           <br> no ip address                                                                                                                                               <br>!                                                                                                                                                            <br>interface Ethernet2.50                                                                                                                                       <br> vlan 50                                                                                                                                                     <br> nameif DMZ                                                                                                                                                  <br> security-level 80                                                                                                                                           <br> ip address 192.168.1.1 255.255.255.0                                                                                                                        <br>!                                                                                                                                                            <br>passwd *********** encrypted                                                                                                                            <br>boot system flash:/pix803.bin                                                                                                                                <br>ftp mode passive                                                                                                                                             <br>dns server-group DefaultDNS                                                                                                                                  <br> domain-name test.local                                                                                                                               <br>same-security-traffic permit inter-interface                                                                                                                 <br>same-security-traffic permit intra-interface                                                                                                                 <br>object-group service dns tcp-udp                                                                                                                             <br> description DNS Port Mapping                                                                                                                                <br> port-object eq domain                                                                                                                                       <br>object-group protocol TCPUDP                                                                                                                                 <br> protocol-object udp                                                                                                                                         <br> protocol-object tcp                                                                                                                                         <br>access-list inside-test extended permit ip any any log critical                                                                                              <br>access-list inside extended permit ip any any log                                                                                                            <br>                                                                       <br>access-list nonat extended permit ip 10.35.1.0 255.255.255.0 10.44.44.0 255.255.255.0                                                                        <br><br>access-list out extended deny icmp any any alternate-address                                                                                                 <br>access-list out extended deny icmp any any router-advertisement                                                                                              <br>access-list out extended deny icmp any any router-solicitation                                                                                               <br>access-list out extended deny icmp any any timestamp-request                                                                                                 <br>access-list out extended deny icmp any any timestamp-reply                                                                                                   <br>access-list out extended deny icmp any any information-request                                                                                               <br>access-list out extended deny icmp any any information-reply                                                                                                 <br>access-list out extended deny icmp any any mask-request                                                                                                      <br>access-list out extended deny icmp any any mask-reply                                                                                                        <br>access-list out extended deny icmp any any mobile-redirect                                                                                                   <br>access-list out extended deny icmp any any echo                                                                                                              <br>access-list out extended permit icmp any any                                                                                                                 <br>access-list out extended deny ip any any log critical                                                                                                        <br><br>access-list inside_cryptomap extended permit ip 10.35.1.0 255.255.255.0 10.44.44.0 255.255.255.0                                                             <br>                                                                     <br>access-list dmz-in extended permit ip any any                                                                                                                <br><br>access-list S2S-Split extended permit ip 10.100.100.0 255.255.255.0 10.35.1.0 255.255.255.0                                                                  <br>access-list outside_cryptomap extended permit ip 10.35.1.0 255.255.255.0 10.44.44.0 255.255.255.0                                                            <br><br>pager lines 14                                                                                                                                               <br>logging enable                                                                                                                                               <br>logging timestamp                                                                                                                                            <br>logging list VPN-debug level debugging class vpn                                                                                                             <br>logging buffer-size 50000                                                                                                                                    <br>logging asdm-buffer-size 512                                                                                                                                 <br>logging console debugging                                                                                                                                    <br>logging monitor critical                                                                                                                                     <br>logging buffered debugging                                                                                                                                   <br>logging trap critical                                                                                                                                        <br>logging asdm debugging                                                                                                                                       <br>logging host inside 10.35.1.20                                                                                                                               <br>no logging message 305012                                                                                                                                    <br>no logging message 305011                                                                                                                                    <br>no logging message 305010                                                                                                                                    <br>mtu outside 1500                                                                                                                                             <br>mtu inside 1500                                                                                                                                              <br>mtu DMZ 1500                                                                                                                                                 <br>ip local pool vpn-dhcp 10.35.254.50-10.35.254.60 mask 255.255.255.0                                                                                          <br>icmp unreachable rate-limit 1 burst-size 1                                                                                                                   <br>asdm image flash:/asdm-603.bin                                                                                                                               <br>no asdm history enable                                                                                                                                       <br>arp timeout 14400                                                                                                                                            <br>nat-control                                                                                                                                                  <br><br>global (outside) 1 interface                                                                                                                                 <br>nat (inside) 0 access-list nonat                                                                                                                             <br>nat (inside) 1 0.0.0.0 0.0.0.0                                                                                                                               <br>nat (DMZ) 0 access-list nonat-dmz                                                                                                                            <br>nat (DMZ) 1 0.0.0.0 0.0.0.0                                                                                                                                  <br>                                                                           <br>static (inside,DMZ) 10.35.1.0 10.35.1.0 netmask 255.255.255.0                                                                                                                                                                                              <br>static (inside,DMZ) 10.44.44.0 10.44.44.0 netmask 255.255.255.0                                                                                              <br><br>access-group out in interface outside                                                                                                                        <br>access-group dmz-in in interface DMZ                                                                                                                         <br><br>route outside 0.0.0.0 0.0.0.0 192.168.10.1 1                                                                                                                 <br>route inside 10.35.1.0 255.255.255.0 10.45.45.1 1                                                                                                             <br>                                                                                                           <br>timeout xlate 3:00:00                                                                                                                                        <br>timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02                                                                                            <br>timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00                                                                               <br>timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00                                                                              <br>timeout uauth 0:05:00 absolute                                                                                                                               <br>dynamic-access-policy-record DfltAccessPolicy                                                                                                                <br>aaa-server TACACS+ protocol tacacs+                                                                                                                          <br>aaa-server RADIUS protocol radius                                                                                                                            <br>aaa-server partnerauth protocol radius                                                                                                                       <br>aaa-server local protocol radius                                                                                                                             <br>aaa authentication ssh console LOCAL                                                                                                                         <br>http server enable                                                                                                                                           <br>http 0.0.0.0 0.0.0.0 inside                                                                                                                                                                                                                        <br>no snmp-server location                                                                                                                                      <br>no snmp-server contact                                                                                                                                       <br>snmp-server community **                                                                                                                           <br>snmp-server enable traps snmp authentication linkup linkdown coldstart                                                                                       <br>snmp-server enable traps syslog                                                                                                                              <br>crypto ipsec transform-set xform-3des-md5 esp-aes-256 esp-sha-hmac                                                                                           <br>crypto ipsec transform-set S2S esp-aes esp-sha-hmac                                                                                                          <br>crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac                                                                                          <br>crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac                                                                                                  <br>crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac                                                                                                <br>crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac                                                                                                  <br>crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac                                                                                          <br>crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac                                                                                                <br>crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac                                                                                          <br>crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac                                                                                              <br>crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac                                                                                          <br>crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac                                                                                              <br>crypto dynamic-map dcmap-vpnclient 1 set transform-set xform-3des-md5                                                                                        <br>crypto map cmap-vpncient 1 match address outside_cryptomap                                                                                                   <br>crypto map cmap-vpncient 1 set peer 192.168.10.50                                                                                                            <br>crypto map cmap-vpncient 1 set transform-set ESP-3DES-MD5 xform-3des-md5 ESP-DES-MD5                                                                         <br>crypto map cmap-vpncient 65535 ipsec-isakmp dynamic dcmap-vpnclient                                                                                          <br>crypto map cmap-vpncient interface outside                                                                                                                   <br>crypto map SiteToSiteVPN 1 match address inside_cryptomap                                                                                                    <br>crypto map SiteToSiteVPN 1 set peer 10.44.44.2                                                                                                               <br>crypto map SiteToSiteVPN 1 set transform-set ESP-3DES-MD5 ESP-DES-MD5 xform-3des-md5                                                                                                                                                                                     <br>crypto map SiteToSiteVPN interface inside                                                                                                                    <br>crypto isakmp identity address                                                                                                                               <br>crypto isakmp enable outside                                                                                                                                 <br>crypto isakmp enable inside                                                                                                                                  <br>crypto isakmp policy 1                                                                                                                                       <br> authentication pre-share                                                                                                                                    <br> encryption 3des                                                                                                                                             <br> hash md5                                                                                                                                                    <br> group 1                                                                                                                                                     <br> lifetime 86400                                                                                                                                              <br>telnet timeout 5                                                                                                                                             <br>ssh 0.0.0.0 0.0.0.0 outside                                                                                                                                                                                                                                                <br>ssh 0.0.0.0 0.0.0.0 inside                                                                                                                                   <br>ssh timeout 30                                                                                                                                               <br>ssh version 2                                                                                                                                                <br>console timeout 0                                                                                                                                                                                                                                                                  <br>priority-queue outside                                                                                                                                       <br>threat-detection basic-threat                                                                                                                                <br>threat-detection statistics access-list                                                                                                                                                                                                                                         <br> vpn-idle-timeout none                                                                                                                                       <br> vpn-tunnel-protocol IPSec                                                                                                                                   <br> password-storage disable                                                                                                                                    <br> re-xauth disable                                                                                                                                            <br> pfs disable                                                                                                                                                                                                                                                        <br>username **<br>tunnel-group 10.44.44.2 type ipsec-l2l                                                                                                                       <br>tunnel-group 10.44.44.2 ipsec-attributes                                                                                                                     <br> pre-shared-key *                                                                                                                                            <br>tunnel-group 192.168.10.50 type ipsec-l2l<br>tunnel-group 192.168.10.50 ipsec-attributes<br> pre-shared-key *<br>!<br>class-map voip<br> description High Priority = voip<br> match dscp ef<br>class-map inspection_default<br> match default-inspection-traffic<br>!<br>!<br>policy-map type inspect dns migrated_dns_map_1<br> parameters<br>  message-length maximum 512<br>policy-map global_policy<br> class inspection_default<br>  inspect dns migrated_dns_map_1<br>  inspect ftp<br>  inspect http<br>  inspect netbios<br>  inspect pptp<br>  inspect rsh<br>  inspect rtsp<br>  inspect skinny<br>  inspect esmtp<br>  inspect sqlnet<br>  inspect sunrpc<br>  inspect sip<br>  inspect xdmcp<br>policy-map general<br> class voip<br>  priority<br>!<br>service-policy global_policy global<br>service-policy general interface outside<br>prompt hostname context<br>Cryptochecksum:a333040ff1f2a173d40122e0d5ab4de9<br>: end<br>pix515#]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22632654</guid>
<pubDate>Tue, 30 Jun 2009 08:09:50 EDT</pubDate>
</item>

<item>
<title>Re: Issues with Cisco 871 tunnel with Pix515e</title>
<link>http://www.dslreports.com/forum/remark,22631747</link>
<description><![CDATA[<A HREF="/useremail/u/1387340"><b>elnino</b></A> : There's not enough in the original post to troubleshoot (especially the PIX portion).  Please post full configs minus passwords and external IP addresses.<br><br>Thanks]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22631747</guid>
<pubDate>Mon, 29 Jun 2009 23:43:52 EDT</pubDate>
</item>

<item>
<title>Re: Issues with Cisco 871 tunnel with Pix515e</title>
<link>http://www.dslreports.com/forum/remark,22629531</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : But we can not see that that is true for the pix, What is the 10.235.1.5 node ? I hope this is not the pix interface as it will answer from another interface. And if it is not the pix are you shure it nows the route back to 10.44.44.2 and does the pix have this route ?<br><br>Maybe a full config will clarify more.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22629531</guid>
<pubDate>Mon, 29 Jun 2009 16:40:00 EDT</pubDate>
</item>

<item>
<title>Re: Issues with Cisco 871 tunnel with Pix515e</title>
<link>http://www.dslreports.com/forum/remark,22623973</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : But I'm sourcing my ping from my inside vlan1.<br>ping 10.35.1.5 source 10.44.44.2<br><br>This should work..]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22623973</guid>
<pubDate>Sun, 28 Jun 2009 13:42:18 EDT</pubDate>
</item>

<item>
<title>Re: Issues with Cisco 871 tunnel with Pix515e</title>
<link>http://www.dslreports.com/forum/remark,22623481</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : You should not ping from the vpn devices as they will use the source adress which is the closest to de destiantion according to the route table. Which usualy is not in the crypto domiein.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22623481</guid>
<pubDate>Sun, 28 Jun 2009 11:16:01 EDT</pubDate>
</item>

<item>
<title>Issues with Cisco 871 tunnel with Pix515e</title>
<link>http://www.dslreports.com/forum/remark,22619798</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : The Tunnel is up between my Cisco 871 and my Pix 515e but I can't ping through the tunnel on either side:-\  I moved my 871 to the outside of my firewall in a testing lab scenario, the tunnel builds but I can't ping from either side.  More than likely this is a nat issue on my pix but I can't find out what the issue is through my debug sessions.<br><br>I also want to keep Vlan1 up on my Cisco 871 even though I have nothing plugged into it.  I  can't even ping vlan1 on the Cisco 871 because the protocol layer is down.<br><br>--------------------------------------<br>pix515(config)# sh vpn-sessiondb l2l<br><br>Session Type: LAN-to-LAN<br><br>Connection   : 192.168.10.50<br>Index        : 101                    IP Addr      : 10.44.44.0<br>Protocol     : IKE IPsec<br>Encryption   : 3DES                   Hashing      : MD5<br>Bytes Tx     : 127000                 Bytes Rx     : 1400<br>Login Time   : 19:23:38 UTC Fri Jun 26 2009<br>Duration     : 0h:06m:34s<br>--------------------------------------<br>pix515(config)# ping 10.44.44.2<br>Type escape sequence to abort.<br>Sending 5, 100-byte ICMP Echos to 10.44.44.2, timeout is 2 seconds:<br>?????<br>Success rate is 0 percent (0/5)<br>--------------------------------------<br>871w-rtr#ping 10.35.1.5 source 10.44.44.2<br><br>Type escape sequence to abort.<br>Sending 5, 100-byte ICMP Echos to 10.35.1.5, timeout is 2 seconds:<br>Packet sent with a source address of 10.44.44.2<br>.....<br>Success rate is 0 percent (0/5)<br>-----------------------------<br>Pix<br><br>pix515(config)# sh run nat<br>nat (inside) 0 access-list nonat<br>nat (inside) 1 0.0.0.0 0.0.0.0<br><br>pix515(config)# sh access-list nonat<br>access-list nonat; 5 elements<br>access-list nonat line 1 extended permit ip 10.35.1.0 255.255.255.0 10.44.44.0 255.255.255.0 (hitcnt=0) 0x33ce6f2d<br><br>static (inside,DMZ) 10.44.44.0 10.44.44.0 netmask 255.255.255.0<br><br>crypto map cmap-vpncient 1 match address outside_cryptomap<br>crypto map cmap-vpncient 1 set peer 192.168.10.50<br>crypto map cmap-vpncient 1 set transform-set ESP-3DES-MD5<br><br>-----------------------------<br>871<br><br>crypto isakmp policy 1<br> encr 3des<br> hash md5<br> authentication pre-share<br>crypto isakmp key ******** address 192.168.10.20<br>crypto isakmp invalid-spi-recovery<br>crypto isakmp keepalive 10<br>!<br>crypto ipsec transform-set myset esp-3des esp-md5-hmac<br>!<br>crypto map IPSec 1 ipsec-isakmp<br> set peer 192.168.10.20<br> set transform-set myset<br> match address tunnel<br>!<br>crypto map testmap 10 ipsec-isakmp<br> set peer 192.168.10.20<br> set security-association idle-time 300<br> set transform-set myset<br> match address tunnel<br>!<br>interface FastEthernet4<br> ip address 192.168.10.50 255.255.255.0<br> ip nat outside<br> ip virtual-reassembly<br> duplex auto<br> speed auto<br> crypto map IPSec<br>!<br>interface Vlan1<br> description Users<br> ip address 10.44.44.2 255.255.255.0<br> ip tcp adjust-mss 1452<br>!<br>!<br>-----------------------------<br>871w-rtr#sh ip int br <br>Interface                  IP-Address      OK? Method Status                Protocol<br>FastEthernet0              unassigned      YES unset  up                    down    <br>FastEthernet1              unassigned      YES unset  up                    down    <br>FastEthernet2              unassigned      YES unset  up                    down    <br>FastEthernet3              unassigned      YES unset  up                    down    <br>FastEthernet4              192.168.10.50   YES manual up                    up      <br>Dot11Radio0                unassigned      YES NVRAM  administratively down down    <br>Vlan1                      10.44.44.2      YES manual up                    down     <br>-----------------------------<br>871w-rtr#ping 10.35.1.5 source 10.44.44.2<br><br>Type escape sequence to abort.<br>Sending 5, 100-byte ICMP Echos to 10.35.1.5, timeout is 2 seconds:<br>Packet sent with a source address of 10.44.44.2 <br>.....<br>Success rate is 0 percent (0/5)<br>-----------------------------<br>871w-rtr#sh crypto isakmp sa             <br>IPv4 Crypto ISAKMP SA<br>dst             src             state          conn-id slot status<br>192.168.10.20   192.168.10.50   QM_IDLE           2056    0 ACTIVE<br><br>IPv6 Crypto ISAKMP SA<br><br>871w-rtr#<br>-----------------------------]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22619798</guid>
<pubDate>Sat, 27 Jun 2009 09:48:03 EDT</pubDate>
</item>

</channel>
</rss>
