<?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: Redirecting all connections on interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/redirecting-all-connections-on-interface/m-p/810300#M969943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan then I need you to clarify a bit what it is you are wanting as your initial example shows a single IP address and now I get the impression you want more. Which confused me as most people only have a one or two mail servers, which would only have a single public and private ip per server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2007 15:16:05 GMT</pubDate>
    <dc:creator>whisperwind</dc:creator>
    <dc:date>2007-09-06T15:16:05Z</dc:date>
    <item>
      <title>Redirecting all connections on interface</title>
      <link>https://community.cisco.com/t5/network-security/redirecting-all-connections-on-interface/m-p/810296#M969939</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ver 6.2 of the pix os, how can I take all traffic on teh inside interface destined for port 25 and redirect it to say ip x.x.x.x?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x 25 interface 25 netmask (not sure what to put here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:07:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirecting-all-connections-on-interface/m-p/810296#M969939</guid>
      <dc:creator>dan_track</dc:creator>
      <dc:date>2019-03-11T11:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting all connections on interface</title>
      <link>https://community.cisco.com/t5/network-security/redirecting-all-connections-on-interface/m-p/810297#M969940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do it as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.x 25 192.168.0.222 25 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTtoIN permit tcp any host x.x.x.x eq www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group OUTtoIN in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 14:42:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirecting-all-connections-on-interface/m-p/810297#M969940</guid>
      <dc:creator>whisperwind</dc:creator>
      <dc:date>2007-09-06T14:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting all connections on interface</title>
      <link>https://community.cisco.com/t5/network-security/redirecting-all-connections-on-interface/m-p/810298#M969941</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;Sorry I'm confused by the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want a particular internal ip to be redirected I need all of them. Currently I'm using the 10.0.0.0 for all internal hosts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 14:55:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirecting-all-connections-on-interface/m-p/810298#M969941</guid>
      <dc:creator>dan_track</dc:creator>
      <dc:date>2007-09-06T14:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting all connections on interface</title>
      <link>https://community.cisco.com/t5/network-security/redirecting-all-connections-on-interface/m-p/810299#M969942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite sure about what you want but I think you want all smtp requests initiating from the inside to the inside interface of the pix to be redirected to x.x.x.x port 25?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, it would be like this and is called destination nat...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (outside,inside) tcp interface 25 x.x.x.x 25 netmask 255.255.255.255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 15:10:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirecting-all-connections-on-interface/m-p/810299#M969942</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-09-06T15:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting all connections on interface</title>
      <link>https://community.cisco.com/t5/network-security/redirecting-all-connections-on-interface/m-p/810300#M969943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan then I need you to clarify a bit what it is you are wanting as your initial example shows a single IP address and now I get the impression you want more. Which confused me as most people only have a one or two mail servers, which would only have a single public and private ip per server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 15:16:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/redirecting-all-connections-on-interface/m-p/810300#M969943</guid>
      <dc:creator>whisperwind</dc:creator>
      <dc:date>2007-09-06T15:16:05Z</dc:date>
    </item>
  </channel>
</rss>

