<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problems with Cisco VPN Client though a PIX Firewall. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901948#M973829</link>
    <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;   I have a PC on my LAN which I sometimes use to establish a VPN tunnel with a remote network via Cisco VPN Client.  I use a Cisco router as my gateway router via broadband to gain access to the Internet and employ PAT for address translation.  I upgraded the IOS to 12.2(15)T16 to support NAT Transparency, I was able to establish the tunnel with this configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently aquired a Cisco 506E PIX Firewall (Version 6.3(4)) to aid in my CCSP studies and integrated it into my network infrastructure.  I inserted the PIX in-between my router and cable modem and offloaded the PAT from the router to the PIX.  I setup the firewall with a basic configuration and I was able to access the Internet perfectly but I could not establish the VPN tunnel via the Cisco VPN Client.  Other than removing the PAT commands on the router, it's configuration remained the same.  I tried several configurations including enabling ISAKMP on both interfaces and activating ISAKMP NAT-Traversal but none worked.  I finally was able to get the tunnel to establish by issueing the following command: fixup protocol esp-ike, and creating an inbound ACL on the outside interface allowing ESP from the remote system in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, is there a better way to do this without using the inbound access-list on the outside interface.  Doesn't the PIX have a built-in NAT-Transparency system like the routers?  Here is a sanatized version of the PIX configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(4)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 10full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol esp-ike&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list TEST permit ip 10.0.0.0 255.255.252.0 any&lt;/P&gt;&lt;P&gt;access-list TEST permit esp 10.0.0.0 255.255.252.0 any&lt;/P&gt;&lt;P&gt;access-list VPN_CLIENT permit esp host 1.2.3.4 any&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging buffered debugging&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute&lt;/P&gt;&lt;P&gt;ip address inside 172.16.0.1 255.255.255.252&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.0 255.255.252.0 0 0&lt;/P&gt;&lt;P&gt;access-group VPN_CLIENT in interface outside&lt;/P&gt;&lt;P&gt;access-group TEST in interface inside&lt;/P&gt;&lt;P&gt;route inside 10.0.0.0 255.255.252.0 172.16.0.2 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 11:22:48 GMT</pubDate>
    <dc:creator>lrm001c474</dc:creator>
    <dc:date>2019-03-11T11:22:48Z</dc:date>
    <item>
      <title>Problems with Cisco VPN Client though a PIX Firewall.</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901948#M973829</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;   I have a PC on my LAN which I sometimes use to establish a VPN tunnel with a remote network via Cisco VPN Client.  I use a Cisco router as my gateway router via broadband to gain access to the Internet and employ PAT for address translation.  I upgraded the IOS to 12.2(15)T16 to support NAT Transparency, I was able to establish the tunnel with this configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently aquired a Cisco 506E PIX Firewall (Version 6.3(4)) to aid in my CCSP studies and integrated it into my network infrastructure.  I inserted the PIX in-between my router and cable modem and offloaded the PAT from the router to the PIX.  I setup the firewall with a basic configuration and I was able to access the Internet perfectly but I could not establish the VPN tunnel via the Cisco VPN Client.  Other than removing the PAT commands on the router, it's configuration remained the same.  I tried several configurations including enabling ISAKMP on both interfaces and activating ISAKMP NAT-Traversal but none worked.  I finally was able to get the tunnel to establish by issueing the following command: fixup protocol esp-ike, and creating an inbound ACL on the outside interface allowing ESP from the remote system in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, is there a better way to do this without using the inbound access-list on the outside interface.  Doesn't the PIX have a built-in NAT-Transparency system like the routers?  Here is a sanatized version of the PIX configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(4)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 10full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol esp-ike&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list TEST permit ip 10.0.0.0 255.255.252.0 any&lt;/P&gt;&lt;P&gt;access-list TEST permit esp 10.0.0.0 255.255.252.0 any&lt;/P&gt;&lt;P&gt;access-list VPN_CLIENT permit esp host 1.2.3.4 any&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging buffered debugging&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute&lt;/P&gt;&lt;P&gt;ip address inside 172.16.0.1 255.255.255.252&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.0 255.255.252.0 0 0&lt;/P&gt;&lt;P&gt;access-group VPN_CLIENT in interface outside&lt;/P&gt;&lt;P&gt;access-group TEST in interface inside&lt;/P&gt;&lt;P&gt;route inside 10.0.0.0 255.255.252.0 172.16.0.2 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:22:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901948#M973829</guid>
      <dc:creator>lrm001c474</dc:creator>
      <dc:date>2019-03-11T11:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Cisco VPN Client though a PIX Firewall.</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901949#M973830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 22:37:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901949#M973830</guid>
      <dc:creator>lrm001c474</dc:creator>
      <dc:date>2007-10-09T22:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Cisco VPN Client though a PIX Firewall.</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901950#M973831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not clear in your post what the device is you are peering to. That device is what should have nat-t enabled. The fact you had to enable fixup esp-ike means nat-t was not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you should be able to remove "access-list VPN_CLIENT permit esp host 1.2.3.4 any" and apply "sysopt connection permit-ipsec".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 00:34:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901950#M973831</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-10-10T00:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Cisco VPN Client though a PIX Firewall.</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901951#M973832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the responce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I remove the outside interface's ACL and apply "sysopt connection permit-ipsec", the connection fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Included is some of the log file with ISAKMP debugging on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;302015: Built outbound UDP connection 25163 for outside:3.3.3.3/500 (3.3.3.3/500) to inside:1.1.1.1/500 (2.2.2.2/500)&lt;/P&gt;&lt;P&gt;305011: Built dynamic UDP translation from inside:1.1.1.1/1117 to outside:2.2.2.2/2147&lt;/P&gt;&lt;P&gt;305011: Built dynamic UDP translation from inside:1.1.1.1/123 to outside:2.2.2.2/50&lt;/P&gt;&lt;P&gt;302015: Built outbound UDP connection 25165 for outside:207.46.130.100/123 (207.46.130.100/123) to inside:1.1.1.1/123 (2.2.2.2/50)&lt;/P&gt;&lt;P&gt;106010: Deny inbound protocol 50 src outside:3.3.3.3 dst inside:2.2.2.2&lt;/P&gt;&lt;P&gt;106010: Deny inbound protocol 50 src outside:3.3.3.3 dst inside:2.2.2.2&lt;/P&gt;&lt;P&gt;106010: Deny inbound protocol 50 src outside:3.3.3.3 dst inside:2.2.2.2&lt;/P&gt;&lt;P&gt;106010: Deny inbound protocol 50 src outside:3.3.3.3 dst inside:2.2.2.2&lt;/P&gt;&lt;P&gt;106010: Deny inbound protocol 50 src outside:3.3.3.3 dst inside:2.2.2.2&lt;/P&gt;&lt;P&gt;305012: Teardown dynamic UDP translation from inside:1.1.1.1/1117 to outside:2.2.2.2/2147 duration 0:00:31&lt;/P&gt;&lt;P&gt;305011: Built dynamic UDP translation from inside:1.1.1.1/1117 to outside:2.2.2.2/2148&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference:&lt;/P&gt;&lt;P&gt;1.1.1.1 - PC with VPN Client&lt;/P&gt;&lt;P&gt;2.2.2.2 - PIX Outside Address&lt;/P&gt;&lt;P&gt;3.3.3.3 - Remote Concentrator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The remote concentrator has NAT-T enable but I do not have access to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I implemented the PIX, my router with NAT-T support worked fine without any special configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 13:38:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901951#M973832</guid>
      <dc:creator>lrm001c474</dc:creator>
      <dc:date>2007-10-20T13:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Cisco VPN Client though a PIX Firewall.</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901952#M973833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try with IPSec over TCP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 16:51:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901952#M973833</guid>
      <dc:creator>andrea.meconi</dc:creator>
      <dc:date>2007-10-20T16:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Cisco VPN Client though a PIX Firewall.</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901953#M973834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfourtunatly, I do not have access to the remote concentrator.  I have only been notified that it should work with NAT-T, IPSEC over TCP/UDP is not configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This configuration worked earlier with a router with a NAT-T enabled IOS so it must be a configuration parameter with the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 17:59:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901953#M973834</guid>
      <dc:creator>lrm001c474</dc:creator>
      <dc:date>2007-10-20T17:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Cisco VPN Client though a PIX Firewall.</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901954#M973835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No ideas...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a strange problem; looking at the debug I listed above, it shows it is denying inbound protocol 50(ESP) which makes sense since the VPN client operates correctly once I put an inbound ACL on the outside interface permitting ESP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it can't use statful inspection since there is no initiating ESP traffic on the inbound interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this sound correct?  Maybe I have no choice but to keep the inbound ACL in place on the inbound interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is ESP stateful?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 00:58:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-cisco-vpn-client-though-a-pix-firewall/m-p/901954#M973835</guid>
      <dc:creator>lrm001c474</dc:creator>
      <dc:date>2007-10-29T00:58:28Z</dc:date>
    </item>
  </channel>
</rss>

