Search found 13 matches

by robbtek
Thu Sep 29, 2005 12:01 pm
Forum: Unreal 3.2 Support
Topic: Unrealircd 3.2.3 redirect user connection
Replies: 13
Views: 6195

I havent write that I have dns amministration , I've ask how to redirect user to another server .
by robbtek
Thu Sep 29, 2005 8:15 am
Forum: Unreal 3.2 Support
Topic: Unrealircd 3.2.3 redirect user connection
Replies: 13
Views: 6195

I dont think that rr is a good idea , because I want to redirect certain kind of connection (like by nationality) .

example : usa user redirect to usa server , eu user to eu server , specific subnet user to specific server ... etc ...
by robbtek
Wed Sep 28, 2005 3:24 pm
Forum: Unreal 3.2 Support
Topic: Unrealircd 3.2.3 redirect user connection
Replies: 13
Views: 6195


class redirect_user {
pingfreq 90;
maxclients 0;
sendq 100000;
recvq 8000;
};

allow {
ip *@XXX.XXX.XXX.XXX;
hostname NOBODY;
class redirect_user;
maxperip 0;
redirect-server irc2.myserver.com;
};


??

DOnt work :(
by robbtek
Mon Sep 26, 2005 9:34 pm
Forum: Unreal 3.2 Support
Topic: Unrealircd 3.2.3 redirect user connection
Replies: 13
Views: 6195


allow {
ip *@XXX.XXX.XXX.XXX;
hostname NOBODY;
class clients;
maxperip 0;
redirect-server irc2.myserver.com;
};

allow {
ip *@XXX.XXX.XXX.XXX;
hostname NOBODY;
class clients;
redirect-server irc2.myserver.com;
};


?
by robbtek
Mon Sep 26, 2005 7:41 pm
Forum: Unreal 3.2 Support
Topic: Unrealircd 3.2.3 redirect user connection
Replies: 13
Views: 6195

I've read it , but I dont understand .

I've tryed with :


allow {
ip *@*;
hostname *@*;
class clients;
};

allow {
ip *@XXX.XXX.XXX.XXX;
hostname NOBODY;
class clients;
redirect-server irc2.myserver.com;
};


and ...


allow {
ip *@*;
hostname *@*;
class clients;
};

allow {
ip *@XXX ...
by robbtek
Mon Sep 26, 2005 3:34 pm
Forum: Unreal 3.2 Support
Topic: ipv6 and ipv4
Replies: 6
Views: 2666

because ... more people dont want a hidden host in ipv6 connection , but want the real host (like a vhost) .
by robbtek
Mon Sep 26, 2005 3:09 pm
Forum: Unreal 3.2 Support
Topic: Unrealircd 3.2.3 redirect user connection
Replies: 13
Views: 6195

Unrealircd 3.2.3 redirect user connection

I want to redirect users from specific ip (or subnet) to a specific server .
I'm trying with :


allow {
ip *@XXX.XXX.XXX.XXX;
hostname *@XXX.XXX.XXX.XXX;
class clients;
redirect-server my.second.server;
};

allow {
ip *@*;
hostname *@*;
class clients;
};


But it dont work , where is the ...
by robbtek
Mon Sep 26, 2005 12:32 pm
Forum: Unreal 3.2 Modules
Topic: Unrealircd 3.2.3 cvs and CGIirc module
Replies: 3
Views: 3163

I think that it's not a "professional" solution but I've solved by removing this line :

extern int find_tkline_match(aClient *, int);

:roll:
by robbtek
Mon Sep 26, 2005 7:55 am
Forum: Unreal 3.2 Modules
Topic: Unrealircd 3.2.3 cvs and CGIirc module
Replies: 3
Views: 3163

Unrealircd 3.2.3 cvs and CGIirc module

I've tryed to compile CGIirc module on Unrealircd 3.2.3 but I receive this error :


[tester@linux Unreal3.2]$ make custommodule MODULEFILE=cgiirc
[tester@linux Unreal3.2]$ make custommodule MODULEFILE=cgiirc
cd src; make 'CFLAGS=-I../include -I/home/tester/Unreal3.2/extras/regexp/include -pipe -g ...
by robbtek
Fri Sep 23, 2005 8:45 pm
Forum: Unreal 3.2 Support
Topic: ipv6 and ipv4
Replies: 6
Views: 2666

I think it's a good idea :P
by robbtek
Fri Sep 23, 2005 12:50 pm
Forum: Unreal 3.2 Support
Topic: ipv6 and ipv4
Replies: 6
Views: 2666

ipv6 and ipv4

Hello ,

I want to start a ipv4/ipv6 unrealircd .
How can I set +x mode for ONLY for ipv4 connection ?
by robbtek
Mon Sep 12, 2005 2:01 pm
Forum: Unreal 3.2 Support
Topic: linux compiling error
Replies: 4
Views: 1965

Thanks , works fine !
My ipv6 server is running and I can connect correctly .
I've another question ... why my ipv6 server dont reverse host ?

-irc.myipv6.com- *** Looking up your hostname...
-
-irc.myipv6.com- *** Couldn't resolve your hostname; using your IP address instead

In my whois appear a ...
by robbtek
Mon Sep 12, 2005 8:38 am
Forum: Unreal 3.2 Support
Topic: linux compiling error
Replies: 4
Views: 1965

linux compiling error

I've try to install Unreal3.2.3 on my Fedora Core 4

after ./Config , the "make" command give me this error :


[root@firewall Unreal3.2]# make
Building src
make[1]: Entering directory `/home/tester/Unreal3.2/src'
gcc -I../include -I/home/tester/Unreal3.2/extras/regexp/include -pipe -g -O2 ...