<?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: Port address translation in in PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072105#M914617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it was Nice to see your prompt response..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As u think I'm using port 8443 as https in my internal server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me expalin bit more about this senario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;previously our company requirment was provide access for outsiders to access this server on port 8443. (same as the servers https port 8443). so i make changes and it was working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now they wanted outsiders to access it through port 443 and redirecting that trafic as 8443 to the internal server from the PIX.(server side no change) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i have done was changed the previous one to one nat as bellow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLD- static (inside,outside) tcp 203.xxx.xx.xxx  10.50.4.10 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEW- static (inside,outside) tcp 203.xxx.xx.xxx https 10.50.4.10 8443 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and provide access-list antry as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 200 line 28 permit tcp any host 203.xxx.xx.xxx eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(this is my outside-inbound access list)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly mention whether it is really need to do clear xlate? is there any way to only remove a perticular entry?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i do show nat it doesn't show all natings.(only 2 showing and i have many others also).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for spending your valuble time on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2008 01:44:20 GMT</pubDate>
    <dc:creator>samantha.lk</dc:creator>
    <dc:date>2008-08-14T01:44:20Z</dc:date>
    <item>
      <title>Port address translation in in PIX</title>
      <link>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072101#M914605</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using pix 525 firewall and i want to add a nat entry to accomplish bellow target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;External users direct port 443 requests to unique IP address 203.xxx.xx.xxx, which the PIX redirects to 10.50.4.10 port 8443.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, if i add it as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 203.xxx.xx.xxx 443 10.50.4.10 8443 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly can some one advice will this give what i need as mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:30:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072101#M914605</guid>
      <dc:creator>samantha.lk</dc:creator>
      <dc:date>2019-03-11T13:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Port address translation in in PIX</title>
      <link>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072102#M914608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is exactly what u need&lt;/P&gt;&lt;P&gt;only one more thing u need to add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is the permit access list&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp any host 23.x.x.x eq 443&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group 100 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;please, if helpful rate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 10:16:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072102#M914608</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-13T10:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Port address translation in in PIX</title>
      <link>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072103#M914611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your valuble response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already added that access-list antry also, even I forget to mention it there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But unfortunately still it is not allowing outsiders to come inside through https. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO i have to restart the firewall or do a clear xlate command inorder to work that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;further, is there any way to view whether this NAT is working? (any show command or something ..) when i do show xlate command &lt;/P&gt;&lt;P&gt;it only display as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global 203.115.19.49 Local 10.50.x.xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and no port numbers are showing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your kind advice is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 01:01:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072103#M914611</guid>
      <dc:creator>samantha.lk</dc:creator>
      <dc:date>2008-08-14T01:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Port address translation in in PIX</title>
      <link>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072104#M914614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;r u using port 8443 as https in ur internal server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basicly it should look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 203.xxx.xx.xxx https 10.50.4.10 https netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unless u have changed the port number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and sure as u mentioned u have to have permit ACL&lt;/P&gt;&lt;P&gt;do have th proper config on the server it self&lt;/P&gt;&lt;P&gt;i mean the default gateway and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try show nat ?&lt;/P&gt;&lt;P&gt;and see the available nat commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also i would recommend u &lt;/P&gt;&lt;P&gt;after changing any NATing to do &lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;if didnt work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reload the firewall&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then test the nat again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please if helpful rate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 01:13:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072104#M914614</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-14T01:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Port address translation in in PIX</title>
      <link>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072105#M914617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it was Nice to see your prompt response..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As u think I'm using port 8443 as https in my internal server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me expalin bit more about this senario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;previously our company requirment was provide access for outsiders to access this server on port 8443. (same as the servers https port 8443). so i make changes and it was working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now they wanted outsiders to access it through port 443 and redirecting that trafic as 8443 to the internal server from the PIX.(server side no change) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i have done was changed the previous one to one nat as bellow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLD- static (inside,outside) tcp 203.xxx.xx.xxx  10.50.4.10 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEW- static (inside,outside) tcp 203.xxx.xx.xxx https 10.50.4.10 8443 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and provide access-list antry as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 200 line 28 permit tcp any host 203.xxx.xx.xxx eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(this is my outside-inbound access list)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly mention whether it is really need to do clear xlate? is there any way to only remove a perticular entry?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i do show nat it doesn't show all natings.(only 2 showing and i have many others also).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for spending your valuble time on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 01:44:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072105#M914617</guid>
      <dc:creator>samantha.lk</dc:creator>
      <dc:date>2008-08-14T01:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Port address translation in in PIX</title>
      <link>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072106#M914620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it needs clear xlate&lt;/P&gt;&lt;P&gt;and sometimes needs reloading the firewall !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try it and let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 01:57:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072106#M914620</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-14T01:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Port address translation in in PIX</title>
      <link>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072107#M914622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u get it working ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 04:07:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072107#M914622</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-14T04:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Port address translation in in PIX</title>
      <link>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072108#M914626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I reloaded the firewall and It is working now!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your valuble advices..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 05:47:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072108#M914626</guid>
      <dc:creator>samantha.lk</dc:creator>
      <dc:date>2008-08-14T05:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Port address translation in in PIX</title>
      <link>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072109#M914628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am glad its working&lt;/P&gt;&lt;P&gt;and thanks for rating &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 07:47:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-address-translation-in-in-pix/m-p/1072109#M914628</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-14T07:47:39Z</dc:date>
    </item>
  </channel>
</rss>

