Lets get it rolling! G2
#2
Banned

I have G2 but still trying to figure out why I'm getting booted off of multiplayer after just a minute or two all the time. I have a small network here and need to hook up directly to the net to see if the firewall/proxy is causing problems somehow. I also have some Apple software on the pc so it can talk to the Apple Computers here and that might be causing it. I'll find it eventually but am too buried revving up RCUniverse to troubleshoot it this week.
#3

My Feedback: (45)
Join Date: Nov 2001
Location: Wilsonville,
OR
Posts: 1,694
Likes: 0
Received 0 Likes
on
0 Posts

Hi RCadmin,
I have just recently tried multiplayer with a couple of guys. The first time, everything worked fine, but when the new guy tried to join in he was kicked off everytime he tried to log in. He turned off his firewall and everything worked fine.
Bill
I have just recently tried multiplayer with a couple of guys. The first time, everything worked fine, but when the new guy tried to join in he was kicked off everytime he tried to log in. He turned off his firewall and everything worked fine.
Bill
#4

What firewall software was he using?
Maybe he needs to setup a route through the firewall to the multiplayer host to allow it to act as a server!
Just a thought.
Maybe he needs to setup a route through the firewall to the multiplayer host to allow it to act as a server!
Just a thought.
#6

Missed this forum. Didn't know it was added.
I am sending my G2 disc off to get another one. It's been battle scard pretty good. As soon as it comes back I can try some multiplayer.
I am sending my G2 disc off to get another one. It's been battle scard pretty good. As soon as it comes back I can try some multiplayer.
#7

My Feedback: (45)
Join Date: Nov 2001
Location: Wilsonville,
OR
Posts: 1,694
Likes: 0
Received 0 Likes
on
0 Posts

Hi maverick,
Thanks for the idea on the firewall. I don't know what type of firewall he's running. The guy's in IT so I'm sure he'll find a solution. He didn't want to fool with it at the time, so the easiest thing to do was to just turn it off. If I find out what firewall he's running, and what the solution is, I'll post it here.
Bill
Thanks for the idea on the firewall. I don't know what type of firewall he's running. The guy's in IT so I'm sure he'll find a solution. He didn't want to fool with it at the time, so the easiest thing to do was to just turn it off. If I find out what firewall he's running, and what the solution is, I'll post it here.
Bill
#8

My Feedback: (45)
Join Date: Nov 2001
Location: Wilsonville,
OR
Posts: 1,694
Likes: 0
Received 0 Likes
on
0 Posts

The guy I was playing with that was having problems was using a Linksys Firewall/Router. Turning it off fixed the problem, but he said he knows there is a way to configure a port to allow game access, he just hasn't read up on how to do it yet. I would think that software firewalls wouldn't give any problems.
Bill
Bill
#9

I use a software firewall called ZoneAlarm. It has ways to configure routes through the firewall and ways to configure applications to run as servers on your local machine.
It is a basic free download for personal use and I think it is much better than using nothing, especially for people with 'always on' internet connections like DSL and cable modem.
You can check it out at:
http://www.zonealarm.com/
It is a basic free download for personal use and I think it is much better than using nothing, especially for people with 'always on' internet connections like DSL and cable modem.
You can check it out at:
http://www.zonealarm.com/
#10

My Feedback: (45)
Join Date: Nov 2001
Location: Wilsonville,
OR
Posts: 1,694
Likes: 0
Received 0 Likes
on
0 Posts

Hi Maverick,
Yes, ZoneAlarm is excellent software, and yes, absolutely anyone with an "always on" connection should use some form of firewall protection. I used to have cable and used BlackICE Defender, which is also excellent, fairly cheap firewall software. I had problems with ZoneAlarm on my machine, but I know many people using it without any problems. If you can afford it, something like the LinkSys router/firewall will provide superior configurable protection.
I have DirecPC satellite now (no cable or DSL available), and it isn't necessary when using their setup as they route all traffic through their system and there's no way for someone to have direct access to your system....which is a real drawback if you want to run a server. Even though I have a fixed IP, I tried to be a server for G2 and the other guys couldn't "see" my machine.
Bill
Yes, ZoneAlarm is excellent software, and yes, absolutely anyone with an "always on" connection should use some form of firewall protection. I used to have cable and used BlackICE Defender, which is also excellent, fairly cheap firewall software. I had problems with ZoneAlarm on my machine, but I know many people using it without any problems. If you can afford it, something like the LinkSys router/firewall will provide superior configurable protection.
I have DirecPC satellite now (no cable or DSL available), and it isn't necessary when using their setup as they route all traffic through their system and there's no way for someone to have direct access to your system....which is a real drawback if you want to run a server. Even though I have a fixed IP, I tried to be a server for G2 and the other guys couldn't "see" my machine.
Bill
#11

I have the Linksys router on my cable modem. And I also run zonealarm.
If you do use the Linksys, you may have to set your machine as the DMZ host for G2 to work. Not sure, I haven't tried it, but some games will need the setting.
If you do use the Linksys, you may have to set your machine as the DMZ host for G2 to work. Not sure, I haven't tried it, but some games will need the setting.
#12
Senior Member
My Feedback: (1)
Join Date: Dec 2001
Location: College Station, TX
Posts: 245
Likes: 0
Received 0 Likes
on
0 Posts

You will need to find out what port is being used by your pc to set this up through the firewall. The easy way to do this is to temporarily bypass your firewall by either setting your machine up to be a DMZ host, or by simply plugging your connection from your DSL or Cable modem directly to your pc (you will need to reboot to obtain a proper IP after this).
Once that is done, launch the game in multiplayer mode, in a window if possible, or minimize to windows.
Go to a command propmpt (dos prompt) and type in "netstat -a". This will give you a listing of all of your current listening, open, and established sessions on your pc. You should be able to pick out which one of these G2 is using. It will look something like this:
Local++++++++++++++++++Remote++++++++++++State
dave:1728++++++ bobby.anywhere.net:8315+++++Established
The port you will need is the local one. In this example it is 1728.
Now, reconnect everything as it was before you started and reboot your pc to obtain your LAN (local) IP address (usually a 192.168.0.x.
On your firewall software or gateway/router, you can specify that any request on port 1728 be routed to your local IP (the 192.168.0.x address).
That's it. I have done this for many applications and it works well.
-Dave
Once that is done, launch the game in multiplayer mode, in a window if possible, or minimize to windows.
Go to a command propmpt (dos prompt) and type in "netstat -a". This will give you a listing of all of your current listening, open, and established sessions on your pc. You should be able to pick out which one of these G2 is using. It will look something like this:
Local++++++++++++++++++Remote++++++++++++State
dave:1728++++++ bobby.anywhere.net:8315+++++Established
The port you will need is the local one. In this example it is 1728.
Now, reconnect everything as it was before you started and reboot your pc to obtain your LAN (local) IP address (usually a 192.168.0.x.
On your firewall software or gateway/router, you can specify that any request on port 1728 be routed to your local IP (the 192.168.0.x address).
That's it. I have done this for many applications and it works well.
-Dave
#13
Senior Member
My Feedback: (2)
Join Date: Dec 2001
Location: Wayne, NJ,
Posts: 1,554
Likes: 0
Received 0 Likes
on
0 Posts

RCadmin,
If you could use the multiplayer for a minute or two, it should not the gateway router. If it was, you would not have made a connection at all. It would have blocked the original connection. Chances are, the issue is elsewhere...
Just a note; When I used my Netgear 314(?) with HalfLife/TFC/Counter Strike, the latency was higher than without it. Therefor, the router was adding a bit of latency for processing time. This should not affect connection stability, just speed.
Later, Jason
If you could use the multiplayer for a minute or two, it should not the gateway router. If it was, you would not have made a connection at all. It would have blocked the original connection. Chances are, the issue is elsewhere...
Just a note; When I used my Netgear 314(?) with HalfLife/TFC/Counter Strike, the latency was higher than without it. Therefor, the router was adding a bit of latency for processing time. This should not affect connection stability, just speed.
Later, Jason

#14
Member
Join Date: Dec 2001
Location: St. Louis, MO
Posts: 96
Likes: 0
Received 0 Likes
on
0 Posts

There is actually a host up 24/7 and I hope to see some of you guys on it this Christmas season! For the IP enter
rcweb.d2g.com
then tell it to search. Leave the port number blank.
If you don't get in right away, the site goes down for maintenance once in a while, so I guess it's not quite 24/7.
-Snaggs
rcweb.d2g.com
then tell it to search. Leave the port number blank.
If you don't get in right away, the site goes down for maintenance once in a while, so I guess it's not quite 24/7.
-Snaggs