HPE EVA Storage
1752806 Members
6174 Online
108789 Solutions
New Discussion юеВ

how to block web tools access for the san switch

 
SOLVED
Go to solution
Kritao
Regular Advisor

how to block web tools access for the san switch

Hi,

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.

cherish
5 REPLIES 5
TTr
Honored Contributor

Re: how to block web tools access for the san switch

Which san switch and which firmware (fabricOS) version?
skris
Trusted Contributor

Re: how to block web tools access for the san switch

Hi Cherish,
Run the Configure Command from the Switch and you have the options to disable the Webtools.


Cheers!
Shiva

Kritao
Regular Advisor

Re: how to block web tools access for the san switch

Hi,

we are using 4/64 san swith, firmware version v5.3.0

Could you pls tell the command used for this.
PP BIJU KRISHNAN
Trusted Contributor
Solution

Re: how to block web tools access for the san switch

Run these commands on the CLI, for the newer FOS. This basically creates firewall rules.

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.

#ipfilter --clone biju_ipv4 -from default_ipv4
#ipfilter --delrule biju_ipv4 -rule 2
#ipfilter --addrule biju_ipv4 -rule 2 -sip any -dp 23 -proto tcp -act deny
#ipfilter --save biju_ipv4
#ipfilter --activate biju_ipv4

Replace biju with something meaninful to ur env :)

Hope this helps.

Rgds,
Biju
Kritao
Regular Advisor

Re: how to block web tools access for the san switch

Hi guys,

Thanks for the support

cherish