Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
1 registered members (Grant), 999 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Testing A5 with a Game Spy Lobby. #8819
04/20/02 07:07
04/20/02 07:07
Joined: Mar 2002
Posts: 1,835
Minneapolis, Minnesota, USA
Nardulus Offline OP
Serious User
Nardulus  Offline OP
Serious User

Joined: Mar 2002
Posts: 1,835
Minneapolis, Minnesota, USA
Next week we start testing our A5 multiplayer game using Game Spy as our lobby. Players will "Create" a game in Game Spy that will be the A5 host "-sv -cl" and we will wait for 1 to 3 more clients to join in, "-cl" then we will launch the multiplayer session.

The LAN version of the game is working awesome. I have not found any information in the manual that accounts for Internet connections via a Lobby or regarding a computer that has both LAN and Interent connections. Since Direct Play really only needs an IP address for the host and its clients life should be good for a host.

My question is this. I have a DSL connection at the office and we share the DSL over the network. Is there a way I can tell A5 "clients" to look for my game via the DSL Interent connection and not look on the LAN.

Will people that are connected to a network be able to find my Internet game.

Thanks in advance for any info. I will be hip deep in Game Spy lobbies next week.

Ken Patterson
ken@digcontent.com

Re: Testing A5 with a Game Spy Lobby. #8820
04/20/02 08:04
04/20/02 08:04

A
Anonymous
Unregistered
Anonymous
Unregistered
A



By "sharing" your DSL connection, do you mean that you're using (for example) a Linksys DSL router?

If so, the only IP address known to the outside world will be your WAN IP address. And since a DSL router uses NAT, there won't be direct IP address that you can give to your gaming clients.

Further, most DSL providers use DHCP, so your WAN IP address *could* release without warning then get renewed to something totally different - Game Crash. Then again, you could have a static WAN IP in which case the above is not an issue.

Before pursuing further technobabble, I'll await a response to confirm your DSL router status.
Ahh, this might interest some other forum members.

The first thing you'll need to know are which ports (or port ranges) are used by A5 for Client/Server communications. (Never seen a Doc on that...Doug/JCL/Marco ?)
Then (on the router) you'll need to route those ports to your server's IP address (the "internal" IP). That's about the best you can do, since I *don't* recommend you put your server IP in the router's "DMZ" - begging for hackers, trojans, etc...

To monitor your WAN IP address you'll need a web page you have permission to update (post), and an IP-poster application - which updates the web page with your WAN IP information at an interval you specify. Hint: search for "IPApub".

Good Luck....

Re: Testing A5 with a Game Spy Lobby. #8821
04/21/02 11:53
04/21/02 11:53

A
Anonymous
Unregistered
Anonymous
Unregistered
A



I will get up details on Monday about my congifuration at the office for testing. Bear with me I am a game coder not a Network Administrator.

I have been able to play "Motor City Online" succesfully so there may be hope for my configuration.

I got my "Game Spy" staging area setup yesterday.

Does the Dynamic IP selection in networks mean I will actually get a unqiue IP.

You help will be appreciated as I move along on this.

Ken Patterson

Re: Testing A5 with a Game Spy Lobby. #8822
04/25/02 00:54
04/25/02 00:54

A
Anonymous
Unregistered
Anonymous
Unregistered
A



IF it uses Network Address Translator(NAT) then no it wont give out it addresses to incoming connecitons. NAT is used to go outside of your network. If you run DHCP on your network then NAT will not work the two are incompatible. NAT works by assiging port numbers to the lan conneciton systems and then assigns the port numbers to its IP address so the box or device running NAT is considered the gateway. If you want to do what your are talking about look into using a firewall and/ or Proxy server.
1st rule of networking all servers must have a static IP address. IF you are connecting via the internet then the server conneciton that is connected to the internet must have a static valid registered IP address. Normally DSL conneciton is a static IP address however if you have serveral connecitons ouccuring at once then you should be concerned by the bandwidth or throughput of your LAN and WAN connecitons. You do not want to use a 56k line for your server.
Your best bet would be to rent space a web page provider.

Yes DHCP gives out a unique IP address of the the network segment you are on. The normally changes every 8 days, this is the default lease period.


Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1