LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   setting up ftp to run on a local network (https://www.linuxquestions.org/questions/linux-newbie-8/setting-up-ftp-to-run-on-a-local-network-40011/)

dewyw74 01-01-2003 06:28 PM

setting up ftp to run on a local network
 
newbie: i have just installed hedhat 8.0 for server settings ftpserver, webserver. I cant get my other computers on my network able to access the linux computer. ihave 3 winxp computers and a linux web and ftp server. this i the first time i have used linux and know very little about linux the book i have to help me is redhat 8.00 bible:

zeroability 01-01-2003 08:08 PM



Try going to terminal and log in as root
#linuxconf

then go to the network>server tasks.

if ftp (wu-ftp) is there you should be good.

just go to a web browser and type your ip or Computer name if you have bind dns running like this

ftp://<ipaddress>

if you still cant hit it try this

ftp://<username>@<ipaddress>

and type your password when prompted.


Hope that helped, from one fairly newbie to another.
:study:


NSKL 01-02-2003 02:33 AM

If i underrstood well you have a linux system and other windows ones on the LAN and you want thme to access each other's files? In that case maybe you should setup samba on the linux box which will act as a windows file server, and you will be able to access linux system's files through shares on the windows computer, kind of like a NFS drive. There are some good tutorials on the net about samba.
HTH
-NSKL


All times are GMT -5. The time now is 07:08 PM.