Ik heb nu dus een ftp server gestart met proftp. Werk prima binnen lokaal netwerk. Maar daarbuiten geeft ie als fout dat je geen toegang hebt tot de map. Ik heb mijn router en alles goed ingesteld wat moet ik doen
Maybe firewall?
En graag wat meer informatie omtrent /etc/proftpd.conf hoe je het ingesteld hebt enzo
En graag wat meer informatie omtrent /etc/proftpd.conf hoe je het ingesteld hebt enzo
Google, Het mirakel van de 21e eeuw!!!!
firewall heb ik nog niet ingesteld. Anders had ie mijn eigen pc ook niet door gelaten.
mijn conf file ziet er zo uit:
# This is the ProFTPD configuration file
ServerIdenton "Aequitas server klaar voor gebruik"
ServerAdminaequitas@planet.nl
ServerTypestandalone
#ServerTypeinetd
DefaultServeron
AccessGrantMsg"Hoi %u"
DisplayConnect/etc/ftpissue
DisplayLogin/etc/ftpmotd
DisplayGoAway/etc/ftpgoaway
# Use pam to authenticate by default
AuthPAMAuthoritativeon
# Do not perform ident lookups (hangs when the port is filtered)
IdentLookupsoff
# Port 21 is the standard FTP port.
Port21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask777
# Chmod isn't allowed by default
AllowChmodon
# Default to show dot files in directory listings
LsDefaultOptions"-a"
# See Configuration.html for these (here are the default values)
#MultilineRFC2228off
#RootLoginoff
#LoginPasswordPrompton
#MaxLoginAttempts3
#MaxClientsPerHostnone
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances30
# Set the user and group that the server normally runs at.
Userftp
Groupftp
# Normally, we want files to be overwriteable.
<Directory /*>
AllowOverwriteon
</Directory>
# A basic anonymous configuration, no upload directories.
<Anonymous ~ftp>
# Uncomment the following line to allow anonymous access
#RequireValidShelloff
AllowChmodon
Userftp
Groupftp
AccessGrantMsg"Anonymous login ok, restrictions apply."
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAliasanonymous ftp
# Limit the maximum number of anonymous logins
MaxClients10
# We want 'welcome.msg' displayed at login, '.message' displayed in
# each newly chdired directory and tell users to read README* files.
DisplayLoginwelcome.msg
DisplayFirstChdir.message
DisplayReadmeREADME*
# Limit WRITE everywhere in the anonymous chroot
<Limit WRITE>
DenyAll
</Limit>
</Anonymous>
mijn conf file ziet er zo uit:
# This is the ProFTPD configuration file
ServerIdenton "Aequitas server klaar voor gebruik"
ServerAdminaequitas@planet.nl
ServerTypestandalone
#ServerTypeinetd
DefaultServeron
AccessGrantMsg"Hoi %u"
DisplayConnect/etc/ftpissue
DisplayLogin/etc/ftpmotd
DisplayGoAway/etc/ftpgoaway
# Use pam to authenticate by default
AuthPAMAuthoritativeon
# Do not perform ident lookups (hangs when the port is filtered)
IdentLookupsoff
# Port 21 is the standard FTP port.
Port21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask777
# Chmod isn't allowed by default
AllowChmodon
# Default to show dot files in directory listings
LsDefaultOptions"-a"
# See Configuration.html for these (here are the default values)
#MultilineRFC2228off
#RootLoginoff
#LoginPasswordPrompton
#MaxLoginAttempts3
#MaxClientsPerHostnone
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances30
# Set the user and group that the server normally runs at.
Userftp
Groupftp
# Normally, we want files to be overwriteable.
<Directory /*>
AllowOverwriteon
</Directory>
# A basic anonymous configuration, no upload directories.
<Anonymous ~ftp>
# Uncomment the following line to allow anonymous access
#RequireValidShelloff
AllowChmodon
Userftp
Groupftp
AccessGrantMsg"Anonymous login ok, restrictions apply."
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAliasanonymous ftp
# Limit the maximum number of anonymous logins
MaxClients10
# We want 'welcome.msg' displayed at login, '.message' displayed in
# each newly chdired directory and tell users to read README* files.
DisplayLoginwelcome.msg
DisplayFirstChdir.message
DisplayReadmeREADME*
# Limit WRITE everywhere in the anonymous chroot
<Limit WRITE>
DenyAll
</Limit>
</Anonymous>
ik mijn firewall niet aanstaan want ik weet nog niet hoe ik dat kan doen en met de install heb ik gekozen voor geen firewall. Mijn adsl router stuurt alles standaard door naar mijn server.