slugger
26.02.2008, 17:33
hallo leute,
ich habe nun schon seit langem das problem mit proftpd auf der slug das dieses von aussen nicht erreichbar ist, aber im internen netzwerk funktioniert.
meine proftpd.conf:
AllowForeignAddress on
UseReverseDNS off
IdentLookups off
ServerName "der-freelancer.homeftp.net"
ServerType inetd
DefaultServer on
WtmpLog off
Port 21
PassivePorts 50000 50019
Umask 022
MaxInstances 10
<Global>
RootLogin off
RequireValidShell off
AuthUserFile /etc/passwd
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
# TransferRate RETR 25
# TransferRate APPE,STOR 100:2048
</Global>
User nobody
Group nobody
DefaultRoot ~
<Limit SITE_CHMOD>
DenyAll
</Limit>
meine portfreigaben auf der fritzbox:
80 an 80 (thttpd)
20-21 an 20-21 (proftpd-active)
50000-50019 an 50000-50019 (proftpd-passive)
thttpd geht einwandfrei von innen und aussen.
(das die slug an einem asus-wl500g welcher hinter der fritzbox hängt kann nicht der fehler sein)
ich hab schon alles mögliche probiert und im netz gelesen. hoffentlich weiss jemand rat.
vielen dank
slugger
hiern noch meine: xinetd.conf
defaults
{
# only_from = localhost 192.168.178.1/20
instances = 10
log_type = SYSLOG authpriv info
log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}
includedir /opt/etc/xinetd.d
und meine /opt/etc/xinetd.d/proftpd
# ProFTPd FTP daemon - http://www.proftpd.org
#
service ftp
{
flags = REUSE
socket_type = stream
instances = 10
wait = no
user = root
server = /opt/sbin/proftpd
server_args = --config /opt/etc/proftpd.conf
log_on_success = HOST PID
log_on_failure = HOST
disable = no
}
ich habe nun schon seit langem das problem mit proftpd auf der slug das dieses von aussen nicht erreichbar ist, aber im internen netzwerk funktioniert.
meine proftpd.conf:
AllowForeignAddress on
UseReverseDNS off
IdentLookups off
ServerName "der-freelancer.homeftp.net"
ServerType inetd
DefaultServer on
WtmpLog off
Port 21
PassivePorts 50000 50019
Umask 022
MaxInstances 10
<Global>
RootLogin off
RequireValidShell off
AuthUserFile /etc/passwd
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
# TransferRate RETR 25
# TransferRate APPE,STOR 100:2048
</Global>
User nobody
Group nobody
DefaultRoot ~
<Limit SITE_CHMOD>
DenyAll
</Limit>
meine portfreigaben auf der fritzbox:
80 an 80 (thttpd)
20-21 an 20-21 (proftpd-active)
50000-50019 an 50000-50019 (proftpd-passive)
thttpd geht einwandfrei von innen und aussen.
(das die slug an einem asus-wl500g welcher hinter der fritzbox hängt kann nicht der fehler sein)
ich hab schon alles mögliche probiert und im netz gelesen. hoffentlich weiss jemand rat.
vielen dank
slugger
hiern noch meine: xinetd.conf
defaults
{
# only_from = localhost 192.168.178.1/20
instances = 10
log_type = SYSLOG authpriv info
log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}
includedir /opt/etc/xinetd.d
und meine /opt/etc/xinetd.d/proftpd
# ProFTPd FTP daemon - http://www.proftpd.org
#
service ftp
{
flags = REUSE
socket_type = stream
instances = 10
wait = no
user = root
server = /opt/sbin/proftpd
server_args = --config /opt/etc/proftpd.conf
log_on_success = HOST PID
log_on_failure = HOST
disable = no
}