Cloud Storage
Configuring Windows 2008 Servers to Access Cloud Storage
From GoGrid
Cloud Storage is pre-configured to be accessible via the private network VLAN already implemented on each account. To access your Cloud Storage device onto a Windows 2008-based server, do the following:
- Click on "Start"' > "Server Manager"
- Click on “View Network Connections” in the right-hand view pane.
- Select the “Local Area Connection 2” and click “Enable this Network Device”.
- Right-click on “Local Area Connection 2” and select “Properties”
- Double-click "Internet Protocol Version 4 (TCP/IPv4)" in the scroll box.
- Enable the “Use the Following IP Address” radio button.
- Enter in an unused IP address and the subnet as specified in the “Private Network” section of the network widget in the GoGrid UI portal.
- Continue to click "OK" to exit out of each subsequent window.
- To confirm changes were successful, open a command prompt window, and type and you should see the additional IPs.
ipconfig /all
- Enter the command where
route add -p 10.117.0.0 mask 255.255.255.0 [Gateway IP]
[Gateway IP]is the first IP in your Private Network block available in the GoGrid user interface. For example, you would enter something like:Theroute add -p 10.117.0.0 mask 255.255.255.0 10.198.28.1
-pflag ensures that the route is persistent across reboots. - Ensure that the route was set correctly by pinging the hostname as it appears in the user interface below your cloud storage allotment with the following command: where
ping [customernumber].cloud.storage.gogrid.com
[customernumber]is the numeric portion of your Cloud Storage hostname as listed in the GoGrid user interface. You should get a response similar to the following:PING 16642.cloud.storage.gogrid.com (10.117.0.12) 56(84) bytes of data. 64 bytes from 10.117.0.12: icmp_seq=0 ttl=63 time=9.95 ms


