GoogleChromeLabs / chromeos_network_file_share

*** DEPRECATED *** SMB support is now built into Chrome OS since 71. See README for more info.
GNU General Public License v3.0
57 stars 30 forks source link

Firewall block on mounting shares? #97

Closed Marcus-Safetec closed 5 years ago

Marcus-Safetec commented 7 years ago

I have mounted several shares on several clients but on this one client, it mounts successfully I can see the files and folders but a few seconds latter I loose access and can no long browse the shared folder, the client told me he has very strict firewall rules so I was wondering if the software tryes to contact the web and get's blocked somehow.

Any help is appreciated.

stdouglas commented 7 years ago

Up

illiminable commented 7 years ago

The app itself doesn't access the web. However the app is running as part of the chrome browser process and the browser does obviously access the net.

Marcus-Safetec commented 7 years ago

We noticed that the problem happens when we try to mount a share using an active directory user to authenticate, if we use a local user we can mount with no problem. The problen is most shared folders are on AD servers and there are no local users on these servers so we can't mount. Any ideias on why we're having this problems?

Thanks for the help!

illiminable commented 7 years ago

First obvious thing is make sure the domain name is part of the username for this case. Can you verify if the reason is because NTLM is disabled? I'll try and experiment with this scenario next week.

stdouglas commented 7 years ago

Seems not to be because NTLM is disabled once Kerberos would take care of authentication here, right?

illiminable commented 5 years ago

Since Chrome 71, SMB is now natively supported by Chrome OS and this Chrome extension/app is deprecated. The new implementation is an order magnitude or two faster and much more reliable.

On Chrome 71 or higher you can:

Open the files app Click the "three dot menu" in the top right Choose "Add New Service" Choose "SMB file share"

A dialog in settings will open (in 72 and later it's a standalone dialog). Enter your share information as before.

You can uninstall the chrome app as it will be deprecated in the near future.

If you have bugs with the new implementation you can open them at crbug.com under component "Platform>Apps>FileManager"