Gamecommunity =GCHQ=
http://forum.gamecommunity.co.uk:8080/

C&C3 online EDIT: PATCH FIXED IT :)
http://forum.gamecommunity.co.uk:8080/viewtopic.php?f=6&t=39743
Page 1 of 2

Author:  Mike=GCHQ= [ Fri Mar 30, 2007 1:34 pm ]
Post subject:  C&C3 online EDIT: PATCH FIXED IT :)

i have a BT Hub.. so i blame that at the moment..
dont know how to do port fowarding if thats the solution

anyone else got this problem or know how to fix it?

i also observed that when i join a custom game.. i cant pick side/team/colour etc... so thats probly because of a connection issue also.

Image

Author:  Stealth [ Fri Mar 30, 2007 2:09 pm ]
Post subject: 

I got that problem on Zero Hour, i fixed it by forwarding the right ports.

htttp://portforward.com :wink:

Just select the game and look for im guessing BT Home Hub for you.

It'l take you through the right steps.

Author:  happyslappy [ Fri Mar 30, 2007 2:57 pm ]
Post subject:  c+c

i had this problem with there last one - id hoped they fixed it in this

Author:  Mike=GCHQ= [ Fri Mar 30, 2007 3:54 pm ]
Post subject: 

not sorted it yet

Author:  Sleeper Service=GCHQ= [ Fri Mar 30, 2007 4:33 pm ]
Post subject: 

You really shouldn't have to open an external port just to play a game.

That really is rubbish

Author:  Mike=GCHQ= [ Fri Mar 30, 2007 5:10 pm ]
Post subject: 

i know tell me about it

someone who has a vague idea of what they're doin with port fowarding vnc to me and do it for me by any chance?

i just tried to do it

but ... no luck

Image

the hub has a number of games listed already for convenience, generals and zero hour being some...some of the port numbers are the same... so its a case of replicating and filling in the gaps... but im doing something wrong

Image

Author:  happyslappy [ Fri Mar 30, 2007 5:35 pm ]
Post subject:  ports

you need to tell it the ip to forward to - the windows box

Author:  Mike=GCHQ= [ Fri Mar 30, 2007 10:30 pm ]
Post subject: 

by the way... it does the same with my netgear router... :roll:
im krap at port fowarding (dont really understand the terminology)

really annoying me this.. i'm keeping an eye on forums and that ... im not the only 1 with the problem...and apparently a lot of people have said its been an issue with generals in the past..

i have found good sites.. but not that have fixed it for me
http://www.portforward.com/english/rout ... bindex.htm
http://www.frequencycast.co.uk/homehub.html#port
http://forums.ea.com/mboards/thread.jsp ... 3&tstart=0
http://forums.ea.com/mboards/thread.jsp ... dID=201032

Author:  Mike=GCHQ= [ Mon Apr 02, 2007 1:09 am ]
Post subject: 

still having this problem .. has to be down to network issue.. dont reckon a patch will sort it..

should be able to pick team etc.. but obviously something dodgy going on..

Image

here's the ports i've fowarded

Image

GRRRRRR

i have a BT HOME HUB...... gonna try netgear again and see what happens

btw slappy when i add it ... it automatically knows that its my machine...u select the device fowarding when u choose the app..

Author:  JFK=GCHQ= [ Mon Apr 02, 2007 10:55 am ]
Post subject: 

hmm, av got a BT home hub, and i havnt had any problems yet

Author:  Mike=GCHQ= [ Mon Apr 02, 2007 12:45 pm ]
Post subject: 

JFK=GCHQ= wrote:
hmm, av got a BT home hub, and i havnt had any problems yet


grrr... question, where it says IP in network .. are you getting your internal ip...192.xxx.x.x

or like your internet IP?
86.xx.xx.xx

have you needed to foward the ports?

Author:  flatline=GCHQ= [ Mon Apr 02, 2007 12:46 pm ]
Post subject: 

have you tried forwarding your internal ip to the DMZ ?

Author:  Mike=GCHQ= [ Mon Apr 02, 2007 12:49 pm ]
Post subject: 

yer.. didnt work

also tried it on my netgear router the other day.. didnt work
however i did get a automatch game in...
with my current setup

its just that custom play thing that seems to be the problem

Author:  Mike=GCHQ= [ Mon Apr 02, 2007 2:08 pm ]
Post subject: 

also JFK.. are you ADSL BT?

do u have a dynamic internet IP address?
mine changes each time i reconnect the hub

wondered if its worth looking into DNS..

is your network DCHP?

Author:  happyslappy [ Mon Apr 02, 2007 3:02 pm ]
Post subject:  working

i got mine working with this - just change the syntax to match urs
sure is alot of ports - a patch wont fix this , i get why it wont work behind routers
###

iptables -A PREROUTING -t nat -p tcp -i eth2 --dport 80 -j DNAT --to 192.168.0.61:80
iptables -A PREROUTING -t nat -p tcp -i eth2 --dport 6667 -j DNAT --to 192.168.0.61:6667
iptables -A PREROUTING -t nat -p tcp -i eth2 --dport 28900 -j DNAT --to 192.168.0.61:28900
iptables -A PREROUTING -t nat -p tcp -i eth2 --dport 27900 -j DNAT --to 192.168.0.61:27900
iptables -A PREROUTING -t nat -p tcp -i eth2 --dport 28910 -j DNAT --to 192.168.0.61:28910
iptables -A PREROUTING -t nat -p tcp -i eth2 --dport 29900 -j DNAT --to 192.168.0.61:29900
iptables -A PREROUTING -t nat -p tcp -i eth2 --dport 29901 -j DNAT --to 192.168.0.61:29901

iptables -A PREROUTING -t nat -p udp -i eth2 --dport 4321 -j DNAT --to 192.168.0.61:4321
iptables -A PREROUTING -t nat -p udp -i eth2 --dport 27900 -j DNAT --to 192.168.0.61:27900
iptables -A PREROUTING -t nat -p udp -i eth2 --dport 13139 -j DNAT --to 192.168.0.61:13139
iptables -A PREROUTING -t nat -p udp -i eth2 --dport 2049 -j DNAT --to 192.168.0.61:2049
iptables -A PREROUTING -t nat -p udp -i eth2 --dport 28910 -j DNAT --to 192.168.0.61:28910
iptables -A PREROUTING -t nat -p udp -i eth2 --dport 2949 -j DNAT --to 192.168.0.61:2949
iptables -A PREROUTING -t nat -p udp -i eth2 --dport 6500 -j DNAT --to 192.168.0.61:6500
iptables -A PREROUTING -t nat -p udp -i eth2 --dport 8088:28088 -j DNAT --to 192.168.0.61:8088:28088

Page 1 of 2 All times are UTC [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/