[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with IRCD 2.9.5



2.10.3p3 is current

--- ircd.conf ---
M:ORCHAT:10.18.10.109:Interact Commerce Corp. Eugene, OR:6667:^M

The name isn't the best... You may wish to use a real hostname in here 

A:Zane Smith - Eugene, OR USA:INET zsmith@xxxxxxxxxxxxxxxxxxxx:^M

This is incomplete admin information, try completing all three fields

P:10.18.10.109:255.255.255.0:6667^M

Please look at example.conf for descriptions of how to make a valid P
line.  If I see it right, you are trying to make port 6667 bind to IP
address 10.18.10.109, and only allow IP's from 10.18.10.* on...
If this is correct, you will want:
P:10.18.10.109:*:10.18.10.*:6667:

Leave out the 3rd field (10.18.10.*) if you wish to allow any client
to connect to that port... ex.:
P:10.18.10.109:*::6667:

I:*@*::*::6667:*:

This makes no sense.  The port field is not required (and I heve never
seen it in use.)  The typical open I: line is:
I:*@*::*@*::1

PROVIDING that you create a valid class 1 (Look at the example.conf on
how to make Y: lines.)

It would be to your benefit to read through the example ircd.conf
before attempting to create one the first time.

It is also recommended to upgrade to 2.10.3p1 (available at
ftp://ftp.irc.org/pub/irc/server/ )