Hm ...
1) ioftpd.ini
Host = 192.168.25.6 (don't write domain if you have internal IP / behind server or router)
where did you get?
Blind = 192.168.25.6 (or did you mean Bind? and you don't need this at begining so leave ti)
Code:
[Any]
Host = 192.168.25.6
Ports = 1024-2048
Random = True
;Global_Inbound_Bandwidth = 10000
;Global_Outbound_Bandwidth = 10000
;Client_Inbound_Bandwidth = 100 # [*registered version*]
;Client_Outbound_Bandwidth = 50 # [*registered version*]
;Bind =
2) admin.vfs
at the begining just try to use root dir (no other stuff)
3) Hosts.Rules (As JoC wrote)
Code:
POLICY ACCEPT 2
#POLICY DENY
#you can change nordic to ANONYMOUS
CLASS NORDIC 10
CLASS ADMIN -1
ACCEPT I 192.168.25. ADMIN -1
ACCEPT I 127.0.0. ADMIN -1
#ACCEPT H .fi NORDIC 2
#ACCEPT H .se NORDIC 1
#ACCEPT H .no NORDIC 1
#be carefull at this next line
#DENY I 192.168. "Banned network address"
#DENY I 10. "Banned network address"
#DENY H .tw "Access from taiwan is prohibited"
Afer changing this settings you have to restart ioftpd!!!
4) While you try to mount
"\\192.168.1.1\Work" /mnt/samba i think you have linux for the server and firewall?
Some linux have problems if you try to connect from local IP to external (215.155.155.5) and theh be forwarded on the same machine again.
(from 192.168.25.6 -> 215.155.155.5 ->forward-> 192.168.25.6)
Just try to cennect from machine that you're running ioftpd on local IP with passive mode.
User and pass: ioFTPD
ip: 192.168.25.6 Port 444
And if you use linux you just need to forward port 444 and nothing else (hope u know how)
5) check the log dir for logs and errors and read them!!!