[IRCServices] Link denied

M. Sokolewicz maciek at planet.nl
Thu Jun 24 14:17:59 PDT 2004


I removed the LocalAddress, and changes everything to 127.0.0.1, also 
added special servers-only port, and for some strange reason it started 
spitting out errors, after correcting those (including the "missing 
bind-ip", etc), it all works fine now.

Thank you for your help!
- M. Sokolewicz

PHANTOm wrote:

>Wierd problem you got there,
>consider commenting the LocalAddress in ircservices.conf, it's not
>really needed for services to connect or work.
>Also, i'd recomment connecting services to a seperate port on the
>ircd, preferably one you mark as server-only.
>It would also speed services starting up if you'd use an ip in the
>RemoteServer instead of a host, and if both are on the same machine
>127.0.0.1 would be highly preferable (unless it's on a dedic. server
>that doesn't support 127.0.0.1 afcourse).
>Consider nagging unreal coders at irc.unrealircd.com #unreal-support
>Also, double check your ircd actually has all the values you set in
>the conf by using /stats L and /stats C
>
>On Thu, 24 Jun 2004 22:01:45 +0200, M. Sokolewicz <maciek at planet.nl> wrote:
>  
>
>>hi,
>>
>>It returns:
>>[Jun 24 20:58:35 2004] IRC Services 5.0.32 starting up
>>[Jun 24 20:58:36 2004] httpd/main: Listening on 127.0.0.1:12701
>>[Jun 24 20:58:36 2004] sockets: flush_write_buffer(0): Connection refused
>>
>>Besides, RemoteServer supplies the host, port and password for the IRC
>>server you want to run this service on. So I don't think turning the
>>host and port to the port and host the SERVICE is listening on would
>>help at all. But that might be just me...
>>
>>- M. Sokolewicz
>>
>>
>>
>>Luiz Oliveira wrote:
>>
>>    
>>
>>>Em Qui, 2004-06-24 às 16:08, M. Sokolewicz escreveu:
>>>
>>>
>>>      
>>>
>>>>hi,
>>>>
>>>>
>>>>        
>>>>
>>>(...)
>>>
>>>
>>>      
>>>
>>>>vs. ircservices.conf:
>>>>RemoteServer    server.example.com 6667 "nopass"
>>>>LocalAddress    localhost 8097
>>>>ServerName    "server.example.com"
>>>>
>>>>
>>>>        
>>>>
>>>Try:
>>>
>>>RemoteServer    server.example.com 8097 "nopass"
>>>
>>>LocalAddress...
>>>Specifies the local address to bind to before connecting to the remote
>>>server.  This may be useful on multihomed hosts.
>>>
>>>
>>>~ Luiz
>>>
>>>      
>>>