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

Port Forwarding #1

Closed
0rxa opened this issue May 9, 2018 · 3 comments
Closed

Port Forwarding #1

0rxa opened this issue May 9, 2018 · 3 comments

Comments

@0rxa
Copy link

0rxa commented May 9, 2018

I'm running the server in my home network. Which ports do I need to forward for it to be accessed from the internet?

@0xddom
Copy link

0xddom commented May 11, 2018

With the setup in the docker-compose as is, the ports are forwarded to the host. If you want to forwards the ports to the Internet from the host check your config in your host and in your router

@fritz-net
Copy link

this is taken form the readme:
docker ps -a
84343f81034f pwn3server "/opt/pwn3/setup/gam…" 0.0.0.0:3000-3010->3000-3010/tcp, 5432/tcp pwnadventure3_game_1

maybe port 3000 to 3010 and 5432 are the ports you are looking for?

also try this nice command netstat -tulpen it will tell you a lot about your open ports

@bennieboj
Copy link
Contributor

You need to open ports 3000 to 3010 since these are the game servers.
Also people need to be able to connect to the master server, that is on port 3333.

You should NOT open port 5432, which is the database port.

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

No branches or pull requests

5 participants