Page 1 of 1

Posted: Tue Jun 21, 2005 12:29 pm
by Whistler
It seems like i am one step closer =)
I get this error message:

(Server is in link block but IP/host didn't match)

looking through the code, i have set both hostnames to localhost

need som help... plz..

Posted: Tue Jun 21, 2005 1:14 pm
by Matridom
Whistler wrote:It seems like i am one step closer =)
I get this error message:

(Server is in link block but IP/host didn't match)

looking through the code, i have set both hostnames to localhost

need som help... plz..
try setting both to * for testing. when you get the connection, you'll see the host you should be using.

I don't like using localhost, i would use 127.0.0.1 if you must. Addionaly, make sure your services are connecting using that same hostname/IP (in it's config files.

If you set your services to connect to 127.0.0.1, the IRCD will reconize it as comming from 127.0.0.1, so using localhost will cause a mismatch.

Posted: Tue Jun 21, 2005 2:10 pm
by Whistler
At least i solved it, Thx you all :D

Posted: Tue Jun 21, 2005 2:45 pm
by w00t
Hi,

In future, please use a seperate topic for seperate problems like that - thanks. Also, the search function may have helped you solve that problem quicker ;).

Ta,
w00t