Page 1 of 1

Kiwi-webirc & Unreal - Error Connecting (Closing Link: [78.129.190.63] (CGI:IRC -- No access))

Posted: Sat Jan 13, 2018 9:41 pm
by douglittlefield
I hope someone can help... when i try to connect via the kiwi - webirc i keep getting this error
Error Connecting (Closing Link: [78.129.190.63] (CGI:IRC -- No access))
But if i click connect in a couple seconds, it will connect, ?!?

Things i have done:

Kiwi Side:
I have already gone through the setup on kiwi added the network, did the verification, and entered the code into the control panel

unrealircd side:
I have added the following code to the unrealircd.conf file (and no those are not the real pass)

Code: Select all

webirc {
	mask 109.169.31.4;
	password "pass";
};

webirc {
mask 107.161.19.53;
password "pass";
};

webirc {
mask 107.161.19.109;
password "pass";
};

except throttle {
        mask 127.0.0.1;
};
The reason i am even trying to get this to work is because i keep getting the error of reaching the session limit because the webirc is connecting to the server im guessing all on the same ip.

Also another thing to note is that Im using the embeded option of KiwiIRC.

Hopefully one of you will know how to fix this issue...

Re: Kiwi-webirc & Unreal - Error Connecting (Closing Link: [78.129.190.63] (CGI:IRC -- No access))

Posted: Sat Jan 13, 2018 10:06 pm
by k4be
You don't have the IP 78.129.190.63 in your configuration. Either you somehow missed it or Kiwi panel "forgot" to tell you to add this one.

Re: Kiwi-webirc & Unreal - Error Connecting (Closing Link: [78.129.190.63] (CGI:IRC -- No access))

Posted: Sat Jan 13, 2018 10:18 pm
by PeGaSuS
If your IRCd is resolving the hostnames, I guess that also one WEBIRC block with the hostname would be nice to have (put it on top):

Code: Select all

webirc {
mask *kiwiirc.com;
password "pass";
};
Note: I'm not sure about the hostmask syntax tho.

Re: Kiwi-webirc & Unreal - Error Connecting (Closing Link: [78.129.190.63] (CGI:IRC -- No access))

Posted: Sat Jan 13, 2018 10:20 pm
by douglittlefield
kiwi only gave me 3 ips,
where would i add the 78.129.190.63 ?

Re: Kiwi-webirc & Unreal - Error Connecting (Closing Link: [78.129.190.63] (CGI:IRC -- No access))

Posted: Sat Jan 13, 2018 10:25 pm
by douglittlefield
webirc {
mask 78.129.190.63;
password "pass";
};

Im guessing you mean to add this ?

Re: Kiwi-webirc & Unreal - Error Connecting (Closing Link: [78.129.190.63] (CGI:IRC -- No access))

Posted: Sat Jan 13, 2018 10:32 pm
by PeGaSuS
douglittlefield wrote: Sat Jan 13, 2018 10:25 pm webirc {
mask 78.129.190.63;
password "pass";
};

Im guessing you mean to add this ?
yes, exactly. add that WEBIRC block to your configuration file, rehash the server and try to see.

Re: Kiwi-webirc & Unreal - Error Connecting (Closing Link: [78.129.190.63] (CGI:IRC -- No access))

Posted: Sun Jan 14, 2018 1:41 am
by douglittlefield
Working Perfectly Now! Thanks !!

Re: Kiwi-webirc & Unreal - Error Connecting (Closing Link: [78.129.190.63] (CGI:IRC -- No access))

Posted: Mon Jan 15, 2018 6:50 pm
by PeGaSuS
Glad to know it!
Enjoy!

Re: Kiwi-webirc & Unreal - Error Connecting (Closing Link: [78.129.190.63] (CGI:IRC -- No access))

Posted: Fri Nov 15, 2019 8:37 pm
by Suratka
Hi everyone, I have the same problem.
but the wording should be included in my unreal.conf which is written on kiwiirc is for unrealircd 3 ...

having an unrealircd 4.2.4 which uses a different writing mode, it does not read it.

Is there someone who can help me?
giving me the right wording for unrealircd 4.2.4?

and I wanted to know if with MIBBIT I can do the same thing?