ID:136289
 
I finally have freeBSD working and I have BYOND working on it. I have a few questions about them though.

1. When your hosting with DreamDaemon, how can you get the game to show in the hub?

2. How can you host multiple games on freeBSD with DreamDaemon?

That's all for now :-D Thanks in advance.
Nevermind with the questions above but I do have one question.
I edited hostconf.txt for the ports and put ports = "2000-5000".
Then I ran Host.Start and it still trys to connect to port 1025. What am I doing wrong?
In response to Blaz3
there is a command line you can put in to make it host on set ports for the Daemon, or alternativly you can use the seeker and set it manually i believe.
In response to Maz
Ok. Thanks for the reply. I'll let you know if it goes well. I might decide perm hosting...
In response to Blaz3
Blaz3 wrote:
Then I ran Host.Start and it still trys to connect to port
1025. What am I doing wrong?

i have learned (using netstat on Windows, and related tools on linux) that port 1025 is used to talk to the byond servers, possibly the hub or pager services. Just add that to your open ports and you should do ok.