LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ftp on Toshiba Laptop (https://www.linuxquestions.org/questions/linux-newbie-8/ftp-on-toshiba-laptop-49652/)

techguy2 03-13-2003 01:53 PM

ftp on Toshiba Laptop
 
:study: Hello, I have installed Redhat 7.0 on a laptop, everything appears to work normally, however I cannot seem to get the ftp service to start. I want to use ftp to transfer a firewall script so that ip masq can be implemented on the laptop.

Also I would like to make my server visible to the net using vpn any ideas or solutions would be greatly appreciated.

Techguy2

Crashed_Again 03-13-2003 02:44 PM

Ummm...are you trying to run an ftp server or are you trying to ftp into another server?

Look into something called CIPE for an easy vpn.

techguy2 03-13-2003 03:45 PM

I am trying to get ftp started on the laptop so that i can ftp into the laptop the firewall script, which is on another host on the network.

thanks

Crashed_Again 03-13-2003 03:52 PM

What ????????????????????

I'm more confused now then before. Please proofread your replys before you post them. What you said above does not make any sense.

techguy2 03-13-2003 03:58 PM

Sorry I could be a little clearer, you know when you can set up a service to start automatically such as dhcp, lpd etc in the "Control Service Activity" menu. When I set ftp or tftp to start automatically it does not when i try to start it, it will not start.

Crashed_Again 03-13-2003 04:01 PM

Okay. If you were using vsftpd as your ftp server you would do:

/etc/init.d/vsftpd start

to start it. If you want vsftpd to start automatically when you boot you would do:

chkconfig --levels 35 vsftpd on

If your using something other then vsftpd then you would substitute accordingly.

techguy2 03-13-2003 04:03 PM

the error reads in logs is "error reading information on the service tftp:: No such file or directory

techguy2 03-13-2003 04:10 PM

after checking the /etc/rc.d/init.d/ directory there is no script in the location. i see a script for dhcpd, ipchains, irda, httpd and other services avialable to start up on boot automatically, but not ftp, wu-ftp and i know i installed these daemons


All times are GMT -5. The time now is 04:52 AM.