<?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: can pix do this? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-pix-do-this/m-p/274947#M568779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I indeed missed the router doing NAT. &lt;/P&gt;&lt;P&gt;As long as the router does a full static IP translation (1 on 1) you should be fine. If it does in fact PAT you need some configuration on your router as well (but still can be done)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing bothers me, why have you chose such setup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2004 22:33:13 GMT</pubDate>
    <dc:creator>l.mourits</dc:creator>
    <dc:date>2004-02-18T22:33:13Z</dc:date>
    <item>
      <title>can pix do this?</title>
      <link>https://community.cisco.com/t5/network-security/can-pix-do-this/m-p/274944#M568776</link>
      <description>&lt;P&gt;can pix do this?&lt;/P&gt;&lt;P&gt;1.NAT PROBLEM&lt;/P&gt;&lt;P&gt;for instance,pix's public address is 218.242.2.1,its private ip address is 192.168.0.1/24,there is a server whose ip address is 192.168.0.100,if someone in internet want to access tcp ports from 2000 to 5000 of 218.242.2.1,the pix can forward all the traffic to 192.168.0.100?if can,how to do this?&lt;/P&gt;&lt;P&gt;2.VPN problem&lt;/P&gt;&lt;P&gt;the structure is :&lt;/P&gt;&lt;P&gt;INTERNET--ROUTERA--PIX--LAN,both the ip address of inside and outside of the router are public address,and both the ip address of inside and outside of the pix are  private address,.but I use NAT to translate the pix's outside ip address to a public address,then can pix act as a vpn server?that means if someone in internet can dialer in the pix with cisco vpn client software?if can,is there any diffirent config in pix or router?in the pix's place,if there is a routerb or vpn3000,can they act as vpn server?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:14:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-pix-do-this/m-p/274944#M568776</guid>
      <dc:creator>jeff.lee</dc:creator>
      <dc:date>2020-02-21T07:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: can pix do this?</title>
      <link>https://community.cisco.com/t5/network-security/can-pix-do-this/m-p/274945#M568777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Yes,this is possible, you have to configure this:&lt;/P&gt;&lt;P&gt;static (inside, outside) interface 192.168.0.100 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;object-group service &lt;SERVICE_OBJ_GROUP_ID&gt; tcp-udp&lt;/SERVICE_OBJ_GROUP_ID&gt;&lt;/P&gt;&lt;P&gt; port-object range 2000 5000&lt;/P&gt;&lt;P&gt;access-list &lt;YOUR_EXISTING_ACL_ID&gt; outside_in permit tcp any interface object-group &lt;SERVICE_OBJ_GROUP_ID&gt;&lt;/SERVICE_OBJ_GROUP_ID&gt;&lt;/YOUR_EXISTING_ACL_ID&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Yes, this is possible, see this url for a good sample:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a008009442e.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a008009442e.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help &amp;amp; kind regards,&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2004 08:50:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-pix-do-this/m-p/274945#M568777</guid>
      <dc:creator>l.mourits</dc:creator>
      <dc:date>2004-02-13T08:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: can pix do this?</title>
      <link>https://community.cisco.com/t5/network-security/can-pix-do-this/m-p/274946#M568778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u first!&lt;/P&gt;&lt;P&gt;but the second problem,maybe u misunderstand,I mean the pix doesnot have a real public ip address,a router is outside the pix which has real public address,and use NAT in the router,which translate the pix's outside ip address(which is a private ip address like 10.0.0.1) to a public ip address (such as 218.242.0.1),then the vpn client try to connect to 218.242.0.1,is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2004 01:00:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-pix-do-this/m-p/274946#M568778</guid>
      <dc:creator>jeff.lee</dc:creator>
      <dc:date>2004-02-16T01:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: can pix do this?</title>
      <link>https://community.cisco.com/t5/network-security/can-pix-do-this/m-p/274947#M568779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I indeed missed the router doing NAT. &lt;/P&gt;&lt;P&gt;As long as the router does a full static IP translation (1 on 1) you should be fine. If it does in fact PAT you need some configuration on your router as well (but still can be done)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing bothers me, why have you chose such setup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2004 22:33:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-pix-do-this/m-p/274947#M568779</guid>
      <dc:creator>l.mourits</dc:creator>
      <dc:date>2004-02-18T22:33:13Z</dc:date>
    </item>
  </channel>
</rss>

