Dynaverse.net

Taldrenites => Dynaverse II Experiences => Topic started by: BlazinBud on July 09, 2004, 10:26:00 pm

Title: STILL GETTING THE FIREWALL MESSAGE.... :(
Post by: BlazinBud on July 09, 2004, 10:26:00 pm
I've been trying to log onto the OP D2 servers but I keep getting the darn firewall message.  I've changed the ip on the wonserversetup file, but it still wont let me in.....  Here is what mine looks like, any help would be greatly appreciated....

Name="ServerSetup"

[Settings]
SingleThreaded = 1
CreateCentralSwitch = 0
SinglePlayer = 0
BlockSize             = 10000 // How many micro-seconds to spend on server side stuff before doing page flip
DelayMultiple          = 1.0   // What multiple of time to wait before going back to server side stuff
PacketQueLimit         = 75    // What

[CentralSwitchSetup]
Listen = 0

[WONDirectoryServer]
//ServerPath = "/StarFleetCommand2/Game/Release"
ServerPath = "/StarFleetCommand2/Game/Release"
//ServerPath = "/StarFleetCommand2/Game/Release_Test"

[WONDirectoryServer/Addresses]
0="63.101.60.125:15101"
0="sfc2.west.won.net:15101"
1="sfc2.central.won.net:15101"
2="sfc2.east.won.net:15101"

[Clients]
ChatClient            = 1
SecurityClient         = 1

[Launch]

Title: Re: STILL GETTING THE FIREWALL MESSAGE.... :(
Post by: Strafer on July 09, 2004, 11:16:04 pm
[WONDirectoryServer/Addresses]
0="63.101.60.125:15101"
0="sfc2.west.won.net:15101"
1="sfc2.central.won.net:15101"
2="sfc2.east.won.net:15101"

Try either removing the won entries altogether, or adding a // in front of them.
Title: Re: STILL GETTING THE FIREWALL MESSAGE.... :(
Post by: FPF-DarkElf on July 10, 2004, 01:01:37 am
Quote
0="63.101.60.125:15101"
0="sfc2.west.won.net:15101"


Thats your problem. change it to this:

0="63.101.60.125:15101"

add // in front of the other entries
Title: Re: STILL GETTING THE FIREWALL MESSAGE.... :(
Post by: FPF-Tobin Dax on July 10, 2004, 01:08:01 pm
Would someone post exactly what it should all look like please? Thanks.
Title: Re: STILL GETTING THE FIREWALL MESSAGE.... :(
Post by: Bonk on July 10, 2004, 01:19:03 pm
Code: [Select]
Name="ServerSetup"

[Settings]
SingleThreaded = 1
CreateCentralSwitch = 0
SinglePlayer = 0
BlockSize = 10000 // How many micro-seconds to spend on server side stuff before doing page flip
DelayMultiple = 1.0 // What multiple of time to wait before going back to server side stuff
PacketQueLimit = 75 // What

[CentralSwitchSetup]
Listen = 0

[WONDirectoryServer]
//ServerPath = "/StarFleetCommand2/Game/Release"
ServerPath = "/StarFleetCommand2/Game/Release"
//ServerPath = "/StarFleetCommand2/Game/Release_Test"

[WONDirectoryServer/Addresses]
0="63.101.60.125:15101"
//0="sfc2.west.won.net:15101"
//1="sfc2.central.won.net:15101"
//2="sfc2.east.won.net:15101"

[Clients]
ChatClient = 1
SecurityClient = 1

[Launch]

(^for OP - re: BlazinBud's post...)
Title: Re: STILL GETTING THE FIREWALL MESSAGE.... :(
Post by: BlazinBud on July 10, 2004, 08:49:25 pm
Thanks everyone, ill give it a try  ::)
Title: Re: STILL GETTING THE FIREWALL MESSAGE.... :(
Post by: FPF-Tobin Dax on July 11, 2004, 09:09:38 am
TY. It worked like a charm.  8)