PDA

View Full Version : Site is not connectable.


Nagini
01-08-2005, 02:45 PM
I guess this has something to do with Host.Rules but I've tried several different settings for it and neither works.

This is what happens:

[L] Connecting to local -> IP=192.168.0.100 PORT=9876
[L] Connected to local
- STALKS FOR 3 SECONDS -
[L] Connection failed (Connection lost)
- ioFTPD.exe CRASHES -

Outsiders can connect but not myself, locally.

I hope someone has a sollution to the problem...

Sorry for my bad english.

/Nagini

durulink
01-08-2005, 06:08 PM
in Hosts.Rules

if,
POLICY ACCEPT ?

check
DENY I 192.168.0. "~~"

remove DENY 192.168.0.

Nagini
01-09-2005, 12:28 PM
If you don't want to limit the connections per IPs or hostnames, you can remove everything from this file, and add a single line: "POLICY ACCEPT -1"

My Host.Rules does only contain this line:

POLICY ACCEPT -1

EwarWoo
01-09-2005, 03:42 PM
If you want to connect through LAN you will need to specify a bind for the local IP it uses:

Host = 0.0.0.0
Bind = 192.168.0.100

Shouldn't cause io to crash but :/

djrob
01-09-2005, 04:04 PM
Make sure you're vfs files are correct. I had the same problems when i forgot to update them after reinstalling. Made ioftpd.exe crash. Look in error.log, should be something about it there

Nagini
01-09-2005, 04:50 PM
Error.log stays untouched after crashes.

If the vfs would be wrong it would create "Nagini has not access to root directory" Wouldn't it?

Hmm...

Edit: EarWoo, where to put those lines?

EwarWoo
01-09-2005, 08:07 PM
Put the bind line beneath the host line where you define the FTP services.
Another thing as well is to connect to the external IP rather than the internal IP if you have defined a set IP in the host line.

Nagini
01-10-2005, 12:32 PM
Thanks for all help!

...But I've come to the conclusion that it's something wrong with my machine (or router or somethin'), since the exact same problem occurs when using a fresh and new copy of ioFTPD, downloaded from this website.

I guess this isn't the right forum to solve this crazy mystery anymore, then. But thanks again for all help!