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

If you hit any installation issues or cannot connect to your freshly installed UnrealIRCd then this forum is for you.

Moderator: Supporters

Locked
douglittlefield
Posts: 5
Joined: Thu Jan 04, 2018 4:11 am

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

Post 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...
k4be
UnrealIRCd coder
Posts: 49
Joined: Sun Jan 09, 2005 12:19 pm
Location: Poland

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

Post 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.
PeGaSuS
Official supporter
Posts: 96
Joined: Tue Jun 27, 2017 4:42 pm
Contact:

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

Post 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.
IRC Network: PTirc - GitHub: TehPeGaSuS - Help and support: #unreal-support
douglittlefield
Posts: 5
Joined: Thu Jan 04, 2018 4:11 am

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

Post by douglittlefield »

kiwi only gave me 3 ips,
where would i add the 78.129.190.63 ?
douglittlefield
Posts: 5
Joined: Thu Jan 04, 2018 4:11 am

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

Post by douglittlefield »

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

Im guessing you mean to add this ?
PeGaSuS
Official supporter
Posts: 96
Joined: Tue Jun 27, 2017 4:42 pm
Contact:

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

Post 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.
IRC Network: PTirc - GitHub: TehPeGaSuS - Help and support: #unreal-support
douglittlefield
Posts: 5
Joined: Thu Jan 04, 2018 4:11 am

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

Post by douglittlefield »

Working Perfectly Now! Thanks !!
PeGaSuS
Official supporter
Posts: 96
Joined: Tue Jun 27, 2017 4:42 pm
Contact:

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

Post by PeGaSuS »

Glad to know it!
Enjoy!
IRC Network: PTirc - GitHub: TehPeGaSuS - Help and support: #unreal-support
Suratka
Posts: 72
Joined: Thu Nov 14, 2019 12:32 am
Contact:

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

Post 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?
Locked