Skip to content

How to connect to server through different wifi network. #1688

Answered by RainbowMiner
MrMechanical asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you :)

Regarding your networking question: that depends.

  • If your server sits behind a network router, you will need IP and port forwarding. In that case, you would setup a port forward to your server's internal IP address/port (typically 192.168.1.x, port 4000) in your router admin. An example would be to add a port forward from external port 4000 to 192.168.1.100:4000 - now you can address the server by using the router's external IP address plus port 4000. If you are connected to a network provider, that changes IP addresses frequently, you'll need to register your router to a DDNS service.
  • If your server is connected directly to the internet, it can be addressed via it's IP addr…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@shado214
Comment options

Answer selected by RainbowMiner
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested answered documentation Documentation and help
3 participants
Converted from issue

This discussion was converted from issue #1529 on August 05, 2021 10:41.