simcop2387 Apprentice
Joined: 14 Aug 2002 Posts: 200 Location: Galactic Sector ZZ9 Plural Z Alpha
|
Posted: Thu Nov 14, 2002 1:37 am Post subject: i need a clue, pure-ftpd again |
|
|
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 |
|