-
c# Programmer
Can't make my server public
I opened the ports: 7001 tcp 7002 tcp 7005 udp and 3306 tcp/udp
I tried using hostname localhost and my wan ip in the server.
I tried using a no-ip and my wan ip in the client (its on serverdialog in the .jar file)
Opened the ports in both firewall and router.
But it doesn't connect to the server.
What am I doing wrong?
-> My O.S is Windows 7 Ultimate 64bit
-
-
Death Welcomes All
Re: Can't make my server public
what server are you using?
-
c# Programmer
Re: Can't make my server public
PKMN-NEXUS version of PokeNet
Ports are okey (7001, 7002, 7005, 3306) in both Router and Firewall.
Client has the WAN IP.
Tried server with 127.0.0.1 localhost and the WAN IP.
Nothing seems to work.
Also I tried the same server/client in LAN (localhost) and it worked fine.
-
Apprentice
Re: Can't make my server public
Are you sure that you gave client side the good ip?
And as important, did you recompile?
-
c# Programmer
Re: Can't make my server public
I know its okey, because I did the same to change the ip to 127.0.0.1 when I was testing local.
Imported the client to Eclipse, changed the ip to my wan ip in the serverdialog (190.88.30.189)
Then exported the .jar file again.
-
Apprentice
Re: Can't make my server public
I can give you a hand on skype if you want, pm me.
-
Banned
Re: Can't make my server public
Open cmd.
Type in 'ipconfig' (without the ')
Look for your IPv4 address
Portforward your ports on that IP.
Use that instead of localhost or 127.0.0.1
-
c# Programmer
Re: Can't make my server public
I'm using PokeMMO files now.
Thanks anyways :)