<?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 and Static NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-and-static-nat/m-p/2127580#M395583</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am a niubie here and i need a suggestion how to configure my Pix 501.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an IP Phone which need to reach the IP Central which is in another lan and i need to arrive there with the ADSL connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have a public ip on my PIX (89.x.x.34) and i'll point there with the IP phone. But i have to tell the PIX to forward all the traffic UDP and TCP arriving&amp;nbsp; from the port 5060 and forward it in the corresponding internal LAN IP of the IP Central (192.168.x.50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They told me to open ports of the range UDP 10.000 - 15.000 but i don't know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i told you i am new and i don't know how to do it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed the following but without success:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try #1: ip nat inside source static tcp 192.168.x.50 5060 89.x.x.34 5060 extendable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try #2: static (inside) TCP 192.168.x.50 89.x.x.34 eq 5060&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any suggestions to help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 00:23:11 GMT</pubDate>
    <dc:creator>ComInduno</dc:creator>
    <dc:date>2019-03-12T00:23:11Z</dc:date>
    <item>
      <title>PIX 501 and Static NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-static-nat/m-p/2127580#M395583</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am a niubie here and i need a suggestion how to configure my Pix 501.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an IP Phone which need to reach the IP Central which is in another lan and i need to arrive there with the ADSL connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have a public ip on my PIX (89.x.x.34) and i'll point there with the IP phone. But i have to tell the PIX to forward all the traffic UDP and TCP arriving&amp;nbsp; from the port 5060 and forward it in the corresponding internal LAN IP of the IP Central (192.168.x.50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They told me to open ports of the range UDP 10.000 - 15.000 but i don't know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i told you i am new and i don't know how to do it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed the following but without success:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try #1: ip nat inside source static tcp 192.168.x.50 5060 89.x.x.34 5060 extendable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try #2: static (inside) TCP 192.168.x.50 89.x.x.34 eq 5060&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any suggestions to help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:23:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-static-nat/m-p/2127580#M395583</guid>
      <dc:creator>ComInduno</dc:creator>
      <dc:date>2019-03-12T00:23:11Z</dc:date>
    </item>
    <item>
      <title>PIX 501 and Static NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-static-nat/m-p/2127581#M395586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Stefano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a static NAT you would do this&lt;/P&gt;&lt;P&gt; static (inside,outside) 89.x.x.34 192.168.5.6 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For allowing ports of tcp and udp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group protocol TCPUDP&lt;/P&gt;&lt;P&gt; protocol-object udp&lt;/P&gt;&lt;P&gt; protocol-object tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out extended permit object-group TCPUDP any host 89.x.x.34 range 10000&amp;nbsp; 15000&lt;/P&gt;&lt;P&gt;&lt;SPAN id="mce_marker"&gt;access-list acl_out extended permit udp any host 89.x.x.34 eq sip&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;access-group acl_out in interface outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Here Sip refers toport 5060&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please dont forget to rate helpful posts.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Regards &lt;BR /&gt;Thanveer &lt;BR /&gt;"Everybody is genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is a stupid."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 10:09:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-static-nat/m-p/2127581#M395586</guid>
      <dc:creator>Muhammad Thanveer</dc:creator>
      <dc:date>2012-11-14T10:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 and Static NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-static-nat/m-p/2127582#M395588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all thanks for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 89.x.x.34 192.168.5.6 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;forwards all the traffic on the il 192.168.5.6 but i have to forward just the protocol 5060 UDP and 5060 FTP traffic on that ip, if i apply that line (and i did &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; LOL) i blocked all the web on the other clients, so i had to remove the line. To do what i need is enought do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 89.x.x.34 192.168.5.6 netmask 255.255.255.255 eq 5060 (??)&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;static (inside,outside) UDP 89.x.x.34 192.168.5.6 netmask 255.255.255.255&amp;nbsp; (??)&lt;/P&gt;&lt;P&gt;static (inside,outside) FTP 89.x.x.34 192.168.5.6 netmask 255.255.255.255&amp;nbsp; (??)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i couldn't complete the configuation because when i finished to write the line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;protocol-object tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i was in this mode DevicePIX(protocol-conf)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tryed to&amp;nbsp; write the access-list part but when i finished to type the 1st line it told me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR:&lt;EXTENDED&gt; not a valid permission&lt;/EXTENDED&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you in advance for your kind answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: My PIX Version is the 6.3(5)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 11:00:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-static-nat/m-p/2127582#M395588</guid>
      <dc:creator>ComInduno</dc:creator>
      <dc:date>2012-11-14T11:00:52Z</dc:date>
    </item>
    <item>
      <title>PIX 501 and Static NAT</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-and-static-nat/m-p/2127583#M395589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I forget to write a line &lt;/P&gt;&lt;P&gt;access-group acl_out in interface outside by this you arte only allowing the ports tcp and udp for the range 10000 to 150000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;static (inside,outside) 89.x.x.34 192.168.x.50 netmask 255.255.255.255 eq 5060&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside) 1 192.168.x.50 255.255.255.255&lt;/STRONG&gt;&lt;BR /&gt;by this you are allowing internet access to the 192.168.x.50 with the port 5060 only&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;BR /&gt;Thanveer &lt;BR /&gt;"Everybody is genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is a stupid."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 12:39:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-and-static-nat/m-p/2127583#M395589</guid>
      <dc:creator>Muhammad Thanveer</dc:creator>
      <dc:date>2012-11-14T12:39:38Z</dc:date>
    </item>
  </channel>
</rss>

