Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: some configuration problem  (Read 3214 times)

0 Members and 1 Guest are viewing this topic.

marek001

  • Guest
some configuration problem
« on: December 20, 2007, 11:22:13 PM »

hi

i have some problem with anope and unreal linking and some basic...

i have read the tutorijal on howto start anope and i start it...on my cmd on xp and it say's "the anope services whas started successfully" and now my big problem is where to find some config or something to configure anope??
and to see what have i started on what port on what ip and so on....

do i just rename this one example.conf or can somebody send me there and i just modify to my server...(ip and stuff)??

and where to put that config file ??

any help is welcome...
tnx by
Logged

GoT0wned

  • Guest
(No subject)
« Reply #1 on: December 21, 2007, 09:36:20 AM »

rename the example.conf to services.conf and place it in the data folder in youre anope directory, in the data directory you will find a copy of example.conf, use that, also use the ip of 127.0.0.1, because you should run anope and the ircd server on the same machine, and 127.0.0.1 is you're local ip address, it is pretty straight forward, doing the config file, just give the data that is recommended and required, and avoid alot of the optional stuff untill you know what you are doing

[Edited on 21-12-2007 by GoT0wned]
Logged

marek001

  • Guest
(No subject)
« Reply #2 on: December 21, 2007, 12:07:38 PM »

ok tnx

when i do this config can i just go to linking anope and unreal or do i have to configure something alse??

tnx
by
Logged

marek001

  • Guest
(No subject)
« Reply #3 on: December 22, 2007, 11:49:36 PM »

hi i have some problem and i can't solve it?? pls can somebody hlep me??

i have now configured services.conf like this
services.conf

IRCDModule "unreal32"
Numeric 250

RemoteServer 127.0.0.1 7070 "password"

ServerName "services.mmw.hr"

and my unreal irc add lines

listen 127.0.0.1:7070;

link services.mmw.hr
{
username *marek_mmw;
hostname 192.168.10.2;
bind-ip *;
hub *;
port 7070;
password-connect "password";
password-receive "password";
class servers;
};

ulines { services.mmw.hr; };

set { services-server "services.mmw.hr"; };

include "aliases/anope.conf";

    };
};


and still not working when i tipe /nickserv 123
Services are currently down. Please try again later.

what i doing wrong??

ulines set to services.mmw.hr

tnx by
Logged

katsklaw

  • Guest
(No subject)
« Reply #4 on: December 22, 2007, 11:59:39 PM »

the IP in your link block doesn't match RemoteServer, which in this case it should. If you listen on 127.0.0.1 you can't connect from 192.168.10.2.
Logged

marek001

  • Guest
(No subject)
« Reply #5 on: December 23, 2007, 12:24:33 AM »

so what shold i set??

replaced 127.0.0.1 to 192.168.10.2 or some diferent ip but in the same subent??

like 192.168.10.x??
Logged

katsklaw

  • Guest
(No subject)
« Reply #6 on: December 23, 2007, 12:31:43 AM »

use 127.0.0.1 everywhere
Logged

marek001

  • Guest
(No subject)
« Reply #7 on: December 23, 2007, 12:34:45 AM »

ok i think i get it...

i must change this line on my services.conf

# RemoteServer <hostname> <port> <password>  [REQUIRED]
#     Specifies the remote server hostname and port.

RemoteServer    127.0.0.1 7070 "password"

and it was RemoteServer  localhost 7070 "password"

ok i have change this but still dosn't work...

tnx 4 your help
Logged

marek001

  • Guest
(No subject)
« Reply #8 on: December 23, 2007, 02:02:28 AM »

ok tnx anope irc comunity help me,and now it's woking...
Logged
Pages: [1]   Go Up