Allow someone to join a local LAN via a public ip?

2

We are doing a small PC Lan at an apartment, but a couple of the persons playing want to play from home. Is there any easy way to do this, that would not require all the players to install anything extra?

(I know hamachi exists but don't want to have everyone have to install anything extra.)

Joshua Enfield

Posted 2010-08-31T14:38:00.290

Reputation: 204

Answers

4

Setup a server for the game, such as a Quake 3 server. Then configure Network Address Translation (DNAT) on your router.

Warner

Posted 2010-08-31T14:38:00.290

Reputation: 481

3

If you just want to give access to the game, then use Warner's solution, but if you want to make it act as if they're on your network, you'll want to set up a VPN.

gWaldo

Posted 2010-08-31T14:38:00.290

Reputation: 318

1

Configuring a VPN would be a good idea, but if you do not want externals to install anything, the solutions may become tricky on your side

  • find out which ports are opened on your firewall/router (WAN -> LAN), and configure a IP tunnel. Then your friends should initiate the connection from their home, to your IP address / tunnel port

  • like Warner said, configure NAT / DNAT, open a port that is forwarded to your local machine (on a port that your game understands!) then your friends again have to initiate the connection from home

Mentioning other solutions less likely to apply ...

  • if they live next door, a long network cable...
  • if they live not that far, use a wireless router

Ring Ø

Posted 2010-08-31T14:38:00.290

Reputation: 483

1That would be VPN, not VLAN. Important distinction. – None – 2010-08-31T14:55:09.167

Oops, I'm currently in the middle of switches configuration... Thanks! – None – 2010-08-31T14:58:23.567