Jump to content

Can not get ip public adress


Recommended Posts

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Honorable Member

Well dev, im doing my selfmaded game, and today when i test it in a VirtualBox, i see the game don't start.

 

How can i fix this, for use it in dedicated servers & hamachis & virtual box ???

 

Kind Regards

 

Akroma

Without editing the game core, you can always do one of those two things:
  • Add this inside all your CONFIG files:

    BIND_IP: THEIPOFTHEMACHINE
  • Run the game with the -I option specifying the ip:

    ./game -I THEIPOFTHEMACHINE
Link to comment
Share on other sites

 

Well dev, im doing my selfmaded game, and today when i test it in a VirtualBox, i see the game don't start.

 

How can i fix this, for use it in dedicated servers & hamachis & virtual box ???

 

Kind Regards

 

Akroma

Without editing the game core, you can always do one of those two things:
  • Add this inside all your CONFIG files:

    BIND_IP: THEIPOFTHEMACHINE
  • Run the game with the -I option specifying the ip:

    ./game -I THEIPOFTHEMACHINE

 

BIND_IP thing is to kick you enter the character, if you use the virtual machine.

 

But it is possible to work and like you said.
 
I have encountered this problem: D
Link to comment
Share on other sites

  • Honorable Member

BIND_IP thing is to kick you enter the character, if you use the virtual machine.

It always worked to me. Probably, you placed the wrong IP at that time. It should be the one displayed from "ifconfig". (there are as many as the network cards installed in there btw)

My solution can be used for the ones who have more network cards to use, or if they don't want to edit the binary.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.