Visit Open-E website
Results 1 to 4 of 4

Thread: Growing a volume on a H/W RAID

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Lightbulb

    Thank you for the quick answer which I just wished I had read earlier. Now I cannot access the NAS until Tuesday...

    Is it not possible to do these things via the SSH connection? If not, what is the purpose in restricting this to the console?

    Thanks and best regards,
    Henning

  2. #2

    Default

    Please go to Setup - Administration under Function: Remote access.
    Please read manual for complete discription.

    Using this function, you can administrate console tools remotely by ssh protocol
    (secure shell). Default user is “cli” and you cannot change it, but password can
    be change.
    Allow IP:
    You can assign IP addresses (separated by a semicolon) that are granted to
    NAS remote access. The field left blank means no restriction.
    Set port:
    Default port is 22222 for security reasons, because high ports are invisible for
    port scanners. You can change it only from range 1024-65535 except ports
    already used.
    To connect to NAS from Linux/MacOSX systems use:
    ssh -2 -p 22222 -l cli address_ip
    • option: -2 is a version of ssh protocol used for connection.
    • option: -p is a port for Remote Access.
    • option: -l is a user (default:cli).
    • option: address_ip is a address of NAS you want to connect to.
    You will be ask for a password you entered on NAS for Remote Access.
    To connect to NAS from Microsoft Windows, download free ssh client Putty
    (www.putty.nl).
    • in hostname input: enter IP address of NAS.
    • in port input: enter port for Remote Access.
    • in protocol: choose SSH.
    Enter login “cli” and password for this user when you connected to NAS.
    Password:
    Length of password is minimum 8 characters. Be sure to use strong passwords.
    Confirm password. Please retype your new password.
    Password cannot contain:
    • characters: ' " ` ^ & $ # [ ] \/ | *
    • spaces.
    All the best,

    Todd Maxwell


    Follow the red "E"
    Facebook | Twitter | YouTube

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •