Win10 GL.iNet Router File sharing problem solution (Win10 におけるGL.iNetルーターでのファイル共有問題の解決方法)

要点 : File Sharing - GL.iNet DocsのとおりにSMB2.0を有効化してから、Windows 10 PCのレジストリ

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters\AllowInsecureGuestAuth
0 -> 1 に変更してGuestAccessを有効化する

 

1. Follow steps in GL.iNet official to enable SMB2.0

File Sharing - GL.iNet Docs

1). SSH into your router, you can gain control of both the router and the network that the rotuer is controlling. You can refer to the following link: https://docs.gl-inet.com/en/3/app/ssh/

2). Modify the Samba configuration file, type the following command:

sed -i 's/security = share/security = user/' /etc/samba/smb.conf.template

3). Restart the Samba service, type the following command:

/etc/init.d/samba restart

 

2.  Enable Guest access in SMB2.0 in Windows 10

Due to Windows update, Guest access is disabled by Default.

Guest access in SMB2 is disabled - Windows Server | Microsoft Docs

  • Open the Local Group Policy Editor (gpedit.msc).
  • In the console tree, select Computer Configuration > Administrative Templates > Network > Lanman Workstation.
  • For the setting, right-click Enable insecure guest logons and select Edit.
  • Select Enabled and select OK.

 

 

私は、GL-MT300N-V2-26eで問題起こりました。

WindowsUpdateでGuestAccessが既定で無効化されたことが原因でした。