Sida 1 av 1

Hjälp med VSFTPD!

Postat: 04 dec 2009, 22:02
av nyburje
Jag har nyligen installerat vsftpd och det gick utan problem, men när jag försöker att kolla om ftpservern fungerar (ftp://user@host) så hittar inte firefox servern. Jag har öppnat portarna 20 och 21 i routern. Behöver jag göra detta i iptabled med? Jag har även satt på ftp servern så den rullar och går. Självklart.

En lättförstålig guide har inte heller varit lätt att hitta. Efter 3-4 timmars googlande så står jag fortfarande på ruta ett. En sådan skulle vara till stor hjälp.

Så nu kryper jag till korset och ber om användarhjälp helt enkelt.

Det jag mest undrar över är var jag skall lägga filerna jag vill dela med mig. Så som jag har förståt det så skall man skapa en, eller använda sig av en lokal användare som heter ftp (~ftp) men någon sådan får jag inte skapa då det tydligen redan finns en, men var?

Antagligen är jag helt ute och snurrar så lite grundläggande och fostrande hjälp skulle sitta fint!

Tack tack

Re: Hjälp med VSFTPD!

Postat: 07 dec 2009, 17:22
av Ausir
Användaren finns som vanligt under /home. De filer du vill dela ut lägger du i /home/ftp/.

Re: Hjälp med VSFTPD!

Postat: 08 dec 2009, 10:29
av ycc
Kan "uncomplicated firewall" vara aktiv? Man kollar det med:

Kod: Markera allt

sudo ufw status
och öppnar i så fall porten med:

Kod: Markera allt

sudo ufw allow 21

Re: Hjälp med VSFTPD!

Postat: 09 dec 2009, 15:02
av nyburje
UFW är inaktiv.

Jag testar att komma åt ftpn med gFTP genom att skriva in mitt WAN-ip och port 21. det verkar som att VSFTPD ger access till gFTP men jag kan inte se några filer i mappen.

Jag har skapat en mapp i /home/ftp och lagt in en fil som heter found_me, men den syns inte i gFTP klienten så jag undrar om det verkligen är så att VSFTPD använder just den mappen? Är det så att jag måste skapa en Användare som heter ftp? Jag försökte med det men det gick inte då namnet ftp var reserverat för en användare, men jag såg inte någon användare i användarlistan med det namnet.

I klienten står det bara ett / men jag antar att det menas med att klienten står längt upp i mappstrukturen...

Re: Hjälp med VSFTPD!

Postat: 09 dec 2009, 16:49
av ycc
Jag tror användaren "ftp" är där anonyma användare hamnar.

Har du aktiverat (avkommenterat) denna rad i /etc/vsftpd.conf?

Kod: Markera allt

local_enable=YES
om inte sa prova det och starta om servern med

Kod: Markera allt

sudo /etc/init.d/vsftpd restart
Prova att logga in med samma användarnamn och lösenord som du har i Ubuntu.

Re: Hjälp med VSFTPD!

Postat: 10 dec 2009, 01:14
av nyburje

Kod: Markera allt

local_enable=Yes
är avkommenterad.

Jag har alltid loggat in som den användaren jag alltid använder. Ska man logga in som "ftp" användaren kanske?

Re: Hjälp med VSFTPD!

Postat: 10 dec 2009, 05:25
av ycc
Vad händer när du kör gFTP, när du
1. loggar in med gFTP
2. försöker ladda upp en fil med gFTP till servern

Jag har inte systemet framför mig nu, men man kan väl se (i gFTP) vad servern svarar?

(Går det att ladda upp en fil så skall man ju kunna hitta den i server-datorns filsystem.)

Ger servern en logfil? Ger det någon ledning? Vad står det i loggen när du anropar servern?
/var/log/vsftpd.log

Jag kör ju inte vsftpd nu. (Jag kan dock medge att jag hade lite liknande problem med att skapa användare i proftpd).

Du kanske skall lägga ut hela /etc/vsftpd.conf i en post här så får vi hoppas någon som kör vsftpd kan hjälpa till. (Det finns visst en mall-fil som också heter vsftp.conf. Mallen ligger i en annan mapp. Den är ju inte aktiv, den skall man förstås inte ändra i.)

Det gäller ju att vara säker på att problemet har med användarna, rättigheterna och mapparna att göra. Det gäller ju att utesluta andra problem, t.ex. att servern inte lyssnar. (Det finns ju två sätt att låta servrar lyssna: via inet eller "standalone")

Jag lämnar några länkar, du behöver ju inte läsa allt, men jag tycker lösningen borde finnas någonstans här.
http://www.cyberciti.biz/faq/ubuntu-vsf ... ce-server/
http://linux.about.com/od/ubusrv_doc/a/ubusg20t03.htm
http://ubuntuforums.org/showthread.php?t=518293
http://www.wikihow.com/Setup-vsftpd-FTP-on-Ubuntu-Linux

Att lusläsa hela man-sidan för vi hoppas vi slipper ;) (Fast gör man det kan man ofta lära sig en hel del man kan ha nytta av senare.)
http://manpages.ubuntu.com/manpages/har ... onf.5.html

Re: Hjälp med VSFTPD!

Postat: 10 dec 2009, 18:15
av nyburje
Jag kan logga in med gFTP utan problem.

vad gFTP säger när jag loggat in

Kod: Markera allt

Looking up **.**.***.***
Trying **.**.***.***:21
Connected to **.**.***.***:21
220 (vsFTPd 2.2.0)
USER anonymous

331 Please specify the password.
PASS xxxx
230 Login successful.
SYST

215 UNIX Type: L8
TYPE I

200 Switching to Binary mode.
PWD

257 "/"
Loading directory listing / from server (LC_TIME=en_US.UTF-8)
PASV

227 Entering Passive Mode (**,**,***,***,195,93)
LIST -aL

150 Here comes the directory listing.
226 Directory send OK.
gFTP ger mig detta när jag försöker att ladda upp en fil:

Kod: Markera allt

STOR /joineradept.full.jpg

550 Permission denied.
Could not download /home/link/joineradept.full.jpg from local filesystem
There were 1 files or directories that could not be transferred. Check the log for which items were not properly transferred.Loading directory listing / from server (LC_TIME=en_US.UTF-8)
PASV

227 Entering Passive Mode (**,**,***,***,195,98)
LIST -aL

150 Here comes the directory listing.
226 Directory send OK.
Jag gissar att vsFTPd inte har rättigheter att ladda upp bilder. Får hitta den strängen och lägga in den i .conf filen.

Min vsftpd.conf-fil

Kod: Markera allt

# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
#
# READ THIS: This example file is NOT an exhaustive list of vsftpd options.
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.
#
#
# Run standalone?  vsftpd can run either from an inetd or as a standalone
# daemon started from an initscript.
listen=YES
#
# Run standalone with IPv6?
# Like the listen parameter, except vsftpd will listen on an IPv6 socket
# instead of an IPv4 one. This parameter and the listen parameter are mutually
# exclusive.
#listen_ipv6=YES
#
# Allow anonymous FTP? (Beware - allowed by default if you comment this out).
anonymous_enable=YES
#
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
#write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
#local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
#anon_upload_enable=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
#anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
#
# If enabled, vsftpd will display directory listings with the time
# in  your  local  time  zone.  The default is to display GMT. The
# times returned by the MDTM FTP command are also affected by this
# option.
use_localtime=YES
#
# Activate logging of uploads/downloads.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
# If you want, you can arrange for uploaded anonymous files to be owned by
# a different user. Note! Using "root" for uploaded files is not
# recommended!
#chown_uploads=YES
#chown_username=whoever
#
# You may override where the log file goes if you like. The default is shown
# below.
#xferlog_file=/var/log/vsftpd.log
#
# If you want, you can have your log file in standard ftpd xferlog format.
# Note that the default log file location is /var/log/xferlog in this case.
#xferlog_std_format=YES
#
# You may change the default value for timing out an idle session.
#idle_session_timeout=600
#
# You may change the default value for timing out a data connection.
#data_connection_timeout=120
#
# It is recommended that you define on your system a unique user which the
# ftp server can use as a totally isolated and unprivileged user.
#nopriv_user=ftpsecure
#
# Enable this and the server will recognise asynchronous ABOR requests. Not
# recommended for security (the code is non-trivial). Not enabling it,
# however, may confuse older FTP clients.
#async_abor_enable=YES
#
# By default the server will pretend to allow ASCII mode but in fact ignore
# the request. Turn on the below options to have the server actually do ASCII
# mangling on files when in ASCII mode.
# Beware that on some FTP servers, ASCII support allows a denial of service
# attack (DoS) via the command "SIZE /big/file" in ASCII mode. vsftpd
# predicted this attack and has always been safe, reporting the size of the
# raw file.
# ASCII mangling is a horrible feature of the protocol.
#ascii_upload_enable=YES
#ascii_download_enable=YES
#
# You may fully customise the login banner string:
#ftpd_banner=Welcome to blah FTP service.
#
# You may specify a file of disallowed anonymous e-mail addresses. Apparently
# useful for combatting certain DoS attacks.
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd.banned_emails
#
# You may restrict local users to their home directories.  See the FAQ for
# the possible risks in this before using chroot_local_user or
# chroot_list_enable below.
#chroot_local_user=YES
#
# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().
#chroot_local_user=YES
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd.chroot_list
#
# You may activate the "-R" option to the builtin ls. This is disabled by
# default to avoid remote users being able to cause excessive I/O on large
# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
# the presence of the "-R" option, so there is a strong case for enabling it.
#ls_recurse_enable=YES
#
#
# Debian customization
#
# Some of vsftpd's settings don't fit the Debian filesystem layout by
# default.  These settings are more Debian-friendly.
#
# This option should be the name of a directory which is empty.  Also, the
# directory should not be writable by the ftp user. This directory is used
# as a secure chroot() jail at times vsftpd does not require filesystem
# access.
secure_chroot_dir=/var/run/vsftpd/empty
#
# This string is the name of the PAM service vsftpd will use.
pam_service_name=vsftpd
#
# This option specifies the location of the RSA certificate to use for SSL
# encrypted connections.
rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem

Logfilen ger tyvärr inte mycket mer info än att jag kan ansluta till servern men inte mer...
återkommer med mer info...

Re: Hjälp med VSFTPD!

Postat: 11 dec 2009, 05:24
av ycc
Bra med så mycket info från dig. Då borde någon kunna svara. Jag själv skall kolla dina data i lugn och ro och se om jag har något att bidra med. Som du säger så funkar ju servern och det har nog bara med "fininställningen" ;) att göra.

Till att börja med så tror jag du måste avkommentera

Kod: Markera allt

write_enable=YES
Testa sedan uppladdning igen.