On Wed, 2006-10-04 at 16:17 +1300, Whale wrote:
> Basically everything has worked fine, and i run the daemon which seems 
> to run fine.   Except the fact I can't connect??  Running the debug 
> switch comes out fine, and -k says there are no errors in the conf 
> file.  I've tried to cut down as much as I can that I won't need cos 
> there will probably be no more than 20 users use this server, plus I'm 
> hoping to run UW and X.
> 
> http://Z-master.no-ip.com/ircu/  has the config file
> 
> the log file says :
> [2006-10-4 16:12:12] SYSTEM [NOTICE]: Server Ready
> 
> but sadly, no other errors.
> 
> Hopefully someone can shed some light on just what the hell I've done 
> wrong here :)  I would greatly appreciate any ideas or help that anyone 
> could give.

ircu2.10.12.* includes support for IPv6.  Given that your Port blocks
contain no vhosts, the server will bind the IPv6 wildcard address, ::
(assuming that v6 is supported on your system).  Unfortunately, on some
systems (particularly FreeBSD), v6 ports are unable to receive v4
packets at all.  We've attempted to work around this, but have not been
100% successful.

I recommend adding 'vhost = "<ip address>"' to your port blocks.  For
<ip address>, you can use either your bound IP address, or you could
even use the wildcard address (0.0.0.0).  I suspect that this will solve
your problem.
-- 
Kevin L. Mitchell <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Coder-com mailing list
Coder-com@undernet.org
http://undernet.sbg.org/mailman/listinfo/coder-com

Reply via email to