Go Back   FlashFXP Forums > > > >

ioFTPD General New releases, comments, questions regarding the latest version of ioFTPD.

Reply
 
Thread Tools Rate Thread Display Modes
Old 09-18-2003, 05:39 AM   #1
thewarden
Senior Member
 
Join Date: Jan 2003
Posts: 194
Angry v5 no connection question

Has anyone who is using v5 come across this:

OS = XP Pro SrvPk 1 fully updated
BW = DSL running with rasppoe
Hardware = industry standard intel issue
Router = no
IO = current v5 code...

A 100% no connection ? (just like that...wham!!!!!)

It was working at first, 48-60 hours with no issues at all, did the
partial exe and user conversion and then after the crap, also did
a full install...

For the life of me I can't figure this out.

Booted up Raiden and Serv-U - works...

Nothing was altered from v4 to v5 with my hardware or ISP.

This one has me beat...as now v4 will not work either.

Went to rename IOFTPD to IOFTPD.old as I tried different setups,
something has the dir ... could not rename it unless I cleared the
OS...checked the services and all else and there was no
programs hooked to IO ... dam weird...

I have several IOFTPD dir's as I tested out scripts etc...not one of
them will allow any connection now...and like i said...just like that
this took place...even the lan will not work to IO...


Ideas Anyone???


TW - running raiden for now....


here is my ini ... plain as you can get...

[ioFTPD]
Ftp_Login_Attempts = 3
Hide_Tray = False
Cache_Max = 100 # Maximum number of cookie files to cache
Directory_Cache_Max = 10000 # Maximum number of directories to cache
TCL_Pool_Size = 10
Double_Click = https://127.0.0.1:10000/
Process_Priority = Normal # (Idle/Normal/High/Realtime)
Worker_Thread_Min = 10 # Minimum amount of worker threads
Worker_Thread_Max = 10 # Maximum amount
Io_Thread_Count = 3 # Io Threads
LogIn_TimeOut = 25 #
Idle_TimeOut = 300 #
File_PreAllocation = 0 # Amount of kilobytes to pre-allocate for uploads

[Locations]
User_Id_Table = ..\etc\UserIdTable
Group_Id_Table = ..\etc\GroupIdTable
Hosts_Rules = ..\etc\Hosts.Rules
User_Files = ..\users
Group_Files = ..\groups
Log_Files = ..\logs
Cache_Files = ..\cache
Ftp_Messages = ..\text\ftp
Telnet_Messages = ..\text\telnet
Html_Files = ..\text\http
Default_Vfs = ..\etc\default.vfs
Environment = ..\etc\ioftpd.env

[Any]

Host = 216.xxx.xx.xx
Ports = 1400-1500
Random = True
;Bind =

[FTP_Service]
Type = FTP
Device_Name = Any
Port = 4xxx
Description = Our Site
User_Limit = 15
Allowed_Users = *

### Encryption ###
#
;Require_Encrypted_Auth = !*
;Require_Encrypted_Data = !*
;Certificate_Name = 192.168.1.11
;Explicit_Encryption = True
;Encryption_Protocol = SSL3
;Min_Cipher_Strength = 128
;Max_Cipher_Strength = 384

### IDNT command handler ###
#
;Get_External_Ident = True

### Traffic Balancing ###
#
;Data_Devices =
;Random_Devices = False

[Telnet_Service]
Type = Telnet
Device_Name = Any
Port = 10001
Description = My Telnet Service
User_Limit = 10
Allowed_Users = TM

[HTTP_Service]
Type = HTTP
Device_Name = Any
Port = 10000
Description = My HTTP Service
User_Limit = 50
Allowed_Users = HM
Certificate_Name = 192.168.1.11
Explicit_Encryption = False
Encryption_Protocol = SSL3
Min_Cipher_Strength = 128
Max_Cipher_Strength = 384


[Network]
Active_Services = FTP_Service Telnet_Service HTTP_Service
Nagle = False # Enable/Disable TCP Nagle algorithm
Ident_Timeout = 15 # Set ident timeout (seconds)
Hostname_Cache_Duration = 1800 # Seconds cached hostname is valid
Ident_Cache_Duration = 120 # Seconds cached ident is valid
;Connections_To_Ban = 5 #
;Ban_Counter_Reset_Interval = 120 #
;Temporary_Ban_Duration = 1200 # Seconds host remains banned
Internal_Transfer_Buffer = 65536 # Internal transfer buffer size


[Sections]
Default = 0 *

[VFS]
Default_Directory_Attributes = 755 0:0
Default_File_Attributes = 644 0:0
Modify_Stats_On_Delete = False
Upload = * *
Resume = * *
Download = * *
MakeDir = * *
RemoveOwnDir = * *
RemoveDir = * M
Rename = * M
RenameOwn = * *
Overwrite = * M
Delete = * M
DeleteOwn = * *
;NoStats = * =lSpeed !*
;ShowActivity = /private/* -ioFTPD !*
ShowActivity = * *

[Reset]
WeeklyReset = Sunday
MonthlyReset = 1st

[Scheduler]
Reset = 0 0 * * &Reset
Service_Update = 10,30,50 * * * &Service_Update
Newday = 05 04 * * ..\scripts\x\newday.exe
;VfsLister = 30 * * * ..\scripts\x\vfslister.exe


[Events]
OnUploadError = c:\ioftpd\scripts\x\ftplogger.exe
OnUploadComplete = c:\ioftpd\scripts\x\ftplogger.exe
;OnUploadError =
;OnUploadComplete =
;OnDownloadError =
;OnDownloadComplete =
;OnResume =
;OnUpload =
;OnFtpNewDir =
;OnFtpDelDir =
;OnFtpLogIn =
;OnTelnetLogIn =
;OnHttpLogIn =
;OnServerStart =
;OnServerStop =


[Pre]
;mkd = c:\ioftpd\scripts\dupbar\dupbar.itcl
;list =
;stor =
;mkd =


[Post]
stor = c:\ioftpd\scripts\x\ftplogger.exe
mkd = c:\ioftpd\scripts\x\ondircreated.exe
rmd = c:\ioftpd\scripts\x\ondirdeleted.exe
;mkd =
;rmd =
;stor =
;dele =


[HTTP]
Executable = *.exe *.com *.cgi *.php *.php3 *.bat


[Scripts]
;EXEC = ..\scripts\exec.bat
HELP = !..\help\help.msg
alldn = @stats alldn
allup = @stats allup
daydn = @stats daydn
dayup = @stats dayup
monthdn = @stats monthdn
monthup = @stats monthup
wkup = @stats wkup
wkdn = @stats wkdn
me = !..\text\ftp\uinfo.msg
rules = !..\text\ftp\rules.msg

[Modules]
;CookieModule = ..\modules\cookie.dll
;SuperCookieModule = ..\modules\supercookie.dll
;UserModule = ..\modules\networkuser.dll
;GroupModule = ..\modules\networkgroup.dll

[Ftp-Permissions]

noop = 1M !*

[Ftp-SITE-Permissions]
## SITE <cmd> ##
#
# 'M' - MASTER
# 'V' - VFS ADMINISTRATOR
# 'G' - GROUP ADMIN RIGHTS
# 'F' - FXP DENIED (DOWNLOAD)
# 'f' - FXP DENIED (UPLOAD)
# 'L' - SKIP USER LIMIT PER SERVICE
# 'A' - ANONYMOUS
#
adduser = M
deluser = M
renuser = M
gadduser = M
grpadd = M
grpdel = M
grpren = M
chgrp = M
kick = M
addip = M
delip = M
passwd = *
stats = *
tagline = *
who = *
chmod = *
chown = M
chattr = M
config = M
uinfo = M
users = *
me = *
rules = *

[Change-Permissions]
admingroup = M
credits = M
flags = M
groupdescription = M
groupslots = M
groupvfsfile = M
homedir = M
logins = M
passwd = M
ratio = M
stats = M
tagline = M
vfsfile = M


[Telnet-Permissions]
adduser = M
deluser = M
renuser = M
gadduser = M
grpadd = M
grpdel = M
grpren = M
kick = M
addip = M
delip = M
passwd = *
stats = *
tagline = *
who = *
chgrp = M
config = M
putlog = MT
uinfo = M


[Http-Permissions]
users = M
uinfo = M
addip = M
delip = M
config = M
thewarden is offline   Reply With Quote
Old 09-18-2003, 07:41 AM   #2
EwarWoo
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Oct 2002
Posts: 462
Default

Most obvious thing (though so obvious you've prolly tried it) would be that you have something blocking the port.
Try switching ports and see if it works.
Other than that cant think of anything off top of my head.
EwarWoo is offline   Reply With Quote
Old 09-18-2003, 09:13 AM   #3
thewarden
Senior Member
 
Join Date: Jan 2003
Posts: 194
Default

Quote:
Originally posted by Cornelio
Most obvious thing (though so obvious you've prolly tried it) would be that you have something blocking the port.
Try switching ports and see if it works.
Other than that cant think of anything off top of my head.
Yes, done that...tried ports 21 to 2121

Just tried it again...NOPE...dam little gremlins in the computer I guess.

Going to put it away until next week...I bet it is something so simple I'm just overlooking it right now by trying everything possible...

TW
thewarden is offline   Reply With Quote
Old 09-18-2003, 10:00 AM   #4
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

;Connections_To_Ban = 5 #
;Ban_Counter_Reset_Interval = 120 #
;Temporary_Ban_Duration = 1200 # Seconds host remains banned

A good bet that it's your problem.
Don't comment lines in there. Use values that fit what u want.

I don't think you want to disable ban (commenting isn't the way to disable it btw).

Use conservative values, like 20,10,1200
I'd say it's pretty safe to ban ppl if they try to connect 20 times in 10 secs...
Mouton is offline   Reply With Quote
Old 09-18-2003, 02:03 PM   #5
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

I'm not quite sure what you mean with 'no connection'? Do you get connection refused or connection lost? I'm aware that for some reason daemon might close the listening port.. but that should happend only after perioid of time, not instantly on server start-up (propably issue with device ip reading code, about to debug it this weekend)
darkone is offline   Reply With Quote
Old 09-18-2003, 04:30 PM   #6
thewarden
Senior Member
 
Join Date: Jan 2003
Posts: 194
Default

Quote:
Originally posted by Mouton
;Connections_To_Ban = 5 #
;Ban_Counter_Reset_Interval = 120 #
;Temporary_Ban_Duration = 1200 # Seconds host remains banned

A good bet that it's your problem.
Don't comment lines in there. Use values that fit what u want.

I don't think you want to disable ban (commenting isn't the way to disable it btw).

Use conservative values, like 20,10,1200
I'd say it's pretty safe to ban ppl if they try to connect 20 times in 10 secs...

All my people here are wide open accounts with leech...no banning at all occurs here as each of them ... well ... best way to state it, when the overall sessions are full ... they are full.
thewarden is offline   Reply With Quote
Old 09-18-2003, 05:16 PM   #7
thewarden
Senior Member
 
Join Date: Jan 2003
Posts: 194
Default

Quote:
Originally posted by darkone
I'm not quite sure what you mean
Ok, best way to explain this...

I have 3 test dir's of io on the go right now...

First dir was fresh install and password converion as per the url
in the readme...worked for 60 hours then the problems started.

2 and 3 were total fresh installs with the password conversion

Now all 3 -

Load up IO...

Waiting for connections...

^ and remains there...until I take it down

Now - after this takes place -

I try to use the same ioftpd.exe file - IT WILL NOT EXECUTE ???

Reinstall the fresh exe again...same thing...

Downloaded a new "JUST" now...same thing...


I tried this on 3 different XP systems...I tried this on W2KPRO...

It will simply not execute???


***

A FRESH FULL INSTALL b5 then update with b 13 - just done...

WORKS...but I did not use the url password conversion and use
the default ones you have...

***

I will test it further to see if it gets back to this and do it like :

1 - will test it with your password setup
2 - will then test it wilth my passwords with a manual conversion
and not the conversion page

anyways, dir 4 now on test ... will get back to you if this occours
again, if not...I'll write it off as a normal MS pain in the ass thing!

I did the normal checks as well on all 5 computers from virus to
whatever you can think of...systems are clean...

TW
thewarden is offline   Reply With Quote
Old 09-21-2003, 08:57 PM   #8
Psychosis
Member
ioFTPD Foundation User
 
Join Date: May 2003
Posts: 45
Default

;Connections_To_Ban = 5 #
;Ban_Counter_Reset_Interval = 120 #
;Temporary_Ban_Duration = 1200 # Seconds host remains banned

First try uncommenting those and setting them to 0 .

Then when you do the password conversion are you putting the converted text into the UserIdTable and GroupIdTable where they belong?

Also look at your error.log and such in logs folder.
Psychosis is offline   Reply With Quote
Old 09-21-2003, 10:08 PM   #9
thewarden
Senior Member
 
Join Date: Jan 2003
Posts: 194
Default

Quote:
Originally posted by Psychosis
;Connections_To_Ban = 5 #
;Ban_Counter_Reset_Interval = 120 #
;Temporary_Ban_Duration = 1200 # Seconds host remains banned

First try uncommenting those and setting them to 0 .

Then when you do the password conversion are you putting the converted text into the UserIdTable and GroupIdTable where they belong?

Also look at your error.log and such in logs folder.

Thanks, I'll keep this in mind as I'm redoing the site this week.

So far the test bed is rock solid...

I'm sure it was just me that did something as I had one hell
of week with my servers...what could go wrong, software based,
did and did and did .... argh!!!!!!

Even made an offer for my people to take it away free - no one
took me on

TW
thewarden is offline   Reply With Quote
Reply

Tags
@stats, download, ftp, fxp, upload

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
why do i get this error ? twisted General Discussion 0 05-02-2005 11:25 PM
4.5.4 and pre error Borni2k Bug Reports 0 02-28-2003 09:57 AM


All times are GMT -5. The time now is 09:15 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)