Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
i need a clue, pure-ftpd again
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
simcop2387
Apprentice
Apprentice


Joined: 14 Aug 2002
Posts: 200
Location: Galactic Sector ZZ9 Plural Z Alpha

PostPosted: Thu Nov 14, 2002 1:37 am    Post subject: i need a clue, pure-ftpd again Reply with quote

Quote:

24 init.d # ftp 24.158.33.143 5122
Connected to 24.158.33.143.
220-=(<*>)=-.:. (( Welcome to PureFTPd 1.0.11 )) .:.-=(<*>)=-
220-You are user number 2 of 30 allowed
220-Local time is now 17:45 and the load is 0.27. Server port: 5122.
220 You will be disconnected after 15 minutes of inactivity.
Name (24.158.33.143:root): anonymous
230 Anonymous user logged in
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
500 I won't open a connection to 192.168.10.6 (only to 192.168.10.1)
ftp: bind: Address already in use
ftp>



can anyone explain what this error means

my server hw specs
Code:

600 MHZ AMD Athlon
256 MB Ram
80GB IBM HD


pure-ftpd config
Code:

# Config file for /etc/init.d/pure-ftpd
##Comment variables out to disable its features, or change the values in it... ##

## This variable must be uncommented in order for the server to start ##
IS_CONFIGURED="yes"

## FTP Server,Port (separated by comma) ##
SERVER="-S 5122"

## Number of simultaneous connections in total, and per ip ##
MAX_CONN="-c 30"
MAX_CONN_IP="-C 10"

## Start daemonized in background ##
DAEMON="-B"

## Don't allow uploads if the partition is more full then this var ##
DISK_FULL="-k 90%"

## If your FTP server is behind a NAT box, uncomment this ##
# USE_NAT="-N"

## Authentication (others are 'pam', ...)##
AUTH="-l unix"

## Misc. Others ##
MISC_OTHER="-A -i -R -p 50000:50400"

#
# Use these inside $MISC_OTHER
# More can be found on "http://pureftpd.sourceforge.net/README"
#
# -A [ chroot() everyone, but root ]
# -e [ Only allow anonymous users ]
# -E [ Only allow authenticated users. Anonymous logins are prohibited. ]
# -i [ Disallow upload for anonymous users, whatever directory perms are ]
# -j [ If the home directory of a user doesn't exist, auto-create it ]
# -M [ Allow anonymous users to create directories. ]
# -R [ Disallow users (even non-anonymous ones) usage of the CHMOD command ]
# -x [ Authenticated users can read/write files beginning with a dot ('.')
#       Anonymous users can't, for security reasons ]
# -X [ Users can't write/read files and directories starting with a dot ('.') ]


router config
Code:

ports 50000:50400 forwarded to IP 192.168.10.6


network config
Code:

192.168.10.1/24.158.33.143 - Router (Linksys 4port switch, 1.43 firmware)
192.168.10.2 - My computer
192.168.10.6 - Server
192.168.10.100 - Win98 Box


if you need more information please feel free to ask
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum