Linux on a Server.

Status
Not open for further replies.

me(who else?)

Posts: 329   +0
I'm turning my Pentium MMX 233 (running at 263 ;) ) with 64MB of RAM into an FTP and HTTP server. It's going to be running behind a router...:dead: . I need a bt of advice about what software I'll need and what variety of Linux I should se. Sorry , but I'm a noob to this (I seem to be saying that a lot recently...)
 
For HTTP and FTP any Linux distro will do, the server software comes with every flavour. Usually Vsftpd and Apache.

Don't try to install X on that machine.
 
I've set up VSFTPD on the machine with the default config file, but my laptop running Windows XP can't connect to it. WS_FTP connects on port 21, then returns an error (Connection Failed!). I'm using the IP address that Linux returns when I type ifconfig (the eth0, not the loopback, I'm not that much of a n00b). I'm connecting through a D-Link router. I followed the instructions on their website, but to no avail. Please help me, this is iritating. The laptop is connected Wirelessly, but the server is wired.
 
The firewall on what? I already said that I set the router to allow the connection. MY laptop allows WS_FTP to access the internet.
 
No I mean there may be a software firewall installed on your linux install by default and it may be blocking attempts to access port 21.
 
You shoul test the FTP server on the local machine: connect from the Linux box via loopback and its own IP.

Look in /etc/init.d/ for an "iptables" entry to see if you have the default Linux firewall installed (BTW, what distro do you have?).
 
I fixed the problem, but now I have a new problem. The ftp server connects, but I cannot load the folder( the default folder), nor can I change directories, make new folders, etc. Is there a command I need to se to make the folder accessable?
 
Did you change the default FTP root? If you are running chrooted FTP then you have to copy utilities like ls and cd to the FTP directory to be able to list dirs and such.
 
Status
Not open for further replies.
Back