Search found 8 matches
- Wed Jul 14, 2004 11:40 pm
- Forum: Unreal 3.2 Support
- Topic: Need Help... On Linking.
- Replies: 4
- Views: 3318
Thought I might explain alittle more about the server... I've got a block of 8 IP's on my dedicated, Services is on one, IRCD on the other, and Hub, on yet another, the Listen blocks are all bound to the assigned IP for each server. The server itself is FreeBSD Stable, AMD XP 2000mhz 512 Ram, on ...
- Wed Jul 14, 2004 11:35 pm
- Forum: Unreal 3.2 Support
- Topic: Need Help... On Linking.
- Replies: 4
- Views: 3318
- Wed Jul 14, 2004 11:27 pm
- Forum: Unreal 3.2 Support
- Topic: Need Help... On Linking.
- Replies: 4
- Views: 3318
- Wed Jul 14, 2004 11:21 pm
- Forum: Unreal 3.2 Support
- Topic: Need Help... On Linking.
- Replies: 4
- Views: 3318
Need Help... On Linking.
Im trying to link...
[7:19pm] *** Notice -- Melkor is rehashing server config file
-
[7:19pm] *** Notice -- Loading IRCd configuration ..
-
[7:19pm] *** Notice -- Configuration loaded without any problems ..
-
[7:19pm] *** Notice -- Melk is rehashing server config file
-
[7:19pm] *** Notice ...
[7:19pm] *** Notice -- Melkor is rehashing server config file
-
[7:19pm] *** Notice -- Loading IRCd configuration ..
-
[7:19pm] *** Notice -- Configuration loaded without any problems ..
-
[7:19pm] *** Notice -- Melk is rehashing server config file
-
[7:19pm] *** Notice ...
- Sun Jul 11, 2004 8:00 am
- Forum: Unreal 3.2 Support
- Topic: No errors, yet wont start?
- Replies: 2
- Views: 2367
- Sun Jul 11, 2004 7:24 am
- Forum: Unreal 3.2 Support
- Topic: How-to: Linking servers
- Replies: 24
- Views: 111057
Hmmpf
Code:
link server2.yourdomain.tld{
...
leaf *;
...
};
do I add the leaf to the Hub server or the connecting server?
for instance, would it be
(on hub config)
link Logic.CA.US.XeroLogic.net
{
username *;
hostname 63.110.126.238;
bind-ip 63.110.126.237;
port 5050;
leaf *;
password ...
link server2.yourdomain.tld{
...
leaf *;
...
};
do I add the leaf to the Hub server or the connecting server?
for instance, would it be
(on hub config)
link Logic.CA.US.XeroLogic.net
{
username *;
hostname 63.110.126.238;
bind-ip 63.110.126.237;
port 5050;
leaf *;
password ...
- Sun Jul 11, 2004 7:15 am
- Forum: Unreal 3.2 Support
- Topic: Tweaks?
- Replies: 1
- Views: 1902
Tweaks?
Anyone know of any good stability/speed tweaks? I've herd that zip works, but how do I set that up correctly? just add zip under
options
{
zip;
};
I've heard about different settings for zip also... Im running 2000 mhz AMD XP 512 ram on 8xT-1 and 1x100mbit bundle line, and I lag at friggin ...
options
{
zip;
};
I've heard about different settings for zip also... Im running 2000 mhz AMD XP 512 ram on 8xT-1 and 1x100mbit bundle line, and I lag at friggin ...
- Sun Jul 11, 2004 7:11 am
- Forum: Unreal 3.2 Support
- Topic: No errors, yet wont start?
- Replies: 2
- Views: 2367
No errors, yet wont start?
Im trying to setup a hub on my net, the hub and IRCD are on the same dedicated server, so I bound the hub to connect to the IRCD on a specific IP and the IRCD to connect to the hub and vise versa, I dont fully hunderstand about the leaf *; stuff...because if I change it from hub *; it doesnt start ...