You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Can't connect to LAN share - OK in Windows

Author (Read 2519 times)

0 Members and 1 Guest are viewing this topic.

Re: Can't connect to LAN share - OK in Windows
« Reply #4 on: April 07, 2019, 11:17:36 AM »
 

ralphy

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 741
    Posts
  • Reputation: 117
  • Linux Lite Developer
    • View Profile


Woohoo! Thank you
« Last Edit: April 07, 2019, 11:22:13 AM by ralphy »
https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

 

Re: Can't connect to LAN share - OK in Windows
« Reply #3 on: April 07, 2019, 10:19:50 AM »
 

Tom Balaban

  • New to Forums
  • *
  • 5
    Posts
  • Reputation: 0
    • View Profile
Oh Joy and Happiness.  :)

Done and working.

Many Thanks! Enjoy your coffee.
 

Re: Can't connect to LAN share - OK in Windows
« Reply #2 on: April 06, 2019, 08:05:32 PM »
 

ralphy

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 741
    Posts
  • Reputation: 117
  • Linux Lite Developer
    • View Profile
Hi Tom,

Assuming your Lite 3.8 is up to date, it should be at samba v4.3.
** Windows 8.1 and newer as well as almost everyone else has abandoned smb1.1 protocol support. Still an option for compatibility reasons but not secure as you may be aware.

Tell the Lite box to negotiate a protocol other than 1.1 (which is probably what's not doing)... as follows:
From Terminal (all one line):
Code: [Select]
sudo sed -i 's/.*netbios name.*/client min protocol = SMB2\nclient max protocol = SMB3\n&/' /etc/samba/smb.conf && sudo systemctl restart smbd nmbd
The above tells samba to negociate SMB2 as minimum protocol when connecting via smb as a client. It will likely use SMB3 though. That should do it.
Cheers!
« Last Edit: April 06, 2019, 10:30:33 PM by ralphy »
https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

 

Can't connect to LAN share - OK in Windows
« Reply #1 on: April 06, 2019, 02:21:52 PM »
 

Tom Balaban

  • New to Forums
  • *
  • 5
    Posts
  • Reputation: 0
    • View Profile
I hope I'm posting to the right part of the forum.

I'm running LL3.8 on a netbook. All updates have been applied.

I had shortcuts in Thunar to 2 remote shares and that has worked well for a year or two. These shares are on a USB HDD connected to a Raspberry Pi that was running OpenElec.

I just changed the RPi OS to LibreElec and can no longer connect using LL. It works fine on my Win10 laptop. The device appears in Browse Network but I can't get any further. When I try to browse it times out.

I suspect that there is something left over from the prior access to the old RPi OS but I don't know what.

Any suggestions will be appreciated.

Thanks for reading.

« Last Edit: April 07, 2019, 10:21:29 AM by Tom Balaban »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section