Network Attached Storage​

 View Only
  • 1.  How to get IP Adress List which uses SMB1

    Posted 04-21-2023 07:49

    Hello,

    i wonder if there is a command or way to get a Client List, which shows the Client IP and the used SMB Version?

    Regards

    Miran



    ------------------------------
    Miran Kreuzer
    Service Administrator
    3 Banken IT GmbH
    ------------------------------


  • 2.  RE: How to get IP Adress List which uses SMB1

    Posted 04-21-2023 10:27
    >


  • 3.  RE: How to get IP Adress List which uses SMB1

    Posted 04-21-2023 11:00

    Additionally, there are a few tools on the SMU that you can use for "rogue client detection":

    nas-connection-request-monitor.rb
    nas-connection-open-file-monitor.rb

    We are making changes within HNAS FW to be more robust in this area, and we will be removing those tools from an under development SMU2.



    ------------------------------
    Albert Hagopian
    Software Development Engineer - Specialist
    Hitachi Vantara
    ------------------------------



  • 4.  RE: How to get IP Adress List which uses SMB1
    Best Answer

    Posted 04-21-2023 10:55
    Hi

    After you use the connection command with the -s ( summary ) option
    you can get more detailed info on particular clients by using -v ( verbose )

    example:

    pn 2 connection -v -n SMB1 -i 133.125.72.4

    In general, its best not to use the -v option when generating bulk lists (ie without the -i IPaddr option )

    hint: To easily write output from CLI commands to files on your workstation, use the ssc.exe utility
    that came with the firmware package you are using

    example:

    ssc -u supervisor -p pw admEvsIp connection -s -n SMB2

    pw is your supervisor password

    admEvsIp is the IP address of your Admin EVS ( EVS 0 )

    to get the output to a file .... just use redirection ( > file.txt )

    Andy




  • 5.  RE: How to get IP Adress List which uses SMB1

    Posted 04-24-2023 02:40

    Hi,

    thanks a lot for your help!

    Regards

    Miran



    ------------------------------
    Miran Kreuzer
    Service Administrator
    3 Banken IT GmbH
    ------------------------------