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

Re: Problems with IRCD 2.9.5



On Thu, Nov 09, 2000 at 07:23:38PM -0500, Walter Campbell wrote:
> 2.10.3p3 is current

The current is 2.10.3p1, like you put at the bottom.

> 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 

You really should atleast put a . in the name of the server.  It
will probably work without, but I strongly suggest putting one in
it.  You really want it to be FQDN, that resolvs to the ip.

> A:Zane Smith - Eugene, OR USA:INET zsmith@xxxxxxxxxxxxxxxxxxxx:^M
> 
> This is incomplete admin information, try completing all three fields

You do not need to fill in all the fields. If you don't, you just
get an empty reply.

> 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:

right, the second field isn't use for anything.  Using:
P:10.18.10.109::10.18.10.*:6667:, is fine too, you don't need to
put a '*' there.

Also, using 255.255.255.0 is not the way, you need to mask the
ip like shown.


Kurt