<?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 Brocade Telnet problem in HPE EVA Storage</title>
    <link>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060154#M26984</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I can telnet to some brocade switches, but i can't telnet into some others. any idea why ?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Fri, 24 Aug 2007 15:25:16 GMT</pubDate>
    <dc:creator>Sajeev2007</dc:creator>
    <dc:date>2007-08-24T15:25:16Z</dc:date>
    <item>
      <title>Brocade Telnet problem</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060154#M26984</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I can telnet to some brocade switches, but i can't telnet into some others. any idea why ?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 24 Aug 2007 15:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060154#M26984</guid>
      <dc:creator>Sajeev2007</dc:creator>
      <dc:date>2007-08-24T15:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Brocade Telnet problem</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060155#M26985</link>
      <description>Firewall?&lt;BR /&gt;&lt;BR /&gt;Brocade telnet service can be disabled. You should try with SSH instead.</description>
      <pubDate>Fri, 24 Aug 2007 19:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060155#M26985</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-08-24T19:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Brocade Telnet problem</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060156#M26986</link>
      <description>When you attempt to telnet to the san switch, what error do you get? Do you get "connection refused" or "this switch is already engaged?"&lt;BR /&gt;&lt;BR /&gt;If there's an existing telnet session from another admin, close the active session and try again. You can also attempt to close a telnet session from the front panel of the switch. if it has a front led panel like on the silkworm 2800... I don't remember how to navigate to the "close telnet" option though.&lt;BR /&gt;&lt;BR /&gt;If none of the above works, reset the switch when you're able to take it offline. If you have a web tools license for the switch, open the web interface to do admin until you're able to free up the telnet session.&lt;BR /&gt;&lt;BR /&gt;hope this helps,&lt;BR /&gt;-denver</description>
      <pubDate>Sat, 25 Aug 2007 14:21:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060156#M26986</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-08-25T14:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Brocade Telnet problem</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060157#M26987</link>
      <description>it says cant connect port 23 blocked.&lt;BR /&gt;&lt;BR /&gt;how do i open telnet on the switch ?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Sun, 26 Aug 2007 07:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060157#M26987</guid>
      <dc:creator>Sajeev2007</dc:creator>
      <dc:date>2007-08-26T07:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Brocade Telnet problem</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060158#M26988</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;then it is either your firewall (if one is between your PC and the switch), or else the telnet daemon is deactivated on the switch. To re-enable it, you should open an SSH-Session to the switch (use Putty), and run the configure command.&lt;BR /&gt;You will see something like this:&lt;BR /&gt;&lt;BR /&gt;switch:admin&amp;gt; configure&lt;BR /&gt;&lt;BR /&gt;Not all options will be available on an enabled switch.&lt;BR /&gt;To disable the switch, use the "switchDisable" command.&lt;BR /&gt;&lt;BR /&gt;Configure...&lt;BR /&gt;&lt;BR /&gt;  System services (yes, y, no, n): [no] y&lt;BR /&gt;&lt;BR /&gt;    rstatd (on, off): [off]&lt;BR /&gt;    rusersd (on, off): [off]&lt;BR /&gt;    telnetd (on, off): [on]   &lt;BR /&gt;** this might be set to "off" for you, so change it to "on ****&lt;BR /&gt;&lt;BR /&gt;  ssl attributes (yes, y, no, n): [no]&lt;BR /&gt;  http attributes (yes, y, no, n): [no]&lt;BR /&gt;  snmp attributes (yes, y, no, n): [no]&lt;BR /&gt;  rpcd attributes (yes, y, no, n): [no]&lt;BR /&gt;  cfgload attributes (yes, y, no, n): [no]&lt;BR /&gt;  webtools attributes (yes, y, no, n): [no]&lt;BR /&gt;&lt;BR /&gt;Only change the option for telnetd, the rest you leave as they are (press enter)&lt;BR /&gt;&lt;BR /&gt;If you cannot connect via SSH, then you will need to connect via the serial port.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Stephen</description>
      <pubDate>Mon, 27 Aug 2007 01:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060158#M26988</guid>
      <dc:creator>Stephen Kebbell</dc:creator>
      <dc:date>2007-08-27T01:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Brocade Telnet problem</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060159#M26989</link>
      <description>try directly connect to the switch using a cross cable to your notebook. if it works, problem is likely your firewall settings.</description>
      <pubDate>Mon, 27 Aug 2007 01:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060159#M26989</guid>
      <dc:creator>tkc</dc:creator>
      <dc:date>2007-08-27T01:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Brocade Telnet problem</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060160#M26990</link>
      <description>i am able to SSH into it. if i enable telnet using the configure command, will it reboot the switch afterwards ?</description>
      <pubDate>Wed, 29 Aug 2007 13:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060160#M26990</guid>
      <dc:creator>Sajeev2007</dc:creator>
      <dc:date>2007-08-29T13:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Brocade Telnet problem</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060161#M26991</link>
      <description>I wouldn't have thought so... The help system on the switch will probably tell you for certain.&lt;BR /&gt;&lt;BR /&gt;Before you reconfigure telnet, you should probably determine why it has been disabled. Many organisations disable telnet because of the ease in which passwords can be sniffed over the network...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Wed, 29 Aug 2007 13:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060161#M26991</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-08-29T13:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Brocade Telnet problem</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060162#M26992</link>
      <description>You can change the setting for the telnet daemon online. You don't need to disable or reboot the switch.&lt;BR /&gt;&lt;BR /&gt;I just did it on a 3900 switch, works fine.&lt;BR /&gt;Regards&lt;BR /&gt;Stephen</description>
      <pubDate>Thu, 30 Aug 2007 04:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060162#M26992</guid>
      <dc:creator>Stephen Kebbell</dc:creator>
      <dc:date>2007-08-30T04:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Brocade Telnet problem</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060163#M26993</link>
      <description>I have just upgraded a SAN Switch 4/16 to firmware version 5.30.a and now I cannot disable telnet.  I tried the method outlined in the Fabric OS 5.3.0 administrator guide but it does not work.  Configure telnetd returns a usage error.  And when I try the other options, as listed on page 89, telnetd is never a selection.  Any ideas?</description>
      <pubDate>Thu, 11 Oct 2007 12:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060163#M26993</guid>
      <dc:creator>Stephen R Kennedy</dc:creator>
      <dc:date>2007-10-11T12:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Brocade Telnet problem</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060164#M26994</link>
      <description>from the 5.3.0 release notes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01292810/c01292810.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01292810/c01292810.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;page 9&lt;BR /&gt;&lt;BR /&gt;Starting with Fabric OS version 5.3.0, you can use the ipfilter command&lt;BR /&gt;to block unauthorized Telnet access. The option to disable Telnet using the&lt;BR /&gt;configure command is no longer available.&lt;BR /&gt;Use the following command to create a policy to block Telnet access to any station:&lt;BR /&gt;ipfilter --create blockTelnet -type ipv4 ipfilter&lt;BR /&gt;--addrule blockTelnet -sip any -dp 23 -proto tcp -act deny&lt;BR /&gt;ipfilter -- activate blockTelnet&lt;BR /&gt;Use the following command to restore default policies for IPv4:&lt;BR /&gt;ipfilter --activate default_ipv4 --&lt;BR /&gt;See the Fabric OS 5.3.0 command reference guide for more information on the&lt;BR /&gt;ipfilter command.&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Jan 2008 20:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/brocade-telnet-problem/m-p/4060164#M26994</guid>
      <dc:creator>Darcy_7</dc:creator>
      <dc:date>2008-01-12T20:26:20Z</dc:date>
    </item>
  </channel>
</rss>

