PDA

View Full Version : Pasv and DNS Resolution


Hovy
01-03-2005, 12:22 PM
Hi there, short question:

is it posible to resolute DNS names in the ioftpd.ini ?

#Host = 217.227.999.999
Host = blabla.homelinux.org
Ports = 25001-26000
Random = True
;Global_Inbound_Bandwidth = 10000
;Global_Outbound_Bandwidth = 10000
;Client_Inbound_Bandwidth = 100 [*registered version*]
;Client_Outbound_Bandwidth = 50 [*registered version*]
Bind = 10.0.0.2

Im behind a Linux NAT Router an after 24 hours my ISP gives me a new IP but ioftpd gives my old ip to the users for pasv. Is there any suiteable solution?

Hovy

neoxed
01-03-2005, 12:25 PM
Known problem, ioFTPD's Service_Update (scheduler) doesn't update the data IP when it changes.

http://www.ioftpd.com/board/showthread.php?s=&threadid=2784

Hovy
01-04-2005, 09:24 AM
THX,

i searched before but got too many results...

Hovy