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?
-
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.
-
Commander Wolf can i haz broadwell?
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. -
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.
-
ahh thanks guys works now
+rep
-
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 ?
-
-
sipp11 any simple guides on how to set up a a server that uses an smb protocol?
thanks man -
-
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 -
If I'm not mistaken you dont need samba server to just access Windows shares. All you need is smbclient, which I think is preinstalled on Ubuntu. You need the samba server to share files on your linux machine.
How to connect to a Windows share.
More information on setting up samba server on Ubuntu.
setting up ftp server help
Discussion in 'Networking and Wireless' started by jisaac, Jan 18, 2009.