Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need to run a server/client program behind many firewalls...

Status
Not open for further replies.

2016nc

Programmer
Jun 3, 2002
31
US
I need to run a server/client program behind many firewalls. Basically what I will be running is a game sever which I want clients to be able to connect to from outside of the many firewalls I am behind. I do not manage these networks, but I can have the authority to tell the people who do to do whatever I need. This is my question: What should I ask them to do? I don't want to go there on a fishing expedition, becuse I feel I will get slower and incomplete help. I want to at least seem to have an idea of what I want them to do for me. I am pretty sure that all the machines are UNIX/Linux. I would appreciate any help and/or links y'all could provide me with. Thanks in advance.
 
There's two parts to it:

Tell them to open up whatever port your users will need to communicate. Check your docs for that.

If your machine is on a non-routable IP address (10.x.x.x, 192.168.x.x, 172.[16 through 31].x.x) you will need to have them use Network Address Translation to map a routable address to your machine's non-routable address.

Of course, this will only work if you have a static IP address (routable or non- ) assigned to your machine. If your machine is assigned an IP address dynamically, it gets more complicated. Perfection in engineering does not happen when there is nothing more to add. Rather it happens when there is nothing more to take away.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top