<?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 Outbound static, simple question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054867#M893661</link>
    <description>&lt;P&gt;Attached is my 1841 security router config.  Simple question.  Device 10.2.1.6 is my e-mail server &amp;amp; I want it staticly routed through the 65.103.52.172 address, such that when it sends outbound mail the recipients mail server sees it coming from 65.103.52.172.  Right now outbound mail appears to be from 65.103.52.169, so I am missing something in this static route.  Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 14:12:23 GMT</pubDate>
    <dc:creator>bsallison</dc:creator>
    <dc:date>2019-03-11T14:12:23Z</dc:date>
    <item>
      <title>Outbound static, simple question</title>
      <link>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054867#M893661</link>
      <description>&lt;P&gt;Attached is my 1841 security router config.  Simple question.  Device 10.2.1.6 is my e-mail server &amp;amp; I want it staticly routed through the 65.103.52.172 address, such that when it sends outbound mail the recipients mail server sees it coming from 65.103.52.172.  Right now outbound mail appears to be from 65.103.52.169, so I am missing something in this static route.  Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:12:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054867#M893661</guid>
      <dc:creator>bsallison</dc:creator>
      <dc:date>2019-03-11T14:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound static, simple question</title>
      <link>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054868#M893662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is this line doing - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.2.1.6 65.103.52.172 route-map nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more specifically what is the route-map for ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 17:45:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054868#M893662</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-11-12T17:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound static, simple question</title>
      <link>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054869#M893663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for taking a look Jon!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a VPN coming in through this router and there is some VPN traffic from the remote location that needs access to the 10.2.1.6 server.  So, I think the route-map was added because of that VPN so that traffic over the VPN does not get NATed going back to the remote location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 18:52:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054869#M893663</guid>
      <dc:creator>bsallison</dc:creator>
      <dc:date>2008-11-12T18:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound static, simple question</title>
      <link>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054870#M893664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect this line in your config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source route-map nonat interface FastEthernet0/1 overload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is taking precedence over this one &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 10.2.1.6 25 65.103.52.172 25 extendable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do this out of production hours and verify that your VPN traffic still works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;P&gt;not sure you need the second route-map statement as you are covered in the first one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try changing - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.2.1.6 65.103.52.172 route-map nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.2.1.6 65.103.52.172 route-map nonat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 20:05:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054870#M893664</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-11-12T20:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound static, simple question</title>
      <link>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054871#M893665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try changing - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.2.1.6 65.103.52.172 route-map nonat &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.2.1.6 65.103.52.172 route-map nonat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These lines you provided are exactly the same, what am I changing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 20:10:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054871#M893665</guid>
      <dc:creator>bsallison</dc:creator>
      <dc:date>2008-11-12T20:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound static, simple question</title>
      <link>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054872#M893666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that, sometimes i'm a bit absent minded &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.2.1.6 65.103.52.172 route-map nonat &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.2.1.6 65.103.52.172 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 20:26:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/outbound-static-simple-question/m-p/1054872#M893666</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2008-11-12T20:26:47Z</dc:date>
    </item>
  </channel>
</rss>

