<?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: Pix501 nat config question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392037#M836933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're really great!!! hahahaha &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works again..... perfect!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you're reply....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Mar 2010 19:36:15 GMT</pubDate>
    <dc:creator>kennis1977</dc:creator>
    <dc:date>2010-03-05T19:36:15Z</dc:date>
    <item>
      <title>Pix501 nat config question</title>
      <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392026#M836917</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im new in the pix world,now i just bought a pix501 firewall.. great thing..however..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't get a connection with nat to work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the next situation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outside address=192.168.1.254 /24 gateway address=192.168.1.1&lt;/P&gt;&lt;P&gt;inside address-172.16.250.253/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i use the setup wizard to configure the pix... i want to add a dynamic nat role first&lt;/P&gt;&lt;P&gt;but i read somewhere on the internet that the pix is doing nat already by default from the inside&lt;/P&gt;&lt;P&gt;addresses to the outside adapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is true.. why can't i get any connection the the internet? i can also not ping 192.168.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the access roles everything is still default,so permit any any..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody give me a hint?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:15:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392026#M836917</guid>
      <dc:creator>kennis1977</dc:creator>
      <dc:date>2019-03-11T17:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pix501 nat config question</title>
      <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392027#M836918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;kennis1977 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im new in the pix world,now i just bought a pix501 firewall.. great thing..however..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't get a connection with nat to work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the next situation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outside address=192.168.1.254 /24 gateway address=192.168.1.1&lt;/P&gt;&lt;P&gt;inside address-172.16.250.253/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i use the setup wizard to configure the pix... i want to add a dynamic nat role first&lt;/P&gt;&lt;P&gt;but i read somewhere on the internet that the pix is doing nat already by default from the inside&lt;/P&gt;&lt;P&gt;addresses to the outside adapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is true.. why can't i get any connection the the internet? i can also not ping 192.168.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the access roles everything is still default,so permit any any..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody give me a hint?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix by default will allow traffic from the inside to the outside but it won't automatically do not NAT. You need to add this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 172.16.250.0 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will nat all source addresses of 172.16.250.x to the outside interface address ie. 192.168.1.254.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Couple of additional things -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) you will need to allow ICMP ie. ping back in on the outside interface because ICMP is not stateful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) 192.168.1.254 is still not an internet routable address but i'm assuming either&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) you have changed the IP address for this post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ii) your traffic is Natted again somewhere upstream&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2010 20:18:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392027#M836918</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-02-27T20:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pix501 nat config question</title>
      <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392028#M836919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok...so i still need to configure NAT.. i will try that first..&lt;/P&gt;&lt;P&gt; and indeed the address 192.168.1.254 is a gateway that is als Natting to the outside internet (this is a Dsl modem).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before i had just a router that was Natting also behind this modem and this was working either. so nat behind nat...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to replace the router by the pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I give you a reply back if it's going to work... thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Feb 2010 12:58:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392028#M836919</guid>
      <dc:creator>kennis1977</dc:creator>
      <dc:date>2010-02-28T12:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pix501 nat config question</title>
      <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392029#M836920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the config on my pix and it works!!!! GREAT..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i have still one question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we also talked about icmp allowing from the outside to the inside network..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When im making a Acess-rule that permit icmp packets from the outside to the inside network it also asks for a nat role to define..(logical)&lt;/P&gt;&lt;P&gt;but when im insert this nat role... its not going right...can still not ping and also my connection to the outside world is gone...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you perhaps give me again an example on how to configure it..?&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; that will be great....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Feb 2010 14:10:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392029#M836920</guid>
      <dc:creator>kennis1977</dc:creator>
      <dc:date>2010-02-28T14:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pix501 nat config question</title>
      <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392030#M836921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am clear as to what you are trying to configure now.&lt;/P&gt;&lt;P&gt;When the inside to outside access works, adding icmp to be allowed on the outside acl breaks inside to outside access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need the output of&lt;/P&gt;&lt;P&gt;sh nat&lt;/P&gt;&lt;P&gt;sh access-group&lt;/P&gt;&lt;P&gt;sh access-list | i icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Feb 2010 21:00:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392030#M836921</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-02-28T21:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pix501 nat config question</title>
      <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392031#M836923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;ehhm when i add a new role to permit icmp from the outside to the inside network, i cannot access the internet anymore....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;but the role any any that is defined now can you just edit this one for some ports? or do i have to make a new one then..and remove the any any role?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;anyway... here is my sh nat:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 172.16.250.0 255.255.255.0 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh access-group is nothing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh access-list | i icmp: is also nothing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Feb 2010 21:34:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392031#M836923</guid>
      <dc:creator>kennis1977</dc:creator>
      <dc:date>2010-02-28T21:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pix501 nat config question</title>
      <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392032#M836924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon had given you the following:&lt;/P&gt;&lt;P&gt;nat (inside) 1 172.16.250.0 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you want to allow icmp then you need an access-list line and then an access-g line to apply the access-list to the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside-acl permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside-acl in int outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once done you can ping from the inside and get a response.&amp;nbsp; Make sure the inside is higher level security than the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 03:06:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392032#M836924</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-03-01T03:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pix501 nat config question</title>
      <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392033#M836926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Ok makes sense...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;Im going to try this... thanks i keep you posted...&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 13:42:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392033#M836926</guid>
      <dc:creator>kennis1977</dc:creator>
      <dc:date>2010-03-01T13:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pix501 nat config question</title>
      <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392034#M836928</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;Great again!!! this is also working...&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i can use the same rule with all different ports from the outside network..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you're help all... &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 18:19:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392034#M836928</guid>
      <dc:creator>kennis1977</dc:creator>
      <dc:date>2010-03-03T18:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pix501 nat config question</title>
      <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392035#M836930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah one more question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok... so i now have a dynamic nat rule for my host on the inside.. great...&lt;/P&gt;&lt;P&gt;however i want also to open some ports to access from the outside (like www for example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found on the internet some rules how to do it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;were the x.x.x.x is my outside ip address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;access-list outside_access_in permit tcp any host x.x.x.x eq 80&lt;/P&gt;&lt;P class="MsoNormal"&gt;static (inside,outside) x.x.x.x 172.16.250.24 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;This is working also... but then its only possible to go to the internet from ip address 172.16.250.24&lt;/P&gt;&lt;P class="MsoNormal"&gt;and all the others are blocked...&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;so do i always need a static nat rule when i want to open a port from the outside? or can i do it also different?&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 18:49:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392035#M836930</guid>
      <dc:creator>kennis1977</dc:creator>
      <dc:date>2010-03-05T18:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pix501 nat config question</title>
      <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392036#M836932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x 172.16.250.24 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls. change that line to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface 80 172.16.250.24 80 netmask 255.255.255.255 0 0&amp;nbsp; --&amp;gt; static pat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use the IP address of the outside interface and do a 1-1 NAT instead of PAT, you will see what you are seeing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 19:06:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392036#M836932</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-03-05T19:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pix501 nat config question</title>
      <link>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392037#M836933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're really great!!! hahahaha &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works again..... perfect!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you're reply....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 19:36:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix501-nat-config-question/m-p/1392037#M836933</guid>
      <dc:creator>kennis1977</dc:creator>
      <dc:date>2010-03-05T19:36:15Z</dc:date>
    </item>
  </channel>
</rss>

