<?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: NAT/Global commands in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-global-commands/m-p/704081#M1009582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nat (inside) 1 0 0 &lt;/P&gt;&lt;P&gt;global (outside) 1 interface or &lt;/P&gt;&lt;P&gt;global (outside) 1 &lt;IP address=""&gt; netmask &lt;MASK&gt; or &lt;/MASK&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 &lt;IP range=""&gt; netmask &lt;MASK&gt; &lt;/MASK&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would the benefit be of assigning a whole range versus a single IP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2007 22:12:01 GMT</pubDate>
    <dc:creator>srberg5219</dc:creator>
    <dc:date>2007-03-21T22:12:01Z</dc:date>
    <item>
      <title>NAT/Global commands</title>
      <link>https://community.cisco.com/t5/network-security/nat-global-commands/m-p/704079#M1009580</link>
      <description>&lt;P&gt;I promise I won't post every little question I have...My gratitude ahead of time for helping me learn!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still new to the PIX appliances and just need a little help understanding assigning NAT/Global to my interfaces:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX 506 (2 Interfaces)&lt;/P&gt;&lt;P&gt;1) DSL Router IP: 10.0.0.1&lt;/P&gt;&lt;P&gt;2) OUTSIDE: 10.0.0.2 security0&lt;/P&gt;&lt;P&gt;3) INSIDE: 192.168.0.1 security100&lt;/P&gt;&lt;P&gt;4) Internal LAN subnet: 192.168.0.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand this correctly, NAT and Global commands assign a pool of IP's to help mask the true IPs of the originator?&lt;/P&gt;&lt;P&gt;So with only 2 interfaces on my 506 I would run the following:&lt;/P&gt;&lt;P&gt;INSIDE interface: nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;OUTSIDE interface: global (outside) 1 0 0&lt;/P&gt;&lt;P&gt;???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply put, I have a small network and I want to allow all workstations access out and/or to other resources on servers on the internal network.&lt;/P&gt;&lt;P&gt;At the same time, we also host our own website and email servers, so I need to allow access IN from the Internet to these servers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I understanding the NAT and Global commands correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:50:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-global-commands/m-p/704079#M1009580</guid>
      <dc:creator>srberg5219</dc:creator>
      <dc:date>2019-03-11T09:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: NAT/Global commands</title>
      <link>https://community.cisco.com/t5/network-security/nat-global-commands/m-p/704080#M1009581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For inside traffic to go outisde it would be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0 &lt;/P&gt;&lt;P&gt;global (outside) 1 interface or &lt;/P&gt;&lt;P&gt;global (outside) 1 &lt;IP address=""&gt; netmask &lt;MASK&gt; or &lt;/MASK&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 &lt;IP range=""&gt; netmask &lt;MASK&gt;&lt;/MASK&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does mask the private address, but it also allows them to be routed on the internet. So Nat'ing them to 10.0.0.2 won't do you any good unless you are Nat'ing again elsewhere. Outside to inside traffic, for your web/mail servers etc., would require a static command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 22:08:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-global-commands/m-p/704080#M1009581</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-03-21T22:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: NAT/Global commands</title>
      <link>https://community.cisco.com/t5/network-security/nat-global-commands/m-p/704081#M1009582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nat (inside) 1 0 0 &lt;/P&gt;&lt;P&gt;global (outside) 1 interface or &lt;/P&gt;&lt;P&gt;global (outside) 1 &lt;IP address=""&gt; netmask &lt;MASK&gt; or &lt;/MASK&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 &lt;IP range=""&gt; netmask &lt;MASK&gt; &lt;/MASK&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would the benefit be of assigning a whole range versus a single IP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 22:12:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-global-commands/m-p/704081#M1009582</guid>
      <dc:creator>srberg5219</dc:creator>
      <dc:date>2007-03-21T22:12:01Z</dc:date>
    </item>
  </channel>
</rss>

