I'm running kubuntu 17.10 on my desktop and kubuntu 16.10 on my wife's laptop and need to network these two computers. What do I need to do?
Announcement
Collapse
No announcement yet.
setting up a lan
Collapse
This topic is closed.
X
X
-
NFS would be the best way on 2 linux boxes .
https://help.ubuntu.com/community/SettingUpNFSHowTo
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
-
Originally posted by vinnywright View PostNFS would be the best way on 2 linux boxes .
https://help.ubuntu.com/community/SettingUpNFSHowTo
VINNYLast edited by markslaw; Mar 30, 2018, 02:39 PM.
- Top
- Bottom
Comment
-
Originally posted by markslaw View PostOkay, fine, but will deploying nfs wipe both hard drives since this is a new file system? Also, I'll be adding a windoze box to the lan when it arrives tomorrow. I already have samba installed, but neither kubuntu box can see or use it right now. Is this because I don't have a windoze box on the network yet? Basically, I need a lot of hand holding here.
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
I think Kubuntu has the samba-clyent installed by default , I have no prob browsing my wifes windows box from my Kubuntu box from in Dolphin>network>samba shares , but for the linux box to send files it needs the samba server to be installed (I think) and I have no idea how to set that up . other than googling it
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
You stated you need to "network" these computers without really explaining what you meant by "network". Most often, people mean file sharing, but there a dozens of other use-cases that could be lumped under the term "network". It's more efficient and more likely to result in useful information if you are more specific with your questions. However, from the above conversation, I will assume you meant "file sharing".
As stated by others, your two primary choices are NFS and SAMBA. Samba has the benefit of having built-in Windows compatibility. NFS is faster (IMO) and more robust (less likely to drop out) than SAMBA. There is an NFS client available for Windows, but I've never attempted to use it. If you're just going to occasionally access a file or two on one of the other computers, then SAMBA will probably be the easiest way to go. You can use both SAMBA and NFS if you wish, but that added layer would be overkill unless you're regularly moving files across the network.
Okay, fine, but will deploying nfs wipe both hard drives since this is a new file system?
Generally, to share files both directions, both computers have to have both server and client installations. A "server" allows other computers to access it's files and a "client" can access the files on the server. In other words, a computer only configured as a "server" would not be able to access files on other computers. A computer only configured as a "client" would not share it's files with other computers. How you intend to share files will determine the amount and types of configuration required.
Here, I have an actual physical server with both NFS and SAMBA so all my user PCs are configured as clients and we share files through the server. The Windows machines use SAMBA and the Linux machines use NFS.
- Top
- Bottom
Comment
Comment