Hi. I'm trying to host Mitadake High as a test to see if I can make my Linux system can host a server. First, I used port forwarding to open port 2501 on the router. Then, I ran the following commands in the shell:
~$ mkdir BYOND_SERVER_TEST
~$ cd BYOND_SERVER_TEST
~/BYOND_SERVER_TEST$ wget
http://www.byond.com/download/build/495/ 495.1136_byond_linux.zip
~/BYOND_SERVER_TEST$ unzip 495.1136_byond_linux.zip
~/BYOND_SERVER_TEST$ cd byond
~/BYOND_SERVER_TEST/byond$ make here
~/BYOND_SERVER_TEST/byond$ source /home/yuki/BYOND_SERVER_TEST/byond/bin/byondsetup
Since there is a problem with DreamDownload as posted at
http://www.byond.com/forum/?post=87637 , I downloaded the files through a Windows XP VM and copied them to /home/yuki/.byond/MyHub/ .
~/BYOND_SERVER_TEST/byond$ DreamDaemon /home/yuki/.byond/MyHub/devourerofsouls/mitadakehigh/Pryce\ High\ School/Pryce\ High\ School.dmb 2501 -safe -public
This last command outputs:
Mon Jun 11 11:15:08 2012
World opened on network port 2501.
Welcome BYOND! (4.0 Public Version 495.1136)
The BYOND hub reports that port 2501 is not reachable.
Here is my system information:
$ uname -a
Linux Eren 2.6.32-40-generic #87-Ubuntu SMP Tue Mar 6 00:56:56 UTC 2012 x86_64 GNU/Linux
I've tried the same thing from Windows 7 on my other partition, but I get the same error. How can I fix this?