<?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 Hello, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002170#M148240</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You can go through below links to understand the difference between manual and auto NAT. Manual (twice) NAT is basically policy nat version of 8.2 code. Also, please read about the order of preference which would make things simpler for you.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Let me know if there are any questions:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/nat_objects.html&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;-&lt;/P&gt;
&lt;P&gt;AJ&lt;/P&gt;</description>
    <pubDate>Tue, 27 Dec 2016 06:06:49 GMT</pubDate>
    <dc:creator>Ajay Saini</dc:creator>
    <dc:date>2016-12-27T06:06:49Z</dc:date>
    <item>
      <title>Forward outgoing traffic</title>
      <link>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002164#M148234</link>
      <description>&lt;P&gt;I want to achieve this:&lt;/P&gt;
&lt;P&gt;When user from Inside subnet&amp;nbsp; goes to the IP 46.253.96.18 I want him to redirect to the IP&amp;nbsp; 195.113.165.19&lt;/P&gt;
&lt;P&gt;I have got this&lt;/P&gt;
&lt;P&gt;object network SPSE&lt;BR /&gt;host 195.113.165.19&lt;BR /&gt;object network webmail&lt;BR /&gt;host 46.253.96.18&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (DMZ,outside) source static any any destination static webmail SPSE&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The end result is that neither page works.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:42:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002164#M148234</guid>
      <dc:creator>filip00011</dc:creator>
      <dc:date>2019-03-12T08:42:21Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002165#M148235</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;#object network MyDMZinside&lt;/P&gt;
&lt;P&gt;#subnet 10.10.10.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;#object network&amp;nbsp;195_113_IP&lt;/P&gt;
&lt;P&gt;#host 195.113.165.19&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;#object network 46_253_IP&lt;/P&gt;
&lt;P&gt;#host 46.253.96.18&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;#nat (dmz,outside) source &amp;nbsp;dynamic&amp;nbsp;&lt;SPAN&gt;MyDMZinside &lt;SPAN&gt;195_113_IP&amp;nbsp;&lt;/SPAN&gt;dynamic static&amp;nbsp;46_253_IP&amp;nbsp;46_253_IP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(10.10.10.0 255.255.255.0 ) ----------&amp;gt; ( Change as 195.113.165.19)------&amp;gt; (when goes to 46.253.96.18)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Rate if this helps you.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks ,&lt;/P&gt;
&lt;P&gt;Mani&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 05:44:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002165#M148235</guid>
      <dc:creator>MANI .P</dc:creator>
      <dc:date>2016-12-26T05:44:15Z</dc:date>
    </item>
    <item>
      <title>The config looks good. Could</title>
      <link>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002166#M148236</link>
      <description>&lt;P&gt;The config looks good. Could you please run a packet-tracer command and share the result. I believe that the issue is because we need a public ip mapping for the source while going to internet.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Try below:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (DMZ,outside) source dynamic any interface destination static webmail SPSE&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-&lt;/P&gt;
&lt;P&gt;AJ&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 07:09:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002166#M148236</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2016-12-26T07:09:38Z</dc:date>
    </item>
    <item>
      <title>so the forwarding works, but</title>
      <link>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002167#M148237</link>
      <description>&lt;P&gt;so the forwarding works, but I cannot go to the "allowed page directly" is there any way around?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 18:26:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002167#M148237</guid>
      <dc:creator>filip00011</dc:creator>
      <dc:date>2016-12-26T18:26:30Z</dc:date>
    </item>
    <item>
      <title>Well, that should work if we</title>
      <link>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002168#M148238</link>
      <description>&lt;P&gt;Well, that should work if we have another NAT statement something like below:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (DMZ,outside) source dynamic any interface destination static x x&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;where x would be the ip address of the destination which you need to access. You need the real ip address here.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Let me know if it helps.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;BR /&gt;-&lt;/P&gt;
&lt;P&gt;AJ&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 18:49:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002168#M148238</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2016-12-26T18:49:14Z</dc:date>
    </item>
    <item>
      <title>THX it works. Is there any</title>
      <link>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002169#M148239</link>
      <description>&lt;P&gt;THX it works. Is there any article which would explain this topic. I'm not really sure between the difference of NAT in global config compared to under an object network.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 21:05:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002169#M148239</guid>
      <dc:creator>filip00011</dc:creator>
      <dc:date>2016-12-26T21:05:18Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002170#M148240</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You can go through below links to understand the difference between manual and auto NAT. Manual (twice) NAT is basically policy nat version of 8.2 code. Also, please read about the order of preference which would make things simpler for you.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Let me know if there are any questions:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/nat_objects.html&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;-&lt;/P&gt;
&lt;P&gt;AJ&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 06:06:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/forward-outgoing-traffic/m-p/3002170#M148240</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2016-12-27T06:06:49Z</dc:date>
    </item>
  </channel>
</rss>

