<?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 inside/outside in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147795#M609643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can but why would you want to?  That would mean that someone is actually touching the box instead of a translation through the PIX.  Makes it much easier for someone to do something there are not supposed to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Feb 2003 03:17:15 GMT</pubDate>
    <dc:creator>travis-dennis_2</dc:creator>
    <dc:date>2003-02-10T03:17:15Z</dc:date>
    <item>
      <title>PIX inside/outside</title>
      <link>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147794#M609641</link>
      <description>&lt;P&gt;Can I use real ip's on my inside network of PIX without using NAT or static (inside,outside) ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:33:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147794#M609641</guid>
      <dc:creator>ranairfan</dc:creator>
      <dc:date>2020-02-21T06:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: PIX inside/outside</title>
      <link>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147795#M609643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can but why would you want to?  That would mean that someone is actually touching the box instead of a translation through the PIX.  Makes it much easier for someone to do something there are not supposed to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2003 03:17:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147795#M609643</guid>
      <dc:creator>travis-dennis_2</dc:creator>
      <dc:date>2003-02-10T03:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: PIX inside/outside</title>
      <link>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147796#M609644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, actually I want to integrate PIX with the websens, I have most of my users on outside network, websense only works with outbound traffic so I have to bring all my users to the inside so that I can filter their www traffic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply with the steps that how can I use my inside traffic to communicate outside without using NAT or static commands or refer some cisco doc related to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2003 03:28:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147796#M609644</guid>
      <dc:creator>ranairfan</dc:creator>
      <dc:date>2003-02-10T03:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: PIX inside/outside</title>
      <link>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147797#M609645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use the static command . Why do you not want to use static?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0  network number subnet mask&lt;/P&gt;&lt;P&gt;Disables nat for a block.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside, outside) 192.168.0.0 192.168.0.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 0 192.168.0.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would disable nat for the inside int with ips of 192.168.0.0/24. &lt;/P&gt;&lt;P&gt;Note that if you were using nat, you might have created global pools for nat. You don't use the global command unless you are using nat. So, you might need to first remove global commands, then add appropriate static and nat commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2003 18:54:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147797#M609645</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2003-02-11T18:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: PIX inside/outside</title>
      <link>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147798#M609646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if I have more than one network e,g 192.168.0.0 /24, 204.16.30.0 /24 etc which i want to use without NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;Static (inside,outside) 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that only with this command all the networks running can access the internet witout using NAT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2003 20:27:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147798#M609646</guid>
      <dc:creator>ranairfan</dc:creator>
      <dc:date>2003-02-14T20:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: PIX inside/outside</title>
      <link>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147799#M609647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its urgent please reply soon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2003 05:24:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147799#M609647</guid>
      <dc:creator>ranairfan</dc:creator>
      <dc:date>2003-02-15T05:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: PIX inside/outside</title>
      <link>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147800#M609648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use multiple nat and static statements. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2003 22:16:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-inside-outside/m-p/147800#M609648</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2003-02-15T22:16:19Z</dc:date>
    </item>
  </channel>
</rss>

