<?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 PIX 501 with 1 static IP, NAT/PAT with Access list in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750007#M532498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; ok great will do it now and let you know thank you very much &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2011 15:46:42 GMT</pubDate>
    <dc:creator>brandondillon</dc:creator>
    <dc:date>2011-08-25T15:46:42Z</dc:date>
    <item>
      <title>PIX 501 with 1 static IP, NAT/PAT with Access list</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750002#M532493</link>
      <description>&lt;P&gt;I am having a problem getting this to work and I have always done it with 2 Static ip address.&amp;nbsp; but now this company changed to 1 and I am doing something wrong.&lt;/P&gt;&lt;P&gt;I have comcast with 1 static IP, I have a local LAN with 6 host and 1 server that does Mail and remote access and web traffic.&lt;/P&gt;&lt;P&gt;I need a config that allows me to use 1 static ip on the outside interface of the PIX and allow with an ACL 7 ports open to the server and allow all the local host out to the internet.&lt;/P&gt;&lt;P&gt;I seem to be missing something when I try to do it so I hope some one can help, I know the pix can do it but just cant seem to find the answer I need&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;Brandon &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:17:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750002#M532493</guid>
      <dc:creator>brandondillon</dc:creator>
      <dc:date>2019-03-11T21:17:07Z</dc:date>
    </item>
    <item>
      <title>PIX 501 with 1 static IP, NAT/PAT with Access list</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750003#M532494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; here is the old config &lt;/P&gt;&lt;P&gt;using 2 static ip and static NAT for the server what do I do to change this to only one Static ip?&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&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;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name lsquaredconst.com&lt;/P&gt;&lt;P&gt;clock timezone est -5&lt;/P&gt;&lt;P&gt;clock summer-time edt recurring&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&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 http 80&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 sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;no fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list lsc permit icmp any any log&lt;/P&gt;&lt;P&gt;access-list lsc permit tcp any host 99.96.155.162 eq 3389&lt;/P&gt;&lt;P&gt;access-list lsc permit tcp any host 99.96.155.162 eq www&lt;/P&gt;&lt;P&gt;access-list lsc permit tcp any host 99.96.155.162 eq https&lt;/P&gt;&lt;P&gt;access-list lsc permit tcp any host 99.96.155.162 eq 444&lt;/P&gt;&lt;P&gt;access-list lsc permit tcp any host 99.96.155.162 eq smtp&lt;/P&gt;&lt;P&gt;access-list lsc permit tcp any host 99.96.155.162 eq 4125&lt;/P&gt;&lt;P&gt;access-list lsc permit tcp any host 99.96.155.162 eq pptp&lt;/P&gt;&lt;P&gt;pager lines 24&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 99.96.155.161 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.254 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&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) 99.96.155.162 192.168.1.253 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;access-group lsc in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 99.96.155.166 1&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 15:21:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750003#M532494</guid>
      <dc:creator>brandondillon</dc:creator>
      <dc:date>2011-08-25T15:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 with 1 static IP, NAT/PAT with Access list</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750004#M532495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to use static port forwarding for all teh servers, lets say you need to access mail(25), web(443), RDP(3389) with single ip then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.1.1.1 25 10.1.1.1 25&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.1.1.1 443 10.1.1.2 443&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.1.1.1 3389 10.1.1.3 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list need not change, you can use the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do port forwarding on PIX/ASA:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804708b4.shtml"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804708b4.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.1.1.1 ---------&amp;gt; is the public ip &lt;/P&gt;&lt;P&gt;10.1.1.x -------&amp;gt; internal ip of your servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this was helpul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 15:34:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750004#M532495</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-25T15:34:10Z</dc:date>
    </item>
    <item>
      <title>PIX 501 with 1 static IP, NAT/PAT with Access list</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750005#M532496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; so instead of using a second IP which I have here in this config for my Static (inside,outside) I just use the same IP that I assigned to my PIX outside interface?&lt;/P&gt;&lt;P&gt;and everything else stays the same for the most part?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 15:40:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750005#M532496</guid>
      <dc:creator>brandondillon</dc:creator>
      <dc:date>2011-08-25T15:40:00Z</dc:date>
    </item>
    <item>
      <title>PIX 501 with 1 static IP, NAT/PAT with Access list</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750006#M532497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats right, so now what you are doing is, you are not using the whole public ip for the server, instead just using a single port on that public ip for multiple servers, which saves you an extra public ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any further questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 15:43:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750006#M532497</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-25T15:43:30Z</dc:date>
    </item>
    <item>
      <title>PIX 501 with 1 static IP, NAT/PAT with Access list</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750007#M532498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; ok great will do it now and let you know thank you very much &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 15:46:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750007#M532498</guid>
      <dc:creator>brandondillon</dc:creator>
      <dc:date>2011-08-25T15:46:42Z</dc:date>
    </item>
    <item>
      <title>PIX 501 with 1 static IP, NAT/PAT with Access list</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750008#M532499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Problem &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; let me know the results &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 15:49:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750008#M532499</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-25T15:49:18Z</dc:date>
    </item>
    <item>
      <title>PIX 501 with 1 static IP, NAT/PAT with Access list</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750009#M532500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; ok here is my proposed new config to remove the old stuff and put in the new stuff. tell me if this is right and I am leaving the NAT global alone I didnt think that needed to change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my nat statement which I was not changing&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no ip address outside 99.96.155.161 255.255.255.248&lt;/P&gt;&lt;P&gt;no static (inside,outside) 99.96.155.162 192.168.1.253 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;no route outside 0.0.0.0 0.0.0.0 99.96.155.166 1&lt;/P&gt;&lt;P&gt;ip address outside 173.167.235.117 255.255.255.252&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 173.167.235.118&lt;/P&gt;&lt;P&gt;static (inside,outside) 173.167.235.117 tcp 192.168.1.253 25&lt;/P&gt;&lt;P&gt;static (inside,outside) 173.167.235.117 tcp 192.168.1.253 3389&lt;/P&gt;&lt;P&gt;static (inside,outside) 173.167.235.117 tcp 192.168.1.253 80&lt;/P&gt;&lt;P&gt;static (inside,outside) 173.167.235.117 tcp 192.168.1.253 443&lt;/P&gt;&lt;P&gt;static (inside,outside) 173.167.235.117 tcp 192.168.1.253 444&lt;/P&gt;&lt;P&gt;static (inside,outside) 173.167.235.117 tcp 192.168.1.253 4125&lt;/P&gt;&lt;P&gt;static (inside,outside) 173.167.235.117 tcp 192.168.1.253 PPTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you again &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 15:57:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750009#M532500</guid>
      <dc:creator>brandondillon</dc:creator>
      <dc:date>2011-08-25T15:57:26Z</dc:date>
    </item>
    <item>
      <title>PIX 501 with 1 static IP, NAT/PAT with Access list</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750010#M532501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The static statements are not correct:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside)&amp;nbsp; tcp 173.167.235.117 25 192.168.1.253 25&lt;/P&gt;&lt;P&gt;static (inside,outside)&amp;nbsp; tcp 173.167.235.117 3389 192.168.1.253 3389&lt;/P&gt;&lt;P&gt;static (inside,outside)&amp;nbsp; tcp 173.167.235.117 80 192.168.1.253 80&lt;/P&gt;&lt;P&gt;static (inside,outside)&amp;nbsp; tcp 173.167.235.117 443 192.168.1.253 443&lt;/P&gt;&lt;P&gt;static (inside,outside)&amp;nbsp; tcp 173.167.235.117 444 192.168.1.253 444&lt;/P&gt;&lt;P&gt;static (inside,outside)&amp;nbsp; tcp 173.167.235.117 4125 192.168.1.253 4125&lt;/P&gt;&lt;P&gt;static (inside,outside)&amp;nbsp; tcp 173.167.235.117 pptp 192.168.1.253 pptp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rest everything is fine &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 16:00:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750010#M532501</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-25T16:00:51Z</dc:date>
    </item>
    <item>
      <title>PIX 501 with 1 static IP, NAT/PAT with Access list</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750011#M532502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; opps thank you &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; here goes! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; brb hopfully &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 16:04:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750011#M532502</guid>
      <dc:creator>brandondillon</dc:creator>
      <dc:date>2011-08-25T16:04:28Z</dc:date>
    </item>
    <item>
      <title>PIX 501 with 1 static IP, NAT/PAT with Access list</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750012#M532503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; great its working thank you &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; and I learned something new &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 16:14:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750012#M532503</guid>
      <dc:creator>brandondillon</dc:creator>
      <dc:date>2011-08-25T16:14:37Z</dc:date>
    </item>
    <item>
      <title>PIX 501 with 1 static IP, NAT/PAT with Access list</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750013#M532504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats great &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; you can mark this thread as answered now if its working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 16:15:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-with-1-static-ip-nat-pat-with-access-list/m-p/1750013#M532504</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-25T16:15:51Z</dc:date>
    </item>
  </channel>
</rss>

