LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-10-2005, 01:40 PM   #16
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Rep: Reputation: 47

I use gftp or Firefox browser to use vsftp:

ftp://marty@192.168.1.43 (names changed to protect the innocent)

Enter user password

Are you accessing your home pc using a wireless card?

Last edited by linuxhippy; 05-10-2005 at 01:42 PM.
 
Old 05-10-2005, 10:29 PM   #17
k1ll3r_x
Member
 
Registered: Sep 2004
Location: Laredo, TX
Distribution: Debian 11
Posts: 164

Original Poster
Rep: Reputation: 30
no, i have a direct cable connection
 
Old 05-10-2005, 10:33 PM   #18
k1ll3r_x
Member
 
Registered: Sep 2004
Location: Laredo, TX
Distribution: Debian 11
Posts: 164

Original Poster
Rep: Reputation: 30
i dont think its working at all, i think a way to check it would be to go ftp://localhost right?? but when i do that it doesnt work, nothing comes out, and when i try to type the command on the terminal

root@virtz:~# proftpd
localhost - fatal: Socket operation on non-socket
localhost - (Running from command line? Use `ServerType standalone' in config file!)


that comes out ^^, and my config file has it on stand alone

ServerName "ProFTPD Default Installation"
#ServerType standalone
ServerType inetd
DefaultServer on

now, how do i change the server name on the proftpd default installation line? is there a way to give it an address? or name??, if anyone knows, i want it to be <my own address>.whatever.whatever
any help will do
 
Old 05-10-2005, 10:39 PM   #19
onelung02
Member
 
Registered: Oct 2003
Location: utah
Distribution: Slackware 10.0, Gentoo 2006.0
Posts: 289

Rep: Reputation: 30
Yea with proftp all I had to do was a swaret install and then just "proftpd" as root, and that was it. The logs are in /var/logs/proftpd.log and the transfer log is in /var/log/xferlog. On a side note killer, I got your email and dismissed it because it sounded fishy :-P. But if you wanna add me on msn I am onelung02@hotmail.com . If anyone else wants a chatting buddy feel free.

onelung

ps
something that I found really useful with ftp is the tail command to keep an eye on things. Just type: tail -f /var/log/"whichever log" to watch the activity.
 
Old 05-10-2005, 10:40 PM   #20
onelung02
Member
 
Registered: Oct 2003
Location: utah
Distribution: Slackware 10.0, Gentoo 2006.0
Posts: 289

Rep: Reputation: 30
Change this:
Quote:
ServerName "ProFTPD Default Installation"
#ServerType standalone
ServerType inetd
DefaultServer on
to this:
Quote:
ServerName "ProFTPD Default Installation"
ServerType standalone
#ServerType inetd
DefaultServer on
onelung

edit - the # is a commented out line in the src, so for the config to read it you must remove the # and place it on the inetd line instead. :-)

Last edited by onelung02; 05-10-2005 at 10:42 PM.
 
Old 05-10-2005, 11:01 PM   #21
k1ll3r_x
Member
 
Registered: Sep 2004
Location: Laredo, TX
Distribution: Debian 11
Posts: 164

Original Poster
Rep: Reputation: 30
cool, after messing with it i found out how to work it out, and now its up and running, now id like some help on something with the security, because all the users i have can go to all my stuff, my root folders, how can i allow them to only stay on their /home/user directory? maybe an edit on some config file, if so which one? or what can i add? i only want them in their home folder, and with certain ammount of memory available, for example 512 Megabytes or so.
any info on this will help
 
Old 05-10-2005, 11:02 PM   #22
k1ll3r_x
Member
 
Registered: Sep 2004
Location: Laredo, TX
Distribution: Debian 11
Posts: 164

Original Poster
Rep: Reputation: 30
yea after reading it for a while, i figured out that :P hah i didnt know that, all the sudden i remembered a little of those c++ courses, and how the little # sign makes it as just text
 
Old 05-10-2005, 11:04 PM   #23
onelung02
Member
 
Registered: Oct 2003
Location: utah
Distribution: Slackware 10.0, Gentoo 2006.0
Posts: 289

Rep: Reputation: 30
just open the /etc/proftpd.conf and read the comments before the sections, it's very self explanatory, that's all that I have done for security. I also keep the tail windows up when i run the ftp, and if a suspicious IP comes up I will just block it.
 
Old 05-11-2005, 04:45 AM   #24
davidsrsb
Member
 
Registered: Oct 2003
Location: Kuala Lumpur, Malaysia
Distribution: Slackware 13.37 current
Posts: 770

Rep: Reputation: 33
You need a line in proftpd.conf
after
DefaultServer on
add
DefaultRoot ~ !users
This makes any ftp group member that is not amember of users have a chroot /home/theirname
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
About Slackware 9.1 boot disk?? ftp://ftp.kpn.be/pub/linux/slackware/slackware-9.1-is AL3OMDAH Slackware 4 04-18-2007 09:54 AM
Slackware FTP installation: the FTP server IP jaakkop Slackware 2 06-09-2005 09:11 AM
Slackware 10 ftp server config Maze the Kid Linux - Software 2 04-04-2005 07:12 AM
FTP Server Up and running... how do I hide ftp users from local login screen? joe1031 Mandriva 2 03-18-2005 04:24 PM
how can I restrict ftp users listing files from a pure-ftp server adrianmak Linux - Networking 2 12-31-2002 08:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration