Limestone Networks NAS

From LimeWiki

Jump to: navigation, search

Contents

What can I use the NAS for?

NAS (Network Attached Storage) can be used to store files for:

1.) Secure

2.) Backed Up

3.) Accessible from anywhere in the world


How do I purchase NAS?

Submit a request into our sales department http://www.limestonenetworks.com/contactus/


Is it easy to get started?

Yes, it's highly dynamic and very simplistic to setup. If you already have NAS space, see the details below on accessing your NAS.


Accessing the NAS

Windows

In order to mount them in the future, you can do the following:

Under "My Computer", goto "Tools" then "Mount Network Drive"
As the path, enter:
\\209.130.152.11\data.nas.USERNAME

Then click finish, this will prompt you for username/password. These 2 items should have been provided at the time of NAS purchase.

Then hit FINISH.

Any issue(s), please contact support.

Linux

Alias /mnt/nas as the area that you want your mount to be set.

mkdir -p /mnt/nas
mount -t cifs -o username=USERNAME,password=PASSWORD //209.130.152.11/data.nas.USERNAME /mnt/nas

Username/Password should have been supplied to you at the time of NAS purchase. If you do not receive any error(s), then all of your NAS files are stored under /mnt/nas. Any questions or issues, please contact support via the Rockware Control Panel.

Advanced

Accessing via private network

You are able to route all data between your server and the NAS system via the private network (unmetered) by doing the following:

Linux
ip route 209.130.152.0/28 via <private gateway ip> dev <private interface>
Windows
route -p ADD 209.130.152.0 MASK 255.255.255.240 <private network gateway>
Personal tools