LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I access my U 9.10 desktop from my U 10.10 netbook, and vice-versa? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-access-my-u-9-10-desktop-from-my-u-10-10-netbook-and-vice-versa-867059/)

rva1945 03-07-2011 04:18 PM

How do I access my U 9.10 desktop from my U 10.10 netbook, and vice-versa?
 
I set a domain name in the U 9.10 PC. It has Samba 4 installed because I needed to connect it to a W7. Do I need Samba to connect to another Ubuntu?

How do I set a domain in U 10.10?

Thanks

kris_kiil 03-07-2011 05:47 PM

What kind of access do you need?
If you only need to access the disk, you can either use samba or look into nfs.
You can get shell access using ssh, and printing is usually setup using CUPS.

You can set a workgroup or domain name in the file "/etc/samba/smb.conf".

I hope this is enough to get you started.

k3lt01 03-07-2011 06:07 PM

From one linux machine to another you can ssh. You will need to install the ssh metapackage on both machines, this should install both client and server to both machines. Then once this is installed all you need to do is go to Places > Connect to Server. Choose ssh from the drop down menu type in your other machines IP and click the appropriate button. You will be asked to log in and once this is done you can navigate your way around the other Ubuntu machine.

rva1945 03-08-2011 07:15 AM

Quote:

Originally Posted by kris_kiil (Post 4282036)
What kind of access do you need?
If you only need to access the disk, you can either use samba or look into nfs.
You can get shell access using ssh, and printing is usually setup using CUPS.

You can set a workgroup or domain name in the file "/etc/samba/smb.conf".

I hope this is enough to get you started.

I'd like to share the printer and any desired folder, in fact, I can access those U9.10 shares from W7, where I created the same workgroup that I did in Ubuntu the same way you did (/etc/samba/smb.conf), do I need to install samba in the U 10.10 too to create the workgroup or domain? Is that the only way to add a Ubuntu to a domain/workroup?

kris_kiil 03-09-2011 03:33 PM

To my knowledge Samba is mainly used to connect to windows machines, so I suggest that you follow k3lt01's advice regarding disk access.
This will give you user access to the filesystem, just as you would on the other machine.

Printers are usually set up using CUPS. You open System>Administration>Printing and select Settings in the Server menu. Here you can set whether printers should be published, and if you want to see remotely published printers.

Alternatively you can connect to CUPS in your browser at localhost:631

I hope this gives you something to work with.
Play around and see if you can get it to work.

Good luck


All times are GMT -5. The time now is 06:34 PM.