<?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: Enable Telnet on PIX outside Interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342769#M556561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;part of Patrick's post is right, part is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First off, telnet to the outside interface is restricted unless you are coming into the PIX via an IPSec tunnel.  SSH and PDM (or HTTPS) is the only allowed method to the outside interface of the PIX if not coming across an IPSec tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, you do *not* need to permit traffic destined *to* the PIX via an ACL.  ACL's only effect traffic going *through* the PIX.  So, no matter what method you choose, the above ACL entries are not needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And finally, back to the original post, if you are going to connect via SSH, you do need to generate an RSA key on your PIX and save the key.  Then use some SSH software (I use PuTTY for it's ease of use) to conenct to the PIX.  For more info on generating the key:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/c.htm#wp1025473" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/c.htm#wp1025473&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not what you were looking for, let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Oct 2004 19:02:37 GMT</pubDate>
    <dc:creator>scoclayton</dc:creator>
    <dc:date>2004-10-08T19:02:37Z</dc:date>
    <item>
      <title>Enable Telnet on PIX outside Interface</title>
      <link>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342767#M556559</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone having idea how to enable Telnet on the Outside Interface.&lt;/P&gt;&lt;P&gt;Tried using the telnet command, but doesnt works.&lt;/P&gt;&lt;P&gt;I need to use SSH client for connecting the same.&lt;/P&gt;&lt;P&gt;I have heard that atleast one crypto commands is needed to enable the telnet connection.&lt;/P&gt;&lt;P&gt;Is it true.??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz suggest on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Pankaj P.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:40:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342767#M556559</guid>
      <dc:creator>pankajp_cmc</dc:creator>
      <dc:date>2020-02-21T07:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Telnet on PIX outside Interface</title>
      <link>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342768#M556560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is generaly not a good idea to use telnet, which uses cleartext passwords, on an untrusted network.&lt;/P&gt;&lt;P&gt;Because of the password and Sniffer attacks !!!&lt;/P&gt;&lt;P&gt;SSH is the better way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet YourIP 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;ssh YourIP 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a access-list on the outside interface you&lt;/P&gt;&lt;P&gt;need to enable access for telnet and ssh in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp host SSHClient interface eq 22&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp host SSHClient interface eq 23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this document:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_book09186a0080172852.html" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_book09186a0080172852.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2004 18:28:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342768#M556560</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-10-08T18:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Telnet on PIX outside Interface</title>
      <link>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342769#M556561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;part of Patrick's post is right, part is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First off, telnet to the outside interface is restricted unless you are coming into the PIX via an IPSec tunnel.  SSH and PDM (or HTTPS) is the only allowed method to the outside interface of the PIX if not coming across an IPSec tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, you do *not* need to permit traffic destined *to* the PIX via an ACL.  ACL's only effect traffic going *through* the PIX.  So, no matter what method you choose, the above ACL entries are not needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And finally, back to the original post, if you are going to connect via SSH, you do need to generate an RSA key on your PIX and save the key.  Then use some SSH software (I use PuTTY for it's ease of use) to conenct to the PIX.  For more info on generating the key:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/c.htm#wp1025473" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/c.htm#wp1025473&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not what you were looking for, let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2004 19:02:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342769#M556561</guid>
      <dc:creator>scoclayton</dc:creator>
      <dc:date>2004-10-08T19:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Telnet on PIX outside Interface</title>
      <link>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342770#M556562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution doesn't work.  Reading the doc you pointed us to:&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/sw/secursw/ps2120/products_configuration_guide_chapter09186a0080172797.html#wp1064460" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a0080172797.html#wp1064460&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Describes ways to use a VPN to telnet over.  Also, the PIX Command Reference for the telnet command states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"If you need to access the PIX Firewall console from outside the PIX Firewall, you can use a static and access-list command pair to permit a Telnet session to a Telnet server on the inside interface, and then from the server to the PIX Firewall. In addition, you can attach the console port to a modem but this may add a security problem of its own. You can use the same terminal settings as for HyperTerminal, which is described in the Cisco PIX Firewall and VPN Configuration Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"If you have IPSec configured, you can access the PIX Firewall console with Telnet from outside the PIX Firewall. Once an IPSec tunnel is created from an outside host to the PIX Firewall, you can access the console from the outside host."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Telnet directly to the outside interface doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2004 19:26:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342770#M556562</guid>
      <dc:creator>jimwelsh</dc:creator>
      <dc:date>2004-10-08T19:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Telnet on PIX outside Interface</title>
      <link>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342771#M556564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means that telnet on Outside Interface is not possible in this scenario.&lt;/P&gt;&lt;P&gt;I need to create a VPN tunnel which terminates on my PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway thanks for the suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Pankaj P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Oct 2004 02:13:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342771#M556564</guid>
      <dc:creator>pankajp_cmc</dc:creator>
      <dc:date>2004-10-09T02:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Telnet on PIX outside Interface</title>
      <link>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342772#M556567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is ok guys I got the message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hmm I never used telnet but I am surprised that this is not possible, which is a good thing, on the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the feeback&lt;/P&gt;&lt;P&gt;Patrick &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Oct 2004 13:04:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-telnet-on-pix-outside-interface/m-p/342772#M556567</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-10-09T13:04:31Z</dc:date>
    </item>
  </channel>
</rss>

