Page 1 of 1

[???] other clients cant connect to my server

Posted: Tue Sep 14, 2004 8:58 pm
by knex
well after having some trubbel wile starting by irc server i´ve the next problem. there is no problem for me to connect. but if i try to connect from other pc´s it doesnt work. i shut my firewall down but it doenst work
well is there sometink i may forgot in by conf file

Posted: Tue Sep 14, 2004 11:55 pm
by codemastr
What are you typing to try and connect?

Posted: Wed Sep 15, 2004 3:29 pm
by knex
i´m starting the unrealircd on my first computer
it runs ... then i open irc and type in /server 127.0.0.1 and
it connects well to the server.
than i chance my seat starting the mirc in my notebook and type in
/server 192.168.1.66 << the ip of the server where the ircd is installed
if i scann the ports 6667 is open...
may it will pe a problem of the conf file

allow {
ip *@*;
hostname *@255.255.225.255;
class clients;
maxperip 20;
};

/* Passworded allow line */
allow {
ip *@255.255.255.255;
hostname *@*.passworded.ugly.people;
class clients;
password "here is my nice password";
maxperip 1;
};


i think these are the lines of authorisation...
i hope you can fix my problem...
he is just unable to connect

Posted: Thu Sep 16, 2004 12:15 pm
by Solutech
hostname *@255.255.225.255;
That only lets clients in off that mask try using

hostname *@*; instead .

Posted: Thu Sep 16, 2004 11:29 pm
by w00t
You also don't need that passworded allow line from the example conf.