LakeServ...cant get it to work

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
tyler
Posts: 13
Joined: Tue Aug 09, 2005 7:34 pm

LakeServ...cant get it to work

Post 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.
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post 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.
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
tyler
Posts: 13
Joined: Tue Aug 09, 2005 7:34 pm

Post by tyler »

where would i find that at??? and i dont think i have a firewall.
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post by Matridom »

the listen block is part of the unrealircd.conf file.
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
tyler
Posts: 13
Joined: Tue Aug 09, 2005 7:34 pm

Post 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.
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post by Matridom »

i think it's time you read this

http://forums.unrealircd.com/viewtopic.php?t=329
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
tyler
Posts: 13
Joined: Tue Aug 09, 2005 7:34 pm

Post by tyler »

i have read that already is there a way i can find teh me block in lakeserv???
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post 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.....
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
tyler
Posts: 13
Joined: Tue Aug 09, 2005 7:34 pm

Post by tyler »

i know that i mean my services.. lakeserv if someone else uses this is there a way to modfi the ME block??
tyler
Posts: 13
Joined: Tue Aug 09, 2005 7:34 pm

switched

Post 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???
Wiggle
Posts: 19
Joined: Sat Mar 05, 2005 11:52 pm
Location: Belgium

Post 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 ;).
All spelling mistakes, grammatical errors and stupid comments are intentional.
tyler
Posts: 13
Joined: Tue Aug 09, 2005 7:34 pm

Post by tyler »

i dont get any errors besides what i put...it sill dont let my link :'(
Wiggle
Posts: 19
Joined: Sat Mar 05, 2005 11:52 pm
Location: Belgium

Post 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 /* */.
All spelling mistakes, grammatical errors and stupid comments are intentional.
tyler
Posts: 13
Joined: Tue Aug 09, 2005 7:34 pm

Post 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.
Locked