Please follow steps outlined below to make sure FIPS is configured correctly per OS/Platform
Below are the steps required for enabling FIPS:
- For Windows XP & 2003 (32 and 64 bit)
- Go to Start -> Run
- Enter regedit and click on OK
- Expand to: HKEY_LOCAL_MACHINE à SYSTEM à CurrentControlSet à Control à Lsa
- Click on Lsa directory
- Right Click on Lsa and select New à Key
- Name the key Lsa
- On the right hand pane right click and select New à DWORD Value
- Name the DWORD as “enabled”
- Right click on that key and select “Modify”
- Look for the field called “Value data”
- Default value =0 à Means that FIPS is OFF
- Set the value = 1 à Means that FIPS will be turned ON
- Close regedit
- Restart the machine
- Re-run the Backup Job from vRanger
- For Windows Vista, 2008, and 7 (32 and 64 bit)
- Go to Start -> Run
- Enter regedit and click on OK
- Expand to: HKEY_LOCAL_MACHINE à SYSTEM à CurrentControlSet à Control à Lsa à
- Create a new DWORD Value and name the key “FipsAlgorithmPolicy”
- Right click on that key and select “Modify”
- Look for the field called “Value data”
- Default value =0 – Means that FIPS is OFF
- Set the value to 1 – Means that FIPS will be turned ON
- Expand to: HKEY_LOCAL_MACHINE à SYSTEM à CurrentControlSet à Control à Lsa à FipsAlgorithPolicy
- Click on FipsAlgorithPolicy directory
- Look for the REG_DWORD entry “Enabled”
- Right click on that key and select “Modify”
- Look for the field called “Value data”
- Default value =0 – Means that FIPS is OFF
- Set the value to 1 – Means that FIPS will be turned ON
- Close regedit
- Restart the machine
- Re-run the Backup Job from vRanger
- For ESX3.X Hosts you need to disable the AES cipher
- Make sure that you have created the entry like described in B. (you will have to create the Key and the create a new REG_DWORD value
- Log in the Host using putty
- Go to the directory /etc/ssh/ à cd /etc/ssh
- Edit the sshd_config file à vi sshd_config
- Go to the last line in that file
- Look for the line entry: Ciphers aes256-cbc,aes128-cbc
- Comment out that line by putting a # in front of the line entry
- Save the sshd_config file à :wq
- Restart the SSH services by running the command: service sshd restart
- Run a Backup job from vRanger Pro using a ESX 3.X host
- For Upgrade ESX host from 3.X to 4.0
1.Log in the Host using putty
2.Go to the directory /etc/ssh/ à cd /etc/ssh
3.Edit the sshd_config file à vi sshd_config
4.Go to the last line in that file
5.Look for the line entry: Ciphers aes256-cbc,aes128-cbc
6.Comment out that line by putting a # in front of the line entry
7.Save the sshd_config file à :wq
8.Restart the SSH services by running the command: service sshd restart
- For ESX4
ESX4 is FIPS ready once activated in the Operating System (OS) registry - (See above).
No additional modifications needed