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

These are old archives. They are kept for historic purposes only.
Post Reply
knex
Posts: 8
Joined: Mon Sep 13, 2004 9:58 pm

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

Post 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
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

What are you typing to try and connect?
-- codemastr
knex
Posts: 8
Joined: Mon Sep 13, 2004 9:58 pm

Post 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
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

hostname *@255.255.225.255;
That only lets clients in off that mask try using

hostname *@*; instead .
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

You also don't need that passworded allow line from the example conf.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply