How can I run a game server on a computer behind a NAT, if I have another computer not behind a NAT?
Posted
by
Macha
on Super User
See other posts from Super User
or by Macha
Published on 2010-12-28T21:05:42Z
Indexed on
2010/12/28
21:55 UTC
Read the original article
Hit count: 257
networking
- My home connection is part of a large NAT, outside my control.
- Inside my home, my router has a NAT, under my control.
- I control a public facing Linux VPS with one IP address, outside my home network.
Ideally, what I'd like to do is set something up so that I connect my home computer to my VPS, and after that port X on my VPS leads to port Y on my home computer, for the purposes of running a game server of a game that does not run under Linux. Is this possible?
© Super User or respective owner