Unreal Conf-help please

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Err0r
Posts: 20
Joined: Fri Oct 01, 2004 7:41 pm

Unreal Conf-help please

Post by Err0r »

link *
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 7029;
hub *;
password-connect "hehe";
password-receive "hehe";
class servers;
};

im tring to make a link, but i cant do it! iv tried everything! but i think its the link name and i dont have a irc domain name, i just want it to link to my comp! oh and btw the "*" was put there for experimental reasons
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Well the * is wrong. You must put the name of the server. Second, it would be helpful to see the error you receive.
-- codemastr
Err0r
Posts: 20
Joined: Fri Oct 01, 2004 7:41 pm

Post by Err0r »

02 Oct 2004 20:10:13.001 | STARTUP | Spawning into background ...
02 Oct 2004 20:10:13.001 | STARTUP | Loading default language file ...
02 Oct 2004 20:10:13.572 | STARTUP | Magick 2.0 startup procedure complete.
02 Oct 2004 20:10:13.582 | STARTUP | Starting events engine ...
02 Oct 2004 20:10:13.592 | INFO | Connecting to server [192.168.123.103]:7029 ...
02 Oct 2004 20:10:14.564 | ERROR | Connection to server [192.168.123.103]:7029 closed.
02 Oct 2004 20:10:14.584 | ERROR | Connection to server [192.168.123.103]:7029 refused.
02 Oct 2004 20:10:19.581 | FATAL | Magick aborting, no valid servers available to connect to!




im tring to do this on a lan using just my comp, after link im suppose to put like the name right? but i dont have no irc.this.com im on a network so im trying to use ips but i always get connection refused and no valid server to connect to >.<


magick conf

[Startup]
SERVER_NAME = 127.0.0.1
SERVER_DESC = Err0r's IRC services
SERVICES_USER = services
SERVICES_HOST = 127.0.0.1
OWNUSER = FALSE
SETMODE = TRUE
BIND = 127.0.0.1
REMOTE_1 = 192.168.123.103|7029|hehe|1|2
LEVEL = 1
MAX_LEVEL = 5
LAGTIME = 15s
STOP = FALSE
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Do you have a listen block for port 7029?
-- codemastr
Err0r
Posts: 20
Joined: Fri Oct 01, 2004 7:41 pm

Post by Err0r »

yes
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

You say on the Magick forums you have sorted this out now . What did you change ? .
Err0r
Posts: 20
Joined: Fri Oct 01, 2004 7:41 pm

Post by Err0r »

my problem was with unrealircd, it apprears that some of the conf was messed up or something like that, but it still ran just fine and i deleted my service.log thing or w/e so i did not see the errors

i uninstalled and reinstalled made a new .conf and it worked everything i tried for hours was right, but the unreal serv was just rejecting it cus of some error i think ill stick around here to help me, i spent 3 days on, now i know it pretty well ^.^ so i believe i can help others
Locked