<?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: problem with pix console connection in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747658#M1006977</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;I believe you misunderstood me. I agree with you that it is good practice to secure the communication even in the lab environment, but in my case I was`t necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The students practiced on the stand-alone box. Now I need to use this appliance in different place with new configuration but I can?t connect via console port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lukasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2007 05:42:29 GMT</pubDate>
    <dc:creator>lukaszkhalil</dc:creator>
    <dc:date>2007-04-18T05:42:29Z</dc:date>
    <item>
      <title>problem with pix console connection</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747653#M1006972</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I?ve got a pix appliance that was used by the students in our company. Unfortunately now I can?t connect to it via the console port. No mather what I press there is nothing showing on the console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, let me know if there is any command by which you can restrict access to the console port (e.g. you have to press some key to see the console output).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards &lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:00:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747653#M1006972</guid>
      <dc:creator>lukaszkhalil</dc:creator>
      <dc:date>2019-03-11T10:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with pix console connection</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747654#M1006973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my knowledge there are no such shortcut key are available in cisco pix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pavan &lt;/P&gt;&lt;P&gt;Bay DataCom Solutions pvt., Ltd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 09:14:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747654#M1006973</guid>
      <dc:creator>baydata</dc:creator>
      <dc:date>2007-04-17T09:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem with pix console connection</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747655#M1006974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lukas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is best practices NEVER to allow clear text access to your PIX, even in a learning environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to create a local AAA database with usernames and passwords, generate a rsa-key, and only allow ssh access from a confirmed PC and or terminal interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the folowing configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;domain-name studentclass.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto key generate rsa modulus modulus_size&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 192.168.200.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 172.16.5.10 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username ciscouserstudent password xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 10.1.1.2 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;ssh 172.16.1.1 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;ssh timeout 60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 14:59:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747655#M1006974</guid>
      <dc:creator>mwardinterpub</dc:creator>
      <dc:date>2007-04-17T14:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: problem with pix console connection</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747656#M1006975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st Check your hyperterminal ( or whatever ) and cable works on an other device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd Connect to the console port and reboot the PIX, see if the POST and boot sequence is visible.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 15:44:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747656#M1006975</guid>
      <dc:creator>mark.hodge</dc:creator>
      <dc:date>2007-04-17T15:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with pix console connection</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747657#M1006976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)I`ve already checked the cable and the terminal software and it worked.&lt;/P&gt;&lt;P&gt;2)When I reboot the PIX there is no POST information showing on the terminal. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is why i suspect one of two issues:&lt;/P&gt;&lt;P&gt;A) the console port failure&lt;/P&gt;&lt;P&gt;B) something that is blocking access to the console port &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 05:26:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747657#M1006976</guid>
      <dc:creator>lukaszkhalil</dc:creator>
      <dc:date>2007-04-18T05:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with pix console connection</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747658#M1006977</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;I believe you misunderstood me. I agree with you that it is good practice to secure the communication even in the lab environment, but in my case I was`t necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The students practiced on the stand-alone box. Now I need to use this appliance in different place with new configuration but I can?t connect via console port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lukasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 05:42:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747658#M1006977</guid>
      <dc:creator>lukaszkhalil</dc:creator>
      <dc:date>2007-04-18T05:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem with pix console connection</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747659#M1006978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know there is nothing that can be done in the config that will stop POST displaying on the console port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I would say this is a hardware issue, sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 12:18:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-pix-console-connection/m-p/747659#M1006978</guid>
      <dc:creator>mark.hodge</dc:creator>
      <dc:date>2007-04-18T12:18:00Z</dc:date>
    </item>
  </channel>
</rss>

