<?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 Port redirection for Asa in transparent mode in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377942#M307451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I will back to you&lt;/P&gt;&lt;P&gt;Aristide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 12:02:55 GMT</pubDate>
    <dc:creator>Akaffou Aristide Akaffou</dc:creator>
    <dc:date>2013-12-09T12:02:55Z</dc:date>
    <item>
      <title>Port redirection for Asa in transparent mode</title>
      <link>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377936#M307435</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can we make port redirection when we configuring Asa in transparent mode.&lt;/P&gt;&lt;P&gt;Regars&lt;/P&gt;&lt;P&gt;Aristide&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:14:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377936#M307435</guid>
      <dc:creator>Akaffou Aristide Akaffou</dc:creator>
      <dc:date>2019-03-12T03:14:50Z</dc:date>
    </item>
    <item>
      <title>Port redirection for Asa in transparent mode</title>
      <link>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377937#M307436</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;I have not personally had much dealings with the ASA in Transparent mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the ASA Configuration Guide it seems that NAT should be supported in Transparent mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally the configuration format depends on the software level you are using on the ASA. What is your software level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 11:42:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377937#M307436</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-12-09T11:42:59Z</dc:date>
    </item>
    <item>
      <title>Port redirection for Asa in transparent mode</title>
      <link>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377938#M307437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;version 9.0 in Asa 5510&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aristide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 11:46:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377938#M307437</guid>
      <dc:creator>Akaffou Aristide Akaffou</dc:creator>
      <dc:date>2013-12-09T11:46:40Z</dc:date>
    </item>
    <item>
      <title>Port redirection for Asa in transparent mode</title>
      <link>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377939#M307440</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;Well the basic format for Static PAT (Port Forward) would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network STATIC-PAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host &lt;INTERNAL ip=""&gt;&lt;/INTERNAL&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static &lt;NAT ip=""&gt; service &lt;REAL port=""&gt; &lt;MAPPED port=""&gt;&lt;/MAPPED&gt;&lt;/REAL&gt;&lt;/NAT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally &lt;STRONG&gt;"object"&lt;/STRONG&gt; and interface names might be different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, I have not used Transparent firewalls other than for testing and have not even tried configuring NAT with them so I dont know will this work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Configuration Guides Guidelines and Limitations section doesnt mention anything else for Auto NAT / Network Object NAT (the above configuration) than&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Supported in Routed and Transparent mode&lt;/LI&gt;&lt;LI&gt;Have to define the source and destination interface in the &lt;STRONG&gt;"nat"&lt;/STRONG&gt; command&lt;/LI&gt;&lt;LI&gt;Cant use &lt;STRONG&gt;"interface"&lt;/STRONG&gt; PAT (since do IP configured on the actual interface in Transparent mode)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 11:52:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377939#M307440</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-12-09T11:52:53Z</dc:date>
    </item>
    <item>
      <title>Port redirection for Asa in transparent mode</title>
      <link>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377940#M307443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you journi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 11:58:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377940#M307443</guid>
      <dc:creator>Akaffou Aristide Akaffou</dc:creator>
      <dc:date>2013-12-09T11:58:24Z</dc:date>
    </item>
    <item>
      <title>Port redirection for Asa in transparent mode</title>
      <link>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377941#M307448</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;Let us know if it worked when you had the chance to test it out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 11:59:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377941#M307448</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-12-09T11:59:57Z</dc:date>
    </item>
    <item>
      <title>Port redirection for Asa in transparent mode</title>
      <link>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377942#M307451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I will back to you&lt;/P&gt;&lt;P&gt;Aristide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 12:02:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-redirection-for-asa-in-transparent-mode/m-p/2377942#M307451</guid>
      <dc:creator>Akaffou Aristide Akaffou</dc:creator>
      <dc:date>2013-12-09T12:02:55Z</dc:date>
    </item>
  </channel>
</rss>

