<?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 Re: PIX 501 problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/141955#M604877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will use internal network 192.168.0.x 255.255.255.0&lt;/P&gt;&lt;P&gt;We will use other networks as 172.16.x.x 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you looking to run a point to point VPN or a VPN group?  You will need your global range or interface to allow the inside traffic to nat out.&lt;/P&gt;&lt;P&gt;i.e. global (outside) 1 interface (PAT)&lt;/P&gt;&lt;P&gt;or global (outside) 1 x.x.x.x - x.x.x.x (This being a range of IP's)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will then need to associate the NAT statement with the global&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 (this will NAT  everyone)&lt;/P&gt;&lt;P&gt;or nat (inside) 1 192.168.0.1 (for a one to one)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a point to point VPN you will want to configure you CRYPTO MAP and YOUR ISAKMP.&lt;/P&gt;&lt;P&gt;Once this is complete you will need to create you access-list to allow the interesting traffic to traverse the tunnel&lt;/P&gt;&lt;P&gt;i.e. access-list 100 permit ip 192.168.0.0 255.255.255.0 172.16.0.0 255.255.0.0 &lt;/P&gt;&lt;P&gt;and access-list 101 permit ip 192.168.0.0 255.255.255.0 172.16.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will then need a nat statement as follows.  This tells the traffic designated in the access not to NAT but to use the tunnel.&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will apply the second access-list to crypto-map match address 101&lt;/P&gt;&lt;P&gt;i.e. crypto map (map name) 10 match address 101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly you will need to add the crypto map to the interface with &lt;/P&gt;&lt;P&gt;crypto map (mapname) interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how you are looking to configure your VPN and I can give you more detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2003 13:31:35 GMT</pubDate>
    <dc:creator>j.cusick</dc:creator>
    <dc:date>2003-06-10T13:31:35Z</dc:date>
    <item>
      <title>PIX 501 problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/141954#M604876</link>
      <description>&lt;P&gt;Hi, I have a question.... &lt;/P&gt;&lt;P&gt;Is it possible to configure NAT + Vpn? &lt;/P&gt;&lt;P&gt;I read &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080094761.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080094761.shtml&lt;/A&gt; &lt;/P&gt;&lt;P&gt;but i can't understand how it works. &lt;/P&gt;&lt;P&gt;If it is possible can you give me an example of a working configuration? &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:47:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/141954#M604876</guid>
      <dc:creator>albatech</dc:creator>
      <dc:date>2020-02-21T06:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/141955#M604877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will use internal network 192.168.0.x 255.255.255.0&lt;/P&gt;&lt;P&gt;We will use other networks as 172.16.x.x 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you looking to run a point to point VPN or a VPN group?  You will need your global range or interface to allow the inside traffic to nat out.&lt;/P&gt;&lt;P&gt;i.e. global (outside) 1 interface (PAT)&lt;/P&gt;&lt;P&gt;or global (outside) 1 x.x.x.x - x.x.x.x (This being a range of IP's)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will then need to associate the NAT statement with the global&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 (this will NAT  everyone)&lt;/P&gt;&lt;P&gt;or nat (inside) 1 192.168.0.1 (for a one to one)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a point to point VPN you will want to configure you CRYPTO MAP and YOUR ISAKMP.&lt;/P&gt;&lt;P&gt;Once this is complete you will need to create you access-list to allow the interesting traffic to traverse the tunnel&lt;/P&gt;&lt;P&gt;i.e. access-list 100 permit ip 192.168.0.0 255.255.255.0 172.16.0.0 255.255.0.0 &lt;/P&gt;&lt;P&gt;and access-list 101 permit ip 192.168.0.0 255.255.255.0 172.16.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will then need a nat statement as follows.  This tells the traffic designated in the access not to NAT but to use the tunnel.&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will apply the second access-list to crypto-map match address 101&lt;/P&gt;&lt;P&gt;i.e. crypto map (map name) 10 match address 101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly you will need to add the crypto map to the interface with &lt;/P&gt;&lt;P&gt;crypto map (mapname) interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how you are looking to configure your VPN and I can give you more detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2003 13:31:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/141955#M604877</guid>
      <dc:creator>j.cusick</dc:creator>
      <dc:date>2003-06-10T13:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/141956#M604878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my conf and don't work.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result of PIX command: "show crypto isakmp sa"&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Total     : 1&lt;/P&gt;&lt;P&gt;Embryonic : 1&lt;/P&gt;&lt;P&gt;        dst             src          state       pending    created&lt;/P&gt;&lt;P&gt;  x.x.177.10   x.x.100.50    MM_KEY_EXCH   0           0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.2(2)&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;enable password &lt;REMOVED&gt; encrypted&lt;/REMOVED&gt;&lt;/P&gt;&lt;P&gt;passwd &lt;REMOVED&gt; encrypted&lt;/REMOVED&gt;&lt;/P&gt;&lt;P&gt;hostname &lt;REMOVED&gt;&lt;/REMOVED&gt;&lt;/P&gt;&lt;P&gt;domain-name &lt;REMOVED&gt;&lt;/REMOVED&gt;&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol http 80&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 ils 389&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 smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list inside_access_in permit tcp x.x.10.0 255.255.255.0 any range ftp-data smtp &lt;/P&gt;&lt;P&gt;access-list inside_access_in permit tcp any any eq domain &lt;/P&gt;&lt;P&gt;access-list inside_access_in permit tcp any any eq www &lt;/P&gt;&lt;P&gt;access-list inside_access_in permit udp any any eq domain &lt;/P&gt;&lt;P&gt;access-list inside_access_in deny udp any range 1 65535 any range 1 65535 &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host x.x.100.50 eq telnet &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host x.x.100.50 eq www &lt;/P&gt;&lt;P&gt;access-list outside_access_in deny tcp any any &lt;/P&gt;&lt;P&gt;access-list 101 permit ip x.x.10.0 255.255.255.0 x.x.0.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging trap informational&lt;/P&gt;&lt;P&gt;logging facility 23&lt;/P&gt;&lt;P&gt;logging host inside x.x.10.199&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10full&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 x.x.100.50 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside x.x.10.25 255.255.255.0&lt;/P&gt;&lt;P&gt;ip verify reverse-path interface outside&lt;/P&gt;&lt;P&gt;ip audit info action drop&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pdm location x.x.0.157 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 60&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list 101&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www x.x.10.199 www netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.10.25 x.x.100.50 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 x.x.100.1 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 h323 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 RADIUS protocol radius &lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local &lt;/P&gt;&lt;P&gt;filter java 80 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 &lt;/P&gt;&lt;P&gt;filter activex 80 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 &lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http x.x.10.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http x.x.10.157 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;http x.x.10.35 255.255.255.255 inside&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;sysopt security fragguard&lt;/P&gt;&lt;P&gt;sysopt connection permit-ipsec&lt;/P&gt;&lt;P&gt;sysopt noproxyarp outside&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set Alb esp-des esp-md5-hmac &lt;/P&gt;&lt;P&gt;crypto map transam 1 ipsec-isakmp&lt;/P&gt;&lt;P&gt;crypto map transam 1 match address 101&lt;/P&gt;&lt;P&gt;crypto map transam 1 set peer x.12.177.10&lt;/P&gt;&lt;P&gt;crypto map transam 1 set transform-set Alb&lt;/P&gt;&lt;P&gt;crypto map transam interface outside&lt;/P&gt;&lt;P&gt;isakmp enable outside&lt;/P&gt;&lt;P&gt;isakmp key ******** address x.12.177.10 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;isakmp policy 1 authentication pre-share&lt;/P&gt;&lt;P&gt;isakmp policy 1 encryption des&lt;/P&gt;&lt;P&gt;isakmp policy 1 hash md5&lt;/P&gt;&lt;P&gt;isakmp policy 1 group 1&lt;/P&gt;&lt;P&gt;isakmp policy 1 lifetime 1000&lt;/P&gt;&lt;P&gt;telnet x.x.10.157 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;telnet x.x.10.35 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh x.x.10.157 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;dhcpd dns x.94.0.1 x.94.0.2&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me! &lt;/P&gt;&lt;P&gt;I thank you in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2003 14:55:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/141956#M604878</guid>
      <dc:creator>albatech</dc:creator>
      <dc:date>2003-06-10T14:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/141957#M604879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Config looks OK, we need more information other than "and don't work" to be able to help you though.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the other side of this tunnel?  Are you absolutely sure it's configured properly with matching Phase 1 and 2 parameters?  Can you run "debug cry isa" and "debug cry sa" on this PIX and then try and bring up the tunnel and post the output for us?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2003 23:50:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/141957#M604879</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-06-11T23:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/141958#M604880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was in the other side of the tunnel!&lt;/P&gt;&lt;P&gt;The conf at this moment work fine.&lt;/P&gt;&lt;P&gt;Thank 's for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2003 09:11:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem/m-p/141958#M604880</guid>
      <dc:creator>albatech</dc:creator>
      <dc:date>2003-06-13T09:11:12Z</dc:date>
    </item>
  </channel>
</rss>

