Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello, Thanks for looking at my post, I'm in dire need of some help!
I can no longer mount my network server drive on our Debian Print Work Station!
My company recently switched to a new Large Format Rip Software (Caldera). I originally set it up on a Mac I had, but it was much too slow to run efficiently. So I built a nice powerful machine to install run the software on the suggested Linux os, Debian.
The computer is currently running the latest version of Debian and originally I could easily connect to our server by just finding it in the network tab and double clicking the server and punching in the login credentials.
I also had no problems using Mount Tool to more permanently mount the drive. Everything was working great for about 2 months, I could restart the computer and the server drive would automatically connect perfectly. I recently had to restart our server for an update (Which is really just a Windows 10 computer). After which every computer which vary from different OS from xp - vm's - windows - mac all had no problems reconnecting, but for some reason I cannot get the Debian computer to connect again for the life of me!!
When I try to connect through the Network Map, I get an error that says:
"Unable to mount location
Failed to retrieve share list from server: Connection timed out."
When I try to connect through Mount Tool, I get these two errors:
1st error "An error has occurred. Please check your server configuration."
2nd error "protocol negotiation failed: NT_STATUS_CONNECTION_RESET"
I should also mention, it's having no problems talking to a few other Windows Machine's on the network that also have shared folders.
I also didn't have a problem pinging the two computers IP's through the network. (I could ping the windows 10 computer server through Terminal on the Debian machine, and I could ping the Debian computer through CMD on the windows server)
A little background about my skill level with Linux/Windows. I am some what familiar with Ubuntu, I had a home computer that ran it for a couple of years. However I never really did any networking with it or used it for anything more than watching videos etc. I have set up several servers and have been a Windows/Mac tech for quite sometime.
So while I am pretty computer literate, I would definitely say I am a pretty big Debian noob.
Any help would be beyond amazing! This is slowing down our production a lot as we have to download the files onto a flash drive and then transfer them onto the printer computer.
Share the smb.conf setting swith us so that others can advise further. IIRC it should be possible to force the client SMB version with the following added to the [global] section of smb.conf (but this will depend on the samba version in useon the client)...
Code:
client min protocol = SMB2
client max protocol = SMB3
So all it ended up being was by default on windows 10 machines apparently the SMB1 protocol is disabled, so I went to control panel > programs and features and turned it on. Soon as I did that everything was back to normal!
Now I don't how exactly it managed to connect before, but didn't work randomly after the server update/reset. All I know is that fixed the problem!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.