EDV:OpenAFS/Windows/Windows 10 Home: Difference between revisions

From KIP Wiki
⧼kip-jumptonavigation⧽⧼kip-jumptosearch⧽
(Created page with "=== activate SMB1 === * start "Windows PowerShell" as Administrator * enter "Get-SmbServerConfiguration | Select EnableSMB1Protocol" * start the Explorer enter as folder "\\g...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== activate SMB1 ===
==== activate SMB1 ====


* start "Windows PowerShell" as Administrator
* start "Windows PowerShell" as Administrator
* enter "Get-SmbServerConfiguration | Select EnableSMB1Protocol"
* enter "Get-SmbServerConfiguration | Select EnableSMB1Protocol"
* if it's "False" add SMB1 with "Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol"
* start the Explorer enter as folder "\\gfs\software"

<gallery>
<gallery>
Enable smb1 - step 1.jpg
Enable smb1 - step 1.jpg
Enable smb1 - step 2.jpg
Enable smb1 - step 2.jpg
</gallery>

==== Install the OpenAFS Client ====

* download the OpenAFS for Windows client from [http://openafs.org/windows openafs.org/windows] (5th march 2021 available: [http://dl.openafs.org/dl/openafs/1.7.31/winxp/openafs-en_US-64bit-1-7-3100.msi version 1.7.3100])
* run the installer and chose "Custom" as setup type
* enable additinally the installation of "Authentication for AFS"
* configure the client with "kip.uni-heidelberg.de" as default cell, "Integrated logon" disabled, "AFS crypt security" enabled, "Freelance mode" disabled and "Lookup cells in DNS" enabled.
* now you can set different options - if the location of you machine is not only in KIP and not always connected to the internal network and the username and password is not equal to the KIP account, you should deactivate "Auto initialize AFS Credentials"
* after a reboot the AFS Client is running and you can open it in the taskbar to establish a connection

<gallery>
Enable "Authentication for AFS".jpg
Additional AFS Settings.jpg
</gallery>
</gallery>

Latest revision as of 09:05, 27 April 2023

activate SMB1

  • start "Windows PowerShell" as Administrator
  • enter "Get-SmbServerConfiguration | Select EnableSMB1Protocol"
  • if it's "False" add SMB1 with "Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol"

Install the OpenAFS Client

  • download the OpenAFS for Windows client from openafs.org/windows (5th march 2021 available: version 1.7.3100)
  • run the installer and chose "Custom" as setup type
  • enable additinally the installation of "Authentication for AFS"
  • configure the client with "kip.uni-heidelberg.de" as default cell, "Integrated logon" disabled, "AFS crypt security" enabled, "Freelance mode" disabled and "Lookup cells in DNS" enabled.
  • now you can set different options - if the location of you machine is not only in KIP and not always connected to the internal network and the username and password is not equal to the KIP account, you should deactivate "Auto initialize AFS Credentials"
  • after a reboot the AFS Client is running and you can open it in the taskbar to establish a connection