Gentoo kernel 2.6.9
vsftp 2.0.1
Als ik via xinetd vsftpd start, kan ik wel lokaal op de ftp maar niet van buiten af.
De melding die ik krijg als ik van buitenaf probeer te connecten :
"421 Service not available, remote server has closed connection"
Hosts.allow == ALL:ALL
hosts.deny == leeg
xinetd config:
service vsftp
{
type = UNLISTED
port = 115
protocol = tcp
socket_type = stream
wait = no
user = root
server = /usr/sbin/vsftpd
server_args = /etc/vsftpd/vsftpd.conf
# log_on_success += DURATION USERID
# log_on_failure += USERID
nice = 10
disable = no
}
vsftp 2.0.1
Als ik via xinetd vsftpd start, kan ik wel lokaal op de ftp maar niet van buiten af.
De melding die ik krijg als ik van buitenaf probeer te connecten :
"421 Service not available, remote server has closed connection"
Hosts.allow == ALL:ALL
hosts.deny == leeg
xinetd config:
service vsftp
{
type = UNLISTED
port = 115
protocol = tcp
socket_type = stream
wait = no
user = root
server = /usr/sbin/vsftpd
server_args = /etc/vsftpd/vsftpd.conf
# log_on_success += DURATION USERID
# log_on_failure += USERID
nice = 10
disable = no
}