The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    setting up ftp server help

    Discussion in 'Networking and Wireless' started by jisaac, Jan 18, 2009.

  1. jisaac

    jisaac Notebook Deity

    Reputations:
    306
    Messages:
    1,141
    Likes Received:
    0
    Trophy Points:
    55
    i used this guide:
    http://lifehacker.com/software/home-server/how-to-set-up-a-home-ftp-server-130806.php
    to try and set up an ftp server on one of my old laptops. Firstly does the laptop i'm using need to be connected via ethernet, or will wifi work? Secondly the guide states:
    i've opened port 21 on my router but what is the ip address of my laptop? is it just the default 192.168.1.1?
    because i've followed the guide, but everytime i try to connect to the server using an ftp client, I get 'the server refused the connection' or sumthin... and no i'm not using a firewall. The router i'm using is a linksys wag54gs... anyone help?
     
  2. stewie

    stewie What the deuce?

    Reputations:
    3,666
    Messages:
    2,174
    Likes Received:
    0
    Trophy Points:
    55
    Your laptop's IP is not the default IP (192.168.1.1) of your router. Open command prompt and type ipconfig on your laptop to find out its IP. Then you map port 21 to that IP in your router's configuration.
     
  3. Commander Wolf

    Commander Wolf can i haz broadwell?

    Reputations:
    2,962
    Messages:
    8,231
    Likes Received:
    63
    Trophy Points:
    216
    You can use wifi. I've had a basic file server on wifi for years now.

    The internal IP of your laptop is going to be Network Connections > Wireless Network Connection Status > Support > IP Address. The external IP of your laptop (assuming the port is forwarded properly) is going to be the IP that your modem/router sees. If you are connected to the same network as the server, you should be able to access it with the internal or external IP.

    While you may not have an additional firewall, make sure that Windows Firewall is also turned off, or opened to the port that you are using.
     
  4. PhoenixFx

    PhoenixFx Notebook Virtuoso

    Reputations:
    744
    Messages:
    3,083
    Likes Received:
    0
    Trophy Points:
    105
    WiFi will work just fine. Type ipconfig at the command prompt and look for the IP of your Wireless adapter. All routers doesn't support loopback, if yours doesn’t, that means you cannot use your public IP/domain name to access your server within the LAN. Instead you’ll have to use the internal LAN IP, or edit the host file and put your external IP/domain name and map it to your local IP.
     
  5. jisaac

    jisaac Notebook Deity

    Reputations:
    306
    Messages:
    1,141
    Likes Received:
    0
    Trophy Points:
    55
    ahh thanks guys works now :) +rep
     
  6. jisaac

    jisaac Notebook Deity

    Reputations:
    306
    Messages:
    1,141
    Likes Received:
    0
    Trophy Points:
    55
    wait... one more thing... when i access my central files using an ftp client it has to download them first, is there any way i can run/open for example a program directly from the laptop i'm using as a server? are the any other more 'sleek' ways to access my files ?
     
  7. sipp11

    sipp11 Notebook Consultant

    Reputations:
    25
    Messages:
    131
    Likes Received:
    0
    Trophy Points:
    30
    Well, no matter which way you use you have to download them anyway. However, the better way should be sharing by SMB protocol which is a regular file sharing in Windows. I think you prefer this to FTP based on your usage.

    :)
     
  8. jisaac

    jisaac Notebook Deity

    Reputations:
    306
    Messages:
    1,141
    Likes Received:
    0
    Trophy Points:
    55
    sipp11 any simple guides on how to set up a a server that uses an smb protocol?
    thanks man
     
  9. PhoenixFx

    PhoenixFx Notebook Virtuoso

    Reputations:
    744
    Messages:
    3,083
    Likes Received:
    0
    Trophy Points:
    105
    Which Linux/Unix OS are you using ?
     
  10. jisaac

    jisaac Notebook Deity

    Reputations:
    306
    Messages:
    1,141
    Likes Received:
    0
    Trophy Points:
    55
    ahh i suspected it my require that... umm.. well one of my laptop's is running ubuntu 8.10 ... smb will allow me to open/exectue files without transferring it to my current computer right?
    thanks
     
  11. PhoenixFx

    PhoenixFx Notebook Virtuoso

    Reputations:
    744
    Messages:
    3,083
    Likes Received:
    0
    Trophy Points:
    105