<?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 issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415913#M730108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't do 2 things with one single statement. What you are looking for is really PBR and NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you will NAT your incoming connection to 2.2.2.2 for destination port 22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBR is for your out bound connection sourced from 2.2.2.2 to x where its destination port is 22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2010 17:39:54 GMT</pubDate>
    <dc:creator>Jerry Ye</dc:creator>
    <dc:date>2010-02-18T17:39:54Z</dc:date>
    <item>
      <title>PIX 515E issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415908#M730103</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently in our network we are using PIX 515E in that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have done all NAT access from outside to inside for all web access for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.1.1.1 23 X.X.X.X 23 -- is this PAT is applied to both inbound and outbound&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 2.2.2.2 22 Y.Y.Y.Y 22 -- is this PAT is applied to both inbound and outbound&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list NAT permit ip any host 1.1.1.1 eq 23 - inbound acl to access telnet service to inside host&lt;/P&gt;&lt;P&gt;access-list NAT permit ip any eq 23 host 2.2.2.2 eq 23 - outboung acl to access SSH service to outside public IP&lt;/P&gt;&lt;P&gt;access-group NAT in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now our issue is we are ablet to access the telnet service from outside world to inside host but we are unable to access the SSH to outside world from the inside host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me resolve this , we doubt it may be IOS issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;our current IOS is PIX723.bin and can i know which IOS is best for PIX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:11:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415908#M730103</guid>
      <dc:creator>vinoth.kumar</dc:creator>
      <dc:date>2019-03-11T17:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415909#M730104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list NAT permit ip any eq 23 host 2.2.2.2 eq 23&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSH is port 22, and the source port (client) will not be 22, it is a random high port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 16:09:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415909#M730104</guid>
      <dc:creator>Jerry Ye</dc:creator>
      <dc:date>2010-02-18T16:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415910#M730105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry its port 22 only i mistakently written&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list NAT permit ip any eq 22 host 2.2.2.2 eq 22&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 16:46:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415910#M730105</guid>
      <dc:creator>vinoth.kumar</dc:creator>
      <dc:date>2010-02-18T16:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415911#M730106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming the SSH server is inside the FW. If that is true, you rule shoud look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list NAT permit tcp any host 2.2.2.2 eq 22&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 16:50:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415911#M730106</guid>
      <dc:creator>Jerry Ye</dc:creator>
      <dc:date>2010-02-18T16:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415912#M730107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;basically we need to put single PAT entry and allow access to both inbound&lt;/P&gt;&lt;P&gt;and outbound direction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u help me how to achieve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp publicip 22 LANIP 22&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now we need to access from outside world  to LANIP thorugh port 22 and also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we need port 22 should be access to outside word from LANIP server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we trying from LAN server to outside world we are getting the log like&lt;/P&gt;&lt;P&gt;this which is unsuccesfull:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX-7-609001: Built local-host outside:PUBLICIP&lt;/P&gt;&lt;P&gt;%PIX-6-302013: Built outbound TCP connection 1273 for outside:PUBLICIP/22 (&lt;/P&gt;&lt;P&gt;PUBLICIP/22) to inside:LANIP/55185 (LANIP/55185)&lt;/P&gt;&lt;P&gt;%PIX-6-302014: Teardown TCP connection 1335 for outside:PUBLICIP/22 to&lt;/P&gt;&lt;P&gt;inside:LANIP/55208 duration 0:00:30 bytes 0 SYN Timeout&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 17:13:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415912#M730107</guid>
      <dc:creator>vinoth.kumar</dc:creator>
      <dc:date>2010-02-18T17:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 515E issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415913#M730108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't do 2 things with one single statement. What you are looking for is really PBR and NAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you will NAT your incoming connection to 2.2.2.2 for destination port 22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBR is for your out bound connection sourced from 2.2.2.2 to x where its destination port is 22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 17:39:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515e-issue/m-p/1415913#M730108</guid>
      <dc:creator>Jerry Ye</dc:creator>
      <dc:date>2010-02-18T17:39:54Z</dc:date>
    </item>
  </channel>
</rss>

