Doese somebody got the solution for extern connection on Rom all for one 6.5.2? for me the port only are open when i use local ip from the server. but when i use external ip the ports are closed.
Doese somebody got the solution for extern connection on Rom all for one 6.5.2? for me the port only are open when i use local ip from the server. but when i use external ip the ports are closed.
I already open the port. Yes i know, but what do i need to change? im not a dev.
Maybe you can help me?
Ports are already active in the current source. I think there are things you don't know, you should do the following first.
1- You must activate Ports 21002, 16402, 16401 from the Firewall.
2- If you have a vds server with the same ports, you should contact your provider and activate the same ports.
3- If it is not the 2nd option, that is, if it is local pc, you should open the ports I have shown from the modem interface.
arvenn I know this source and proxy and switch are f.... up so please (how I know they are f.... up because if you forward ports and even turn off firewall this will not help because proxy and the switch reject any external connection)
i was post proper proxy and switch exe files but I remove them
Last edited by shadow66; 09-11-22 at 08:51 AM.
I don't understand what you mean sir
Thanks to @shadow66 for the updated proxy/switch files and thanks to @HybridChris for telling me what was missing in the Global.ini config.
Conclusion:
I was missing the "ServerBehindRouter" config under Global.ini
The correct internet config for servers behind router will look like this (Global.ini):
Code:;--------------------------------------------------------------------- ; Setting for internet ;--------------------------------------------------------------------- ServerListIP_Outside = 192.168.XXX.XXX (Replace with your local Server IP) ServerListCliPort = 21002 SwitchIP_Outside = xxx.ddns (Your Global router IP or DDNS) Switch_CliPort = 16401 ProxyIP_Outside = xxx.ddns Proxy_CliPort = 16402 ServerBehindRouter = 1
@DamonDragon thanks for sharing, i'll give it a try.
Edit: Are you willing to share the "updated" proxy/switch files?
Last edited by fldl100; 23-11-22 at 08:36 PM.
I remember 2 years ago, when i succesfully setup the server (with some hard time xD) and now i can't even succeed to install sql server he wont let me ><"
Someone can share insights what is changed in the source code to let switch and proxy to be reachable from the outside, and why wasnt it working at least ?
For me my Hamachi solution works good enough (at least at the end i'm the only one anyway who plays on my server), but i'm wondering why this feature was obviously switched off from an MMO Server (makes no sense?) release.