Search found 13 matches
- Thu Sep 29, 2005 12:01 pm
- Forum: Unreal 3.2 Support
- Topic: Unrealircd 3.2.3 redirect user connection
- Replies: 13
- Views: 6195
- Thu Sep 29, 2005 8:15 am
- Forum: Unreal 3.2 Support
- Topic: Unrealircd 3.2.3 redirect user connection
- Replies: 13
- Views: 6195
- Wed Sep 28, 2005 3:24 pm
- Forum: Unreal 3.2 Support
- Topic: Unrealircd 3.2.3 redirect user connection
- Replies: 13
- Views: 6195
- Mon Sep 26, 2005 9:34 pm
- Forum: Unreal 3.2 Support
- Topic: Unrealircd 3.2.3 redirect user connection
- Replies: 13
- Views: 6195
- Mon Sep 26, 2005 7:41 pm
- Forum: Unreal 3.2 Support
- Topic: Unrealircd 3.2.3 redirect user connection
- Replies: 13
- Views: 6195
- Mon Sep 26, 2005 3:34 pm
- Forum: Unreal 3.2 Support
- Topic: ipv6 and ipv4
- Replies: 6
- Views: 2666
- 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 ...
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 ...
- 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
- 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 ...
[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 ...
- Fri Sep 23, 2005 8:45 pm
- Forum: Unreal 3.2 Support
- Topic: ipv6 and ipv4
- Replies: 6
- Views: 2666
- 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 ?
I want to start a ipv4/ipv6 unrealircd .
How can I set +x mode for ONLY for ipv4 connection ?
- Mon Sep 12, 2005 2:01 pm
- Forum: Unreal 3.2 Support
- Topic: linux compiling error
- Replies: 4
- Views: 1965
- 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 ...
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 ...