PDA

View Full Version : ioftpd wont start on Port 113


generalnewbie
09-27-2003, 07:08 PM
Hmmm tell me if im just retarded but.. see if you can get ioFTPD to start on port 113 because it wont start for me..

or maybe im doing something wrong but... it doesnt run and i would like it to...
any help!>>>

Mouton
09-27-2003, 07:10 PM
change to port 21 in ini
kill all ioftpd.exe from task manager
restart ioftpd.exe

does it work on port 21 ?

if so, go in dos and do:
netstat -ano

you should see the list of open ports. find x.x.x.x:113 LISTENING and find the specified pid in task manager...

that will show u what application has the port 113 listening.

you can't have 2 applications using the same port and expect them to work correctly...

generalnewbie
09-27-2003, 07:26 PM
yes it will work on all ports but..113
i set it to 113 and it doesnt run

thnks ill post my reply..
Proto Local Address Foreign Address State PID
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 820
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4
TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING 912
TCP 0.0.0.0:1029 0.0.0.0:0 LISTENING 4
TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING 912
TCP 0.0.0.0:3612 0.0.0.0:0 LISTENING 912
TCP 0.0.0.0:3615 0.0.0.0:0 LISTENING 912
TCP 0.0.0.0:3619 0.0.0.0:0 LISTENING 860
TCP 0.0.0.0:3621 0.0.0.0:0 LISTENING 860
TCP 0.0.0.0:3625 0.0.0.0:0 LISTENING 860
TCP 0.0.0.0:3626 0.0.0.0:0 LISTENING 860
TCP 0.0.0.0:3630 0.0.0.0:0 LISTENING 860
TCP 0.0.0.0:3631 0.0.0.0:0 LISTENING 860
TCP 0.0.0.0:3632 0.0.0.0:0 LISTENING 860

nothing on 113 as you can see and it still doesnt start...
have you tried? it? and it works

Mouton
09-27-2003, 07:36 PM
well, now that i think about it...
upon connection, ioftpd connect to the port 113 of the client to check his identd...
since ur connecting to urself, ioftpd connects to itself (port 113) to check your identd....

bad idea.

but otherwise:

ioftpd.ini:
Port = 113

netstat -ano:
TCP 0.0.0.0:113 0.0.0.0:0 LISTENING 5568

generalnewbie
09-27-2003, 11:10 PM
but.. how can i get around to login into my own ftp?
hmmm is there a way to take ident check off?--found it
Ident_Lookup = False

now i can connect whoop!