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

Thread: use router to act as data transfer server

  1. #1
    Join Date
    Feb 2008
    Location
    a building
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    use router to act as data transfer server

    hey guys/girls, i want to use my Linksys wireless router to connect to my Ubuntu laptop from my Windows XP desktop so i can grab some files(anime) from it.
    the files are contained on an external hard drive.
    the only point where both my desktop and laptop "connect" is the linksys router.
    would it be possible to connect to the laptop(ubuntu 8.10) and grab those files(or just watch them from there(stream)) and drop them onto my desktop(WinXP) ?

  2. #2
    Join Date
    Mar 2007
    Beans
    203

    Re: use router to act as data transfer server

    Yes, there is. icecast is a package and I believe they have a server that will automate this. Also, try any of the programs from the apache-lite suite, they'll do it.

  3. #3
    Join Date
    Feb 2008
    Location
    a building
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: use router to act as data transfer server

    is there anything i should know about ? like if i have to set something up on the windows side... or if i have to regulate something in icecast or apache-lite suite so nothing will be leaked to the outside ?

  4. #4
    Join Date
    Jan 2007
    Beans
    33
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: use router to act as data transfer server

    doesn't the external disk have a UUID?
    if it does, you can add it to fstab
    all you have to do then is activate and mount it, add it to your samba shares (the mountpoint that is)

    works for me, when I boot my home-server, I might be able to tell you more (I'm too lazy to get up now, sorry)
    Casa Laguna, the world from a students point of view
    P.s.
    My avatar is a scan of my brain. The moth next to my brain is Bart. Please say hi to him if you like? He's kinda lonely.

  5. #5
    Join Date
    Feb 2008
    Location
    a building
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: use router to act as data transfer server

    how do i find this UUID ? (it's a USB external)

    and what's this Samba shares ?

  6. #6
    Join Date
    Feb 2008
    Location
    a building
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: use router to act as data transfer server

    ok, so, um, i right-clicked on Disk(the ext hdd) and clicked "share folder" or w/e it was... but when i map network drive on XP i keep getting "...Does not accept remote requests..." "...do not have permissions..." etc. i have the guest thing enabled.

    any ideas ?

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

    Re: use router to act as data transfer server

    You have to install Samba. Have a look at this howto.

    Jim

  8. #8
    Join Date
    Feb 2008
    Location
    a building
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: use router to act as data transfer server

    ok, so... i edited /etc/samba/smb.conf
    i edited the example at the bottom of the file(the one for CD-ROM) to fit my needs.
    [externalDriveAnime]
    comment = Adam's Drive
    read only = no
    locking = no
    path = /media/disk
    guest ok = yes

    # The next two parameters show how to auto-mount a CD-ROM when the
    # cdrom share is accesed. For this to work /etc/fstab must contain
    # an entry like this:
    #
    # /dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0
    #
    # The CD-ROM gets unmounted automatically after the connection to the
    #
    # If you don't want to use auto-mounting/unmounting make sure the CD
    # is mounted on /cdrom
    #
    preexec = /bin/mount /media/disk
    postexec = /bin/umount /media/disk
    didn't use the /etc/fstab part. but this *should* suffice, right ?
    Last edited by Stargazer989; February 16th, 2009 at 01:38 AM.

  9. #9
    Join Date
    Feb 2008
    Location
    a building
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: use router to act as data transfer server

    gonna bring back the dead and ask something else:

    I'm trying to connect to a vista machine... used cariboo907's link but i'm stuck on "Step 2," the part where i go on vista and tinker with things. I cannot find an 'LAN Connections' menu or 'Internet Connections' menu, either.

    any ideas?

  10. #10
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: use router to act as data transfer server

    Quote Originally Posted by Stargazer989 View Post
    gonna bring back the dead and ask something else:

    I'm trying to connect to a vista machine... used cariboo907's link but i'm stuck on "Step 2," the part where i go on vista and tinker with things. I cannot find an 'LAN Connections' menu or 'Internet Connections' menu, either.

    any ideas?
    (Lisati turns on Vista machine and shares some thoughts while waiting for it to boot, whoops distracted by trying to think of an answer and missed Grub)
    On my laptop with Vista there is a "Network" option on the "Start" menu which shows the machines that Vista recognizes as being available for connection. It also has some options for tinkering with the settings.
    I might have to come back to this one, Mrs Lisati wants to talk....anyone else?
    Last edited by lisati; May 21st, 2009 at 04:35 AM. Reason: fix type-oh er.... typo
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

Page 1 of 2 12 LastLast

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
  •