The following instructions describe how to configure the SkyVault CIFS server on
Windows Server 2008 R2.
Important: To use these instructions, you must not have altered any
etc/hosts files either on the server or client. Also you must not have
modified the Windows Registry either on the server or client.
-
Install Windows Server 2008 R2 out-of-the box.
You do not need to change the /etc/hosts or File and Printer Sharing configuration.
-
Configure a WINS server.
-
If the server is a domain controller or already part of a domain, this may already
be controlled by a Domain Policy.
To install one on Windows Server 2008 R2, see the following article: http://technet.microsoft.com/en-us/library/ff710463%28WS.10%29.aspx.
-
To manually configure an existing WINS server use the following steps:
- Go to Control Panel\Network and Internet\Network and Sharing Center > Change Adapter Settings > Local Area Connection > Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) and then select Properties. .
- On the General tab, select Advanced and then select the WINS tab.
- Click Add and then add the IP address of the WINS server in your network and select Enable NetBIOS over TCP/IP.
- Click OK > OK > Close.
-
If the server is a domain controller or already part of a domain, this may already
be controlled by a Domain Policy.
- Ensure that you install SkyVault using the x64 setup wizard.
-
Configure the Windows Server 2008 R2 firewall to create a rule to block 445.
- Open Control Panel\Network and Internet\Network and Sharing Center > Windows Firewall > Advanced Settings.
- Select Inbound Rules.
- On the right-side of the window, click New Rule.
-
Follow the instructions on the wizard:
- Rule Type > Port, Next.
- Rule apply to "TCP", Specific Local Ports > 445, Next,
- Action > Block the connection, Next,
- Profile > Select ALL network types (Domain, Public, Private)
- Name > "SkyVault CIFS (Block 445)", Description the same.
- Select Finish.
-
Configure the Windows Server 2008 R2 firewall to create a rule to allow
137,138,139.
- Open the Control Panel\Network and Internet\Network and Sharing Center > Windows Firewall > Advanced Settings.
- Select Inbound Rules.
- On the right-side of the window, click New Rule.
-
Follow the instructions on the wizard:
- Rule Type > Port, Next.
- Rule apply to "TCP", Specific Local Ports > 137,138,139, Next,
- Action > Allow the connection, Next,
- Profile > Select ALL network types (Domain, Public, Private)
- Name > "SkyVault CIFS (Allow 137,138,139)", Description the same.
- Select Finish.
-
Configure the client (Windows XP and Windows 7)
- Go to Control Panel\Network and Internet\Network and Sharing Center > Change Adapter Settings > Local Area Connection > Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
- On the General tab, select Advanced and then select the WINS tab.
- Click Add and then add the IP address of the WINS server in your network and select Enable NetBIOS over TCP/IP.
- Click OK > OK > Close.
-
Use the net use R: \\{HOSTNAME}A\SkyVault * /USER:admin command to
check your connection.
If the WINS server works correctly, you are then connected to SkyVault CIFS successfully.