Hello, I'm having some problems hosting a server with my mobile broadband (3G). My goal is not to make it public over the internet, all I want is to play on my own computer.
Yesterday I got it running after turning UPnP off. Today I've been struggling to get it up again, but without any good results after one hour of troubleshooting.
I've been trying to mix around with UPnP and LAN activation and deactivation together with different port and IP binding.
I guess the LAN function aint working because I got no LAN IP (ex: 192.168.0.X). The public service aint working because it can't find any UPnP gateway.
Could anyone give me some help or the full solution, please?
Here is the startup log with default settings and my public IP:
Code:
[28 maj 2010 17:11:04,140] INFO: Loading ServerLauncher config from C:\game\altitude\servers\launcher_config.xml
[28 maj 2010 17:11:04,171] INFO: Reading commands from C:\game\altitude\servers\command.txt
[28 maj 2010 17:11:04,171] INFO: Logging server activity to C:\game\altitude\servers\log.txt
[28 maj 2010 17:11:04,171] INFO: Loading ban list from C:\game\altitude\servers\ban_list.xml
[28 maj 2010 17:11:04,187] INFO: Configuring UPnP
[28 maj 2010 17:11:07,203] INFO: No UPnP gateway found
[28 maj 2010 17:11:07,203] INFO: Resolving update server vapor.nimblygames.com
[28 maj 2010 17:11:07,468] INFO: Update server is 75.102.27.114:31383
[28 maj 2010 17:11:07,468] INFO: Initializing update module on local IP /83.185.41.114, UDP port 27275
[28 maj 2010 17:11:07,796] INFO: Initial update check result: LOCAL_VERSION_IS_UP_TO_DATE
[28 maj 2010 17:11:07,812] INFO: Initializing '{{{{arr}}}} Custom' on UDP port 27276
[28 maj 2010 17:11:07,812] INFO: Starting server on port 27276
[28 maj 2010 17:11:07,843] INFO: Distributor is nimblygames
[28 maj 2010 17:11:08,000] INFO: Changing map: ball_cave
[28 maj 2010 17:11:08,281] INFO: FPM: initializing bot on port 100001
[28 maj 2010 17:11:08,296] INFO: FPM: initializing bot on port 100002
[28 maj 2010 17:11:08,343] INFO: Starting 1 game servers
[28 maj 2010 17:11:08,343] INFO: Starting update poller
[28 maj 2010 17:11:08,343] INFO: [Data Transfer Since Launch] Outgoing: 0,000 GB, Incoming: 0,000 GB
[port 27276] [28 maj 2010 17:11:08,343] INFO: Handling join request from 0.0.0.0:100001 -> vJ@1f<vaporId=00000000-0000-0000-0000-000000000000, nickName=Bot 1, loggedIn=true, ip=0.0.0.0:100001, sessionId=00000000-0000-0000-0000-000000000000, totalPlayTimeMillis=0 seconds, affiliateCode=0, referrerClickPoints=0, referrerOtherPoints=0, referrerPurchasePoints=0, referrerGiftedPoints=0, referrerAdminPoints=0, referrerUnlocks=[0, 0, 0, 0]>
[port 27276] [28 maj 2010 17:11:08,343] INFO: Adding client 'Bot 1' from 0.0.0.0:100001, playerId=0
[port 27276] [28 maj 2010 17:11:08,343] INFO: Handling join request from 0.0.0.0:100002 -> vJ@1f<vaporId=00000000-0000-0000-0000-000000000000, nickName=Bot 2, loggedIn=true, ip=0.0.0.0:100002, sessionId=00000000-0000-0000-0000-000000000000, totalPlayTimeMillis=0 seconds, affiliateCode=0, referrerClickPoints=0, referrerOtherPoints=0, referrerPurchasePoints=0, referrerGiftedPoints=0, referrerAdminPoints=0, referrerUnlocks=[0, 0, 0, 0]>
[port 27276] [28 maj 2010 17:11:08,343] INFO: Adding client 'Bot 2' from 0.0.0.0:100002, playerId=1
[28 maj 2010 17:11:08,593] INFO: Update check result: LOCAL_VERSION_IS_UP_TO_DATE, free memory: 45,8 / 63,6 MB
Thanks