Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Networking two computers with the same username?

  1. #1
    Join Date
    Apr 2008
    Location
    China
    Beans
    50
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Question Networking two computers with the same username?

    I'm trying to share folders over a router on my desktop (Ubuntu 8.10) and my laptop (Ubuntu-Mobile). The desktop username and the laptop username are the same (e.g. johndoe), will this be a problem.

    I've already tried NFS, and it didn't work using a tutorial I found at mybeNi.

    Would Samba work better? or is there something with a GUI that would be easier?

    Thanks for any help.

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Networking two computers with the same username?

    NFS is a lot easier to setup than samba, try this howto:

    http://ubuntuforums.org/showthread.php?t=249889

    You can set up each computer to be a server and a client.

    Jim

  3. #3
    Join Date
    Apr 2008
    Location
    China
    Beans
    50
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Networking two computers with the same username?

    Isn't there something easier? I'm new to Linux and the only networking experience I have is with Windows and in Linux with Hamachi + Samba. I tried the instructions at the above recommended link, but I don't know:

    a) what my servername is.
    b) what my domain name is.
    c) what "/files" is referring to (I just want to share my entire /home folder from my desktop with my laptop).

  4. #4
    Join Date
    Sep 2008
    Beans
    5

    Re: Networking two computers with the same username?

    I am running 5 linux machines, mix of UBUNTU 8.04 and 8.1. Using the same user name on all, just different netbios machine names. Not a problem. My shares are done in SAMBA since there are also 5 Windows machines on my home network. Never had a problem.

    Good Luck, Mike

  5. #5
    Join Date
    Sep 2008
    Beans
    5

    Re: Networking two computers with the same username?

    Sorry, forgot the second part. Install the SAMBA GUI and it is very easy to configure.

    Mike

  6. #6
    Join Date
    Apr 2008
    Location
    China
    Beans
    50
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Networking two computers with the same username?

    Quote Originally Posted by k9fe View Post
    Sorry, forgot the second part. Install the SAMBA GUI and it is very easy to configure.

    Mike
    I'm looking through Synaptic now and I don't see a Samba GUI. Does it have a different name, or do I need to go to Samba's website to get it?

    Thanks

  7. #7
    Join Date
    May 2007
    Location
    On a Repository
    Beans
    195
    Distro
    Ubuntu Development Release

    Re: Networking two computers with the same username?

    A very simple solution I've found is to install openssh on both computers. I don't remember the package, not on a Ubuntu machine now, but I think it was called openssh-client. It will install the server also. After you've done that on both machines, open nautilus and type:

    sftp://<ipnumber of the other machine>

    And use the login/password for the other machine.

    With this solution you don't get an icon to click, but you can access all other files on the other machine. It's just a bit of pain if the IP changes...

  8. #8
    Join Date
    Dec 2006
    Beans
    1,133
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Networking two computers with the same username?

    Quote Originally Posted by eks View Post
    A very simple solution I've found is to install openssh on both computers. I don't remember the package, not on a Ubuntu machine now, but I think it was called openssh-client. It will install the server also. After you've done that on both machines, open nautilus and type:

    sftp://<ipnumber of the other machine>

    And use the login/password for the other machine.

    With this solution you don't get an icon to click, but you can access all other files on the other machine. It's just a bit of pain if the IP changes...
    This is one of the simplest and easiest ways to share files between linux systems. ssh-client is installed by default on ubuntu. Install the ssh server on all connected systems. The package is named openssh-server. Install the sshfs package also. After that you can open
    Main Menu/Places/Connect to Server, select SSH for server type, put in the sever name (other info is optional) and hit "Connect."

    With the sshfs package, you can mount a remote system to a local mountpoint just like a disk, and view files on the remote system as if they were in a local directory or disk.
    There are no dumb questions, just dumb answers.

  9. #9
    Join Date
    Apr 2008
    Location
    China
    Beans
    50
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Networking two computers with the same username?

    EKS and LSWB,

    Thank you very much. For a newbie like me, very simple, direct instructions are the way to go. I will try this ASAP.

  10. #10
    Join Date
    Apr 2008
    Location
    China
    Beans
    50
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Networking two computers with the same username?

    I tried to use Samba through Webmin, and couldn't figure it out. Then I set up SSH in about 5 minutes (the time it took to install openssh-server and sshfs through synaptic on both machines) and started watching movie files from my desktop on my laptop.

    Thanks again.

    P.S. For any Ubuntu developers out there, this is something I would probably try to make a little simpler if you want more users to switch from Windows. I can set up a Windows network in about 5 minutes as well, and all I need is the installation CD/DVD or a USB flash drive to do it. For this Ubuntu set up, I spent at least 6 hours between searching online and trying different things before EKS and LSWB let me know about SSH.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •