Jump to content

How to make your game online with port forward


Miharukun

Recommended Posts

What you need is

1. Good internet speed and connection

2. a little bit of passion :D

 

Okay let's just make it simple and fast.

First you need to do is go to mozilla or chrome and type 192.168.1.1 or 192.168.0.1 Depends on your router and the id and pass is admin and admin, to check it go to your cmd.exe and type ipconfig.

like this one, the Default gateway one. 

Spoiler

68b2514fa5712ad1b67ef4ad45521e5f.png

Don't close your cmd.exe first, now after you already inside your router settings go to Aplication & Gaming tab and click Port Range Forwarding like so

Spoiler

442b3074dc8a31d2bc3111b0791bbe2e.png

And then in the Aplication name thing, just put Intersect or Intersect Server or your game name :P and for the port there's something important and for this tutorial i just make it port 4599. for the important port thread click spoiler below. and for the Protocol use TCP and for the IP addresses type the one you got from your cmd.exe the IPv4 address one and then click Enable and apply. :D Almost there guys!

Spoiler

 

And now go to http://www.canyouseeme.org/ and make sure you already set the port like the one in your router settings in config.xml in server file, and turn on the server.

if it's success it would say I can see your service on port 4599 if not it's the opposite. And don't close the canyouseeme.org to make it online for your friend, go to config.xml in client file and change the host into Your IP on canyouseeme.org and change the port into 4599. now just upload the client files for your friend to play with you! :D Hope this help! If you have any question, feel free to ask i will try to help you as best as i could. and sorry for my suck english.

Spoiler

23e8ed528c82b5b8a365bf0d9dd4ac3c.png

2ac332fe5029bb82c98e1c95bdea1b5f.png

 

Link to comment
Share on other sites

6 hours ago, PhenomenalDev said:

@Miharukun Lel thanks for making this tutorial man :P no more having to tell people in the shoutbox we will just link here thanks for this.

Np man! I'm glad i can contribute something :D 

 

3 hours ago, yeroC said:

Great guide! Super useful for the noobs! :P

Thanks man! :D

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 2 years later...
21 hours ago, DonutDev said:

"Error: I could not see your service on 179.XX.XX.XXX on port (1024)" :C
I even have the same router thing and still get this :CCCC

Make sure you have set the config in Server and turn  the server on. and see if it's working or no :)

Link to comment
Share on other sites

"PlayerDatabase": {
    "Type": "sqlite",
    "Server": "localhost",
    "Port": 3306,
    "Database": "",
    "Username": "",
    "Password": ""
  },
  "GameDatabase": {
    "Type": "sqlite",
    "Server": "localhost",
    "Port": 3306,
    "Database": "",
    "Username": "",
    "Password": ""

Do I have to change those?
~I mean it's not working yet ewe

 

  "GameName": "NoNameYet",
  "ServerPort": 8080,
  "AdminOnly": false,
  "BlockClientRegistrations": false,
  "UPnP": true,
  "Player": {
    "MaxStat": 999,
    "MaxLevel": 100,
    "MaxInventory": 35,
    "MaxSpells": 35,
    "MaxBank": 100,
    "MaxCharacters": 5,
    "ItemDropChance": 0,
    "RequestTimeout": 300000

 

I know I should  be always checking in to know if I got replied, but if it is not a problem, I usually check discord very often. donut#8086

C:

 

I'm sorry xD I know too many replies, I'm not really used to the forum format yet.

But I got the game to work o.o
I did the netdebug thing, and I saw there was an IP for my router as well (not my computer), so I insterted that link to the game client config and it worked. I'm not sure if I want it to be like that but... I guess that'll do for now...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...