<?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: interface overlaps with the static defined by: in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601029#M559106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;jack6109518 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the following mean, and how can I fix it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000099;"&gt;WARNING: The IP address, xxx.172.214.193, of the 'outside' interface overlaps with&lt;BR /&gt;the static defined by:&lt;BR /&gt;&amp;nbsp; 'static (inside, outside) xxx.172.214.193 10.2.28.3 netmask 255.255.255.255'.&lt;BR /&gt;TRY THIS: Re-check the interface IP addresses and 'static' statements&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thomas&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It simply means you are trying to use the same IP for a static translation as you have assigned to the outside interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to NAT all ports to 10.2.28.3 then you need another public IP to use. However if you only wanted to NAT certain ports then you can do ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say 10.2.28.3 is a web server and a mail server - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp xxx.172.214.193 25 10.2.28.3 25&amp;nbsp; &amp;lt;-- for mail &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp xxx.172.214.193 80 10.2.28.3 80 &amp;lt;-- for http &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Mar 2011 17:20:26 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2011-03-26T17:20:26Z</dc:date>
    <item>
      <title>interface overlaps with the static defined by:</title>
      <link>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601028#M559105</link>
      <description>&lt;P&gt;What does the following mean, and how can I fix it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000099;"&gt;WARNING: The IP address, xxx.172.214.193, of the 'outside' interface overlaps with&lt;BR /&gt;the static defined by:&lt;BR /&gt;&amp;nbsp; 'static (inside, outside) xxx.172.214.193 10.2.28.3 netmask 255.255.255.255'.&lt;BR /&gt;TRY THIS: Re-check the interface IP addresses and 'static' statements&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thomas&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:13:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601028#M559105</guid>
      <dc:creator>Thomas Reiling</dc:creator>
      <dc:date>2019-03-11T20:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: interface overlaps with the static defined by:</title>
      <link>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601029#M559106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;jack6109518 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the following mean, and how can I fix it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000099;"&gt;WARNING: The IP address, xxx.172.214.193, of the 'outside' interface overlaps with&lt;BR /&gt;the static defined by:&lt;BR /&gt;&amp;nbsp; 'static (inside, outside) xxx.172.214.193 10.2.28.3 netmask 255.255.255.255'.&lt;BR /&gt;TRY THIS: Re-check the interface IP addresses and 'static' statements&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thomas&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It simply means you are trying to use the same IP for a static translation as you have assigned to the outside interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to NAT all ports to 10.2.28.3 then you need another public IP to use. However if you only wanted to NAT certain ports then you can do ie. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say 10.2.28.3 is a web server and a mail server - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp xxx.172.214.193 25 10.2.28.3 25&amp;nbsp; &amp;lt;-- for mail &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp xxx.172.214.193 80 10.2.28.3 80 &amp;lt;-- for http &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Mar 2011 17:20:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601029#M559106</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-03-26T17:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: interface overlaps with the static defined by:</title>
      <link>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601030#M559107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your example is fine but instead of the IP of the interface type the word "interface"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN&gt;static (inside,outside) tcp interface 25 10.2.28.3 25&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Mar 2011 17:30:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601030#M559107</guid>
      <dc:creator>PAUL GILBERT ARIAS</dc:creator>
      <dc:date>2011-03-26T17:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: interface overlaps with the static defined by:</title>
      <link>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601031#M559108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for responding.&amp;nbsp; Just wanted to know how using the word "interface" as opposed to the ip address of the interface would benefit me in this scenario.&amp;nbsp; Would this fix my issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Mar 2011 17:54:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601031#M559108</guid>
      <dc:creator>Thomas Reiling</dc:creator>
      <dc:date>2011-03-26T17:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: interface overlaps with the static defined by:</title>
      <link>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601032#M559109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for responding.&amp;nbsp; Here's another similar one that I don't understand.&amp;nbsp; It seems like the static statmement is translating an inside address to the same inside address.&amp;nbsp; How can I fix this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000099;"&gt;WARNING: The IP address, xxx.172.214.193, of the 'outside' interface overlaps with&lt;BR /&gt;the static defined by:&lt;BR /&gt;&amp;nbsp; 'static (inside, outside) 10.2.28.0 10.2.28.0 netmask 255.255.255.255'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Thomas&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Mar 2011 17:58:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601032#M559109</guid>
      <dc:creator>Thomas Reiling</dc:creator>
      <dc:date>2011-03-26T17:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: interface overlaps with the static defined by:</title>
      <link>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601033#M559110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be with the keyword interface wirh the ip might not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Mar 2011 21:05:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/interface-overlaps-with-the-static-defined-by/m-p/1601033#M559110</guid>
      <dc:creator>PAUL GILBERT ARIAS</dc:creator>
      <dc:date>2011-03-26T21:05:25Z</dc:date>
    </item>
  </channel>
</rss>

