<?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: PIX 515e 6.3. Port redirect question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515e-6-3-port-redirect-question/m-p/1039069#M896723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.PAT address can be a virtual address , different from outside address.&lt;/P&gt;&lt;P&gt;2.It should be reachable from internet/outside.&lt;/P&gt;&lt;P&gt;3.If you want use"interface" keyword in your static statements, you need to modify your incoming access-list to permit to 2.3.245.134 instead of 2.3.245.131&lt;/P&gt;&lt;P&gt;4.And the way you have redircted WWW &amp;amp; HTTPS traffic, you can redirect SMTP also same way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH...rate if helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2008 05:26:08 GMT</pubDate>
    <dc:creator>satish_zanjurne</dc:creator>
    <dc:date>2008-09-09T05:26:08Z</dc:date>
    <item>
      <title>PIX 515e 6.3. Port redirect question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-6-3-port-redirect-question/m-p/1039068#M896721</link>
      <description>&lt;P&gt;This is what I currently have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list incoming permit tcp any host 2.3.245.131 eq www&lt;/P&gt;&lt;P&gt;access-list incoming permit tcp any host 2.3.245.131 eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 2.3.245.134 255.255.255.192&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 2.3.245.131 192.168.1.10 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to redirect SMTP traffic to 192.168.1.6.  I know the syntax for: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 192.168.1.10 www netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface https 192.168.1.10 https netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I were to use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp 192.168.1.6 smtp netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouldn't that be a problem?  One that "interface" is referring to "2.3.245.134", NOT the .131 address I need the traffic to go to.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how do I do this?  How do I redirect SMTP traffic from an IP address that lies behind the "outside" interface to one LAN address, while redirecting HTTPS and WWW traffic to another LAN address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&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 13:41:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-6-3-port-redirect-question/m-p/1039068#M896721</guid>
      <dc:creator>Armegeden</dc:creator>
      <dc:date>2019-03-11T13:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e 6.3. Port redirect question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-6-3-port-redirect-question/m-p/1039069#M896723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.PAT address can be a virtual address , different from outside address.&lt;/P&gt;&lt;P&gt;2.It should be reachable from internet/outside.&lt;/P&gt;&lt;P&gt;3.If you want use"interface" keyword in your static statements, you need to modify your incoming access-list to permit to 2.3.245.134 instead of 2.3.245.131&lt;/P&gt;&lt;P&gt;4.And the way you have redircted WWW &amp;amp; HTTPS traffic, you can redirect SMTP also same way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH...rate if helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 05:26:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-6-3-port-redirect-question/m-p/1039069#M896723</guid>
      <dc:creator>satish_zanjurne</dc:creator>
      <dc:date>2008-09-09T05:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e 6.3. Port redirect question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-6-3-port-redirect-question/m-p/1039070#M896725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not think I am understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.3.245.131 is an IP address within our block.  2.3.245.134 happens to be the address we gave to the PIX.  x.131 is the address we're using for Mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to keep x.134 the outside address, but I need to route traffic SMTP destined for x.131 to a different LAN address than WWW/HTTPS.  But both SMTP+WWW/HTTPS will be going toward WAN address x.131.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe I have the access-list statements correct.  It's the static mapping I'm having trouble with.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I need this to happen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 2.3.245.131 www 192.168.1.10 www netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 2.3.245.131 https 192.168.1.10 https netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 2.3.245.131 smtp 192.168.1.6 smtp netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I keep getting an error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 10:14:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-6-3-port-redirect-question/m-p/1039070#M896725</guid>
      <dc:creator>Armegeden</dc:creator>
      <dc:date>2008-09-09T10:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e 6.3. Port redirect question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-6-3-port-redirect-question/m-p/1039071#M896727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.If you are using 2.3.245.131 as outside address for static, then access-list is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.If you are using 2.3.245.1354 which is outside interface address, as you have mentioned, then access-list should contain 2.3.245.134&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Your configuration is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.What is the error you are getting ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer below mentioned document..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804708b4.shtml#t10" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804708b4.shtml#t10&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH...arte if helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 12:52:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-6-3-port-redirect-question/m-p/1039071#M896727</guid>
      <dc:creator>satish_zanjurne</dc:creator>
      <dc:date>2008-09-09T12:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515e 6.3. Port redirect question</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-6-3-port-redirect-question/m-p/1039072#M896729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 2.3.245.131 www 192.168.1.10 www netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 2.3.245.131 https 192.168.1.10 https netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 2.3.245.131 smtp 192.168.1.6 smtp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 04:19:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-6-3-port-redirect-question/m-p/1039072#M896729</guid>
      <dc:creator>lreger</dc:creator>
      <dc:date>2008-09-10T04:19:00Z</dc:date>
    </item>
  </channel>
</rss>

