<?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 Port Forward in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515e-port-forward/m-p/1094729#M895631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sushi,&lt;/P&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have an access list in place allowing the traffic and we have multiple "outside" IP's. I think the issue is with my nat/pat setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should have mentioned that 1.1.1.34 is the servers address on the inside network (we don't nat everything). I originally wanted to forward all smtp traffic to 10.0.0.55, but let http traffic continue on to 1.1.1.34 (no nat). When I do show xlate | include 1.1.1.34 I get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global 1.1.1.34 Local 1.1.1.34&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I clear xlate I get the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm expecting to see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global 1.1.1.34(25) Local 10.0.0.55(25)&lt;/P&gt;&lt;P&gt;Global 1.1.1.34(80) Local 1.1.1.34(80)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if I clear xlate enough I sometimes see this, but then it stops and goes back to Global 1.1.1.34 Local 1.1.1.34.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For testing purposes I changed static to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.1.1.34 smtp 10.0.0.55 smtp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.1.1.34 www 10.0.0.34 www netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I still get Global 1.1.1.34 Local 1.1.1.34&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have 1.1.1.34 in global or nat so I'm not sure why it's being globally translated to itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&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>Thu, 02 Oct 2008 19:21:27 GMT</pubDate>
    <dc:creator>dancox</dc:creator>
    <dc:date>2008-10-02T19:21:27Z</dc:date>
    <item>
      <title>Pix 515E Port Forward</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-port-forward/m-p/1094727#M895626</link>
      <description>&lt;P&gt;I'm having some trouble with port forwarding on a 515E pix.&lt;/P&gt;&lt;P&gt;I have the following commands in the config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 11.11.11.11 smtp 10.0.0.55 smtp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 11.11.11.11 www 11.11.11.11 www netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is to have smtp traffic go to 10.0.0.55 and http traffic to go to the 11.11.11.11 (a public ip). Problem is, none of the traffic is being port forwarded, it is going to the 11.11.11.11 address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan Cox &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:51:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-port-forward/m-p/1094727#M895626</guid>
      <dc:creator>dancox</dc:creator>
      <dc:date>2019-03-11T13:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 515E Port Forward</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-port-forward/m-p/1094728#M895629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all,&lt;/P&gt;&lt;P&gt;you did not meention if you have an access list defined on outside interface to allow this traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to have the following config. along with your existing config. for this to work :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-l 101 permit tcp any host 11.11.11.11 eq smtp&lt;/P&gt;&lt;P&gt;access-l 101 permit tcp any host 11.11.11.11 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-l 101 in interface outside&lt;/P&gt;&lt;P&gt;##############&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also :&lt;/P&gt;&lt;P&gt;Is 11.11.11.11 outside interface ip address.&lt;/P&gt;&lt;P&gt;If that is true :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp 10.0.0.55 smtp netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 11.11.11.11 www 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;access-l 101 permit tcp any interface outside eq smtp&lt;/P&gt;&lt;P&gt;access-l 101 permit tcp any interface outside eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-l 101 in interface outside&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;P&gt;Do rate helpful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 17:39:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-port-forward/m-p/1094728#M895629</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2008-10-01T17:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 515E Port Forward</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-port-forward/m-p/1094729#M895631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sushi,&lt;/P&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have an access list in place allowing the traffic and we have multiple "outside" IP's. I think the issue is with my nat/pat setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should have mentioned that 1.1.1.34 is the servers address on the inside network (we don't nat everything). I originally wanted to forward all smtp traffic to 10.0.0.55, but let http traffic continue on to 1.1.1.34 (no nat). When I do show xlate | include 1.1.1.34 I get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global 1.1.1.34 Local 1.1.1.34&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I clear xlate I get the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm expecting to see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global 1.1.1.34(25) Local 10.0.0.55(25)&lt;/P&gt;&lt;P&gt;Global 1.1.1.34(80) Local 1.1.1.34(80)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if I clear xlate enough I sometimes see this, but then it stops and goes back to Global 1.1.1.34 Local 1.1.1.34.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For testing purposes I changed static to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.1.1.34 smtp 10.0.0.55 smtp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.1.1.34 www 10.0.0.34 www netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I still get Global 1.1.1.34 Local 1.1.1.34&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have 1.1.1.34 in global or nat so I'm not sure why it's being globally translated to itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&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>Thu, 02 Oct 2008 19:21:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-port-forward/m-p/1094729#M895631</guid>
      <dc:creator>dancox</dc:creator>
      <dc:date>2008-10-02T19:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 515E Port Forward</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-port-forward/m-p/1094730#M895634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh run nat&lt;/P&gt;&lt;P&gt;sh run glo&lt;/P&gt;&lt;P&gt;sh run nat-control&lt;/P&gt;&lt;P&gt;sh run stat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are running 6.x--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh nat&lt;/P&gt;&lt;P&gt;sh glo&lt;/P&gt;&lt;P&gt;sh static&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2008 19:24:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-port-forward/m-p/1094730#M895634</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2008-10-02T19:24:31Z</dc:date>
    </item>
  </channel>
</rss>

