Hallo
Ich habe nun Proftpd geemerged, hab die Defaulteinstellungen der .conf.sample als .conf genommen. die einzige ändernung die ich vornahm, war den Servername.
ich wollte Proftpd starten, da ereignete sich volgendes problem....
ich hab einen auszug des Logs, (proftpd -n -d5)
- mod_ctrls/0.9.2: binding ctrls socket to '/var/run/proftpd/proftpd.sock'
- mod_tls/2.0.7: using OpenSSL 0.9.7d 17 Mar 2004
- parsing '/etc/proftpd/proftpd.conf' configuration
- <Directory />: adding section for resolved path '/'
- getaddrinfo 'ps-cube' error: Name or service not known
- warning: unable to determine IP address of 'ps-cube'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd/proftpd.conf'
System: Gentoo
Wichtig ist vileicht, dass ich 2 Netzwerkkarten im System habe und den Server auch über 2 IPs ereichen möchte.
Ich hoffe auf Euch und danke schon im Vorraus
damit ich hoffentlich nichts vergesse, habe ich die .conf noch unten angefügt:
ServerName "peacer's PS-CUBE"
ServerType standalone
DefaultServer on
RequireValidShell off
AuthPAM off
AuthPAMConfig ftp
# Port 21 is the standard FTP port.
Port 21
Umask 022
MaxInstances 30
# Set the user and group under which the server will run.
User proftpd
Group proftpd
# Normally, we want files to be overwriteable.
<Directory />
AllowOverwrite on
</Directory>
<Anonymous ~ftp>
User ftp
Group ftp
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp
# Limit the maximum number of anonymous logins
MaxClients 10
# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
DisplayLogin welcome.msg
DisplayFirstChdir .message
# Limit WRITE everywhere in the anonymous chroot
<Limit WRITE>
DenyAll
</Limit>
</Anonymous>
[/quote]