What's new

Problem server online

bastoun420

Trial Member
2
2014
0
hello,
I can not see where my worries come to put my server online
I use no-ip, I put no ip address in navicat (mysql)
I reboot auth server and I can not access it from home
My seveur from a VPS .
can't access to my server

Excuse my English: google trad
 

cliffsmits

Senior User
Superior Member
262
2014
33
Location
netherlands
First of all make sure you have open your ports

Those ports need to be open
search your router and follow the BASIC

80 for website
3306 for mysql
3443 for remote acces
7878 for soap
3724 realmlist port
8085 world port


Than you need to go to C:/Windows/System32/Drivers/etc/' and open the 'hosts' file with notepad and make sure you edit it

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# myexternalipaddress mydyndns


The last step

go into the 'auth' database and open the 'realmlist' table. There, change the address from '127.0.0.1' to 'myexternalipaddress'
 

bastoun420

Trial Member
2
2014
0
First of all make sure you have open your ports

Those ports need to be open
search your router and follow the BASIC

80 for website
3306 for mysql
3443 for remote acces
7878 for soap
3724 realmlist port
8085 world port


Than you need to go to C:/Windows/System32/Drivers/etc/' and open the 'hosts' file with notepad and make sure you edit it




The last step

go into the 'auth' database and open the 'realmlist' table. There, change the address from '127.0.0.1' to 'myexternalipaddress'

Thanks but my vps have all ports open

I use this tutorial http://britania.ws/board/index.php?...son-serveur-en-ligne-avec-no-ip-sous-trinity/
 
Top