Starting a IRCd

These are old archives. They are kept for historic purposes only.
Post Reply
vitorhp
Posts: 3
Joined: Wed Jan 28, 2009 8:37 pm

Starting a IRCd

Post 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
wax
Posts: 72
Joined: Tue Oct 04, 2005 6:32 am
Location: ByNets@Belarus
Contact:

Re: Starting a IRCd

Post by wax »

netstat -an | grep 6667
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Starting a IRCd

Post 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"
Your IP: Image
Your Country: Image
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: Starting a IRCd

Post 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.
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
Post Reply