Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NAT - Port forwarding - Share your server over the internet🔧 [Support] #2537

Closed
noire-x opened this issue Mar 5, 2024 · 3 comments
Closed
Labels

Comments

@noire-x
Copy link

noire-x commented Mar 5, 2024

Hi there peeps,
and thanks for the project!
I would like to host a server on debian 12 for my guild so to get some practices going on.
Which ports need to be forwarded to the server? Do you have a wiki about getting started about this? Also about configuring the clients to reach my server from the internet?
Many thanks!

@noire-x noire-x added the support label Mar 5, 2024
@GrenderG GrenderG closed this as completed Mar 5, 2024
@noire-x
Copy link
Author

noire-x commented Mar 6, 2024

Hi thanks for your reply.
I have found it out also surfing on some of your forums so just posting my quick "solution" here

NAT/Forward Ports in your modem/router to the internal IP address of your server (in this case 192.168.1.33):

  • TCP 3724
  • TCP 8085

If you then have issues with Realm selection/loop make sure you have edited the IP address with your Public IP address which is the one your ISP assigns you to navigate in internet/outside your internal network. You can get your Public IP googling "myip".
Then edit your DB using for instance phpmyadmin and add your public IP into the "address" column (in this case the Public IP address added is 170.21.133.118)

image

Then edit your file realmlist.wtf, delete anything in there and just add this row:

set realmlist 170.21.133.118
(You must change the Public IP above with your own)

Hope it will help!

@noire-x noire-x changed the title NAT🔧 [Support] NAT - Port forwarding - Share your server over the internet🔧 [Support] Mar 6, 2024
@mserajnik
Copy link
Contributor

@noire-x FYI, the realmlist.address column can also contain a domain instead of an IP (which might be useful when the server is run on a machine that has a dynamic WAN IP and uses DDNS).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants