<?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: how to block web tools access for the san switch in HPE EVA Storage</title>
    <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277353#M33372</link>
    <description>Run these commands on the CLI, for the newer FOS. This basically creates firewall rules.&lt;BR /&gt;&lt;BR /&gt;Try it on a test switch just to avoid any problems with remote login on production systems. However this works perfectly fine at my company.&lt;BR /&gt;&lt;BR /&gt;#ipfilter --clone biju_ipv4 -from default_ipv4&lt;BR /&gt;#ipfilter --delrule biju_ipv4 -rule 2&lt;BR /&gt;#ipfilter --addrule biju_ipv4 -rule 2 -sip any -dp 23 -proto tcp -act deny&lt;BR /&gt;#ipfilter --save biju_ipv4&lt;BR /&gt;#ipfilter --activate biju_ipv4&lt;BR /&gt;&lt;BR /&gt;Replace biju with something meaninful to ur env :)&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Biju</description>
    <pubDate>Mon, 29 Sep 2008 15:35:46 GMT</pubDate>
    <dc:creator>PP BIJU KRISHNAN</dc:creator>
    <dc:date>2008-09-29T15:35:46Z</dc:date>
    <item>
      <title>how to block web tools access for the san switch</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277349#M33368</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there a way to block the web tools access of the san switch. so that i need to use only telnet option to login to the san switch. or need to enable to web access of san switch whenever required.&lt;BR /&gt;&lt;BR /&gt;cherish</description>
      <pubDate>Sun, 28 Sep 2008 12:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277349#M33368</guid>
      <dc:creator>Kritao</dc:creator>
      <dc:date>2008-09-28T12:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to block web tools access for the san switch</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277350#M33369</link>
      <description>Which san switch and which firmware (fabricOS) version?</description>
      <pubDate>Sun, 28 Sep 2008 23:12:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277350#M33369</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-09-28T23:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to block web tools access for the san switch</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277351#M33370</link>
      <description>Hi Cherish,&lt;BR /&gt;Run the Configure Command from the Switch and you have the options to disable the Webtools.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;Shiva&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2008 00:29:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277351#M33370</guid>
      <dc:creator>skris</dc:creator>
      <dc:date>2008-09-29T00:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to block web tools access for the san switch</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277352#M33371</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;we are using 4/64 san swith, firmware version v5.3.0&lt;BR /&gt;&lt;BR /&gt;Could you pls tell the command used for this.</description>
      <pubDate>Mon, 29 Sep 2008 12:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277352#M33371</guid>
      <dc:creator>Kritao</dc:creator>
      <dc:date>2008-09-29T12:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to block web tools access for the san switch</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277353#M33372</link>
      <description>Run these commands on the CLI, for the newer FOS. This basically creates firewall rules.&lt;BR /&gt;&lt;BR /&gt;Try it on a test switch just to avoid any problems with remote login on production systems. However this works perfectly fine at my company.&lt;BR /&gt;&lt;BR /&gt;#ipfilter --clone biju_ipv4 -from default_ipv4&lt;BR /&gt;#ipfilter --delrule biju_ipv4 -rule 2&lt;BR /&gt;#ipfilter --addrule biju_ipv4 -rule 2 -sip any -dp 23 -proto tcp -act deny&lt;BR /&gt;#ipfilter --save biju_ipv4&lt;BR /&gt;#ipfilter --activate biju_ipv4&lt;BR /&gt;&lt;BR /&gt;Replace biju with something meaninful to ur env :)&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Biju</description>
      <pubDate>Mon, 29 Sep 2008 15:35:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277353#M33372</guid>
      <dc:creator>PP BIJU KRISHNAN</dc:creator>
      <dc:date>2008-09-29T15:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to block web tools access for the san switch</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277354#M33373</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;Thanks for the support&lt;BR /&gt;&lt;BR /&gt;cherish</description>
      <pubDate>Wed, 08 Oct 2008 12:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/how-to-block-web-tools-access-for-the-san-switch/m-p/4277354#M33373</guid>
      <dc:creator>Kritao</dc:creator>
      <dc:date>2008-10-08T12:10:09Z</dc:date>
    </item>
  </channel>
</rss>

