Ubuntu Forums Archive Viewer

networking ubuntu with a mac

Archived thread 1000504 from Networking & Wireless. Markdown source: Networking_&_Wireless/thread_1000504_networking_ubuntu_with_a_mac.md

Original URL About this archive
#1

I'm still relatively new to both mac and Ubuntu, so I'm not sure where to start in regard to networking my two machines. I know it has something to do with Samba, and have that installed on Ubuntu, but not sure where to go from there. I've done networking with WinXP before, but never with linux/mac. It is a wired ethernet network through a router. I would like to access the hdd's in the Ubuntu machine from the mac primarily.

Thanx

#2

AvvY said: not sure where to start in regard to networking my two machines. I know it has something to do with Samba

See this post for a step-by-step guide to use Samba network shares on your network.

You need not just use samba, though. You can also use other networking such as NFS (Networking File System) or scp (Secure Copy) but each varies according to your actual use. For example, scp is good for a single, one-shot networking operation to xfer files from one computer to another. In contrast, NFS (or Samba) is recommended when you want persistent network connections between two computers.

Post back if you need more details.

#3

You can also setup an ftp server in Ubuntu:

http://ubuntuforums.org/showthread.php?t=518293&highlight=vsftpd

To connect use any ftp client software on the mac. Like _Cyberduck_