Page 1 of 1

Starting a IRCd

Posted: Wed Jan 28, 2009 8:38 pm
by vitorhp
Hello,

I'm trying to start a new Unreal IRCd. I followed all steps to compile and was OK, but i'm having trouble with the .conf
WHen I do ./unreal start gives:

Code: Select all

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
Possible error encountered (IRCd seemingly not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
[Wed Jan 28 20:31:18 2009] - Error binding stream socket to IP 68.205.1.191 port 6667 - irc.asoudado.com[]:Can't assign requested address
irc.asoudado.com is apointing to 68.205.1.191 as must be, but I don't know what's happening...

In unrealircd.conf there is:

Code: Select all

listen 68.205.1.191:6697
{
options
{
/*ssl;*/
clientsonly;
};
};

listen 68.205.1.191:8067;
listen 68.205.1.191:6667;
and

Code: Select all

me
{
name "irc.asoudado.com";
info "Open Tibia Network";
numeric 1;
};
---

Is is correct?
What's wrong?

Thank you,
Vitor H. Pereira

Re: Starting a IRCd

Posted: Sun Feb 01, 2009 11:32 am
by wax
netstat -an | grep 6667

Re: Starting a IRCd

Posted: Mon Feb 02, 2009 8:51 am
by Jobe
The error pasted ("Can't assign requested address") means the IP address you're trying to use for a bind-ip or in listen blocks is NOT an IP on the computer on which UnrealIRCd is running.

For a list of IP's youo CAN bind to see "ipconfig" on windows, in a command prompt, or on *nix see "ifconfig" or "/sbin/ifconfig"

Re: Starting a IRCd

Posted: Mon Feb 02, 2009 3:35 pm
by zEkE
If you have a shell from a shell provider, you may be best to talk to them about the error with the IP. Same goes for any other kind of service that has told you you can use a specific IP (VPS, Dedicated Server, etc) and it isn't working.