umm actually to say it direct , i cant log in to my server . i added my ip in allow block and also a open block for all ip ... given below
and in listen block i used ( assume 001.01.01.001 as my server ip )allow {
ip *@*;
hostname *@*;
class clients;
maxperip 5;
};
allow {
ip *@127.0.0.1;
hostname *@192.168.*;
class clients;
maxperip 5;
};
allow {
ip *@203.*;
hostname *@*;
class clients;
maxperip 5;
};
now when i try to connect /s 001.01.01.001:65453 or /s 001.01.01.001:23432 or /s 001.01.01.001:4388 ... none of them seems to work . i get " connection timed out msg " ... donno whats wrong in here but its totally mysterious to me .listen 001.01.01.001:65453;
{
options
{
clientsonly;
};
};
listen 001.01.01.001:23432;
listen 001.01.01.001:4388;
listen 001.01.01.001:6567;
listen *:6666;
listen *:7766;