Page 1 of 1

LakeServ...cant get it to work

Posted: Tue Aug 09, 2005 7:45 pm
by tyler
I have searched through the fourms in an attempt not to have to make this. I have tried everything nothing seems to work for me.

I instaled LakeServ 6 Finnil for my services, i have unreal 3.2.3, it is working fine when i tried getting services to work it dont so i read through all of this fourms in an attempt to find out what was wrong. Here is what i have in my unrealircd.conf

link Services.tyler.net
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 6667;
password-connect "******";
password-receive "******";
leaf *;
class servers;
};
link irc.tyler.com
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 6667;
leaf *;
password-connect "******";
password-receive "******";
class servers;
};

When i did this and rehashed and restarted both of them and looked for errors...nothing, so i dont no where the problem is but services are not working. If you can help me it would be greatly appericed.

Posted: Tue Aug 09, 2005 8:57 pm
by Matridom
If the IRC does not show any connection notice, then you probably have a problem in your listen block or a firewall in the way.

Posted: Tue Aug 09, 2005 9:19 pm
by tyler
where would i find that at??? and i dont think i have a firewall.

Posted: Wed Aug 10, 2005 1:54 pm
by Matridom
the listen block is part of the unrealircd.conf file.

Posted: Wed Aug 10, 2005 8:47 pm
by tyler
listen *:50
{
options
{
serversonly;
};
};



Is that what you were talking about??? And i changed the port to 50 if u see the difference from the one above this post.

Posted: Thu Aug 11, 2005 3:23 am
by Matridom
i think it's time you read this

http://forums.unrealircd.com/viewtopic.php?t=329

Posted: Fri Aug 12, 2005 1:07 am
by tyler
i have read that already is there a way i can find teh me block in lakeserv???

Posted: Fri Aug 12, 2005 12:50 pm
by Matridom
tyler wrote:i have read that already is there a way i can find teh me block in lakeserv???
the me block is in the unrealircd.conf file.....

Posted: Fri Aug 12, 2005 10:55 pm
by tyler
i know that i mean my services.. lakeserv if someone else uses this is there a way to modfi the ME block??

switched

Posted: Sun Aug 14, 2005 11:33 pm
by tyler
i am now using alterserv v2.1 i put my info in my config file and i get an error...

(19:27) (irc.tyler.com): *** LocOps -- Link denied for services.tyler22.net([email protected]) (No link block named 'services.tyler22.net') [@127.0.0.1.3274]

there is a link block...

Code: Select all

link services.tyler22.net; 
username *; 
hostname 127.0.0.1; 
bind-ip *; 
port 50;
hub *; 
password-connect "test";
 password-receive "test";
 class servers;
 };
that is in my unreal config is that all i need or is that wrong???

Posted: Mon Aug 15, 2005 12:47 am
by Wiggle
You might want to try respecting the brackets ;).

Code: Select all

link services.tyler22.net {
    username *;
    hostname 127.0.0.1;
    bind-ip *;
    port 50;
    hub *;
    password-connect "test";
    password-receive "test";
    class servers;
};
And the ircd probably warned you about that when rehashing the config/starting up. So you might want to read the errors you get ;).

Posted: Mon Aug 15, 2005 1:11 am
by tyler
i dont get any errors besides what i put...it sill dont let my link :'(

Posted: Mon Aug 15, 2005 1:31 am
by Wiggle
If you didn't get any errors about it, you probably put it in a comment block. So check if your link block isn't commented out, that is to say, not between /* */.

Posted: Sat Aug 20, 2005 4:45 am
by tyler
I totaly forgot to tell u all...i got help i went to wiggle's irc server and walked me throught it all, thanx for that wiggle.