Search found 8 matches

by Melkor
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 ...
by Melkor
Wed Jul 14, 2004 11:35 pm
Forum: Unreal 3.2 Support
Topic: Need Help... On Linking.
Replies: 4
Views: 3318

This is what the /map looks like for the hub itself

> |-Hydro.420.US.XeroLogic.net (164) 2
> `-Services.XeroLogic.net (10)

I changed the IP of the Logic IRCD and also updated it in both listen blocks... Now all it does is sync up, wait about 3 seconds, then broken pipe...Im not shure whats ...
by Melkor
Wed Jul 14, 2004 11:27 pm
Forum: Unreal 3.2 Support
Topic: Need Help... On Linking.
Replies: 4
Views: 3318

What's the deal with a server having a broken pipe, Eh? The Hub AND Services are all on that same exact box.... Just different IP's
by Melkor
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 ...
by Melkor
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 07:46:43 2004] - Error binding stream socket to IP 0.0.0.0 port 5050 - Hub.Us.XeroLogic.net[]:Address already in use
[Sun Jul 11 07:48:19 2004] - Error binding stream socket to IP 0.0.0.0 port 5050 - Hub.Us.XeroLogic.net[]:Address already in use
[Sun Jul 11 07:50:32 2004] - Error ...
by Melkor
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 ...
by Melkor
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 ...
by Melkor
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 ...