2 Players On One Connection (CSS)

Soldato
Joined
7 Jan 2003
Posts
4,458
Location
Gold Coast, Australia
Both of us can play fine on our own but when the other one joins the game our pings go off the scale and we lag out. Is there a setting that is doing this or something.

We both have Vista Ultimate.
 
If you're both using the same port use this in your firewall rule, adjusting it as necessary:

iptables -t nat -I PREROUTING -p udp -d 9.235.128.20 --dport 63002 -j DNAT --to-destination 192.168.1.2:6112
iptables -t nat -I POSTROUTING -p udp -s 192.168.1.2 --sport 6112 -j SNAT --to-source 9.235.128.20:63002

iptables -t nat -I PREROUTING -p udp -d 9.235.128.20 --dport 63003 -j DNAT --to-destination 192.168.1.11:6112
iptables -t nat -I POSTROUTING -p udp -s 192.168.1.11 --sport 6112 -j SNAT --to-source 9.235.128.20:63003
 
How much upload speed do you have? If you are sending a lot of packets to the server then you will possibly need more than 256kbit.
 
hi I also have the exact same problem, however on some occasions we are able to play css at the same time its weird. Also I upgraded from 2mb vm bb to 10mb we still get the same problem, my router is pretty descent (dlink dir 655) so I done think its that. Any ideas how I fix this issue its been a problem for a long time :(
 
If you're both using the same port use this in your firewall rule, adjusting it as necessary:

iptables -t nat -I PREROUTING -p udp -d 9.235.128.20 --dport 63002 -j DNAT --to-destination 192.168.1.2:6112
iptables -t nat -I POSTROUTING -p udp -s 192.168.1.2 --sport 6112 -j SNAT --to-source 9.235.128.20:63002

iptables -t nat -I PREROUTING -p udp -d 9.235.128.20 --dport 63003 -j DNAT --to-destination 192.168.1.11:6112
iptables -t nat -I POSTROUTING -p udp -s 192.168.1.11 --sport 6112 -j SNAT --to-source 9.235.128.20:63003

About as much use as a chocolate fireguard unless he's using a linux-based router :P

To OP & cplhardnut - My suggestion is try knocking your rates down... Google it for console commands or just set your connection to be a bit slower in Steam, see if that helps.
Used to help with 1.6 anyway.
 
hi thanks for reply, but the thing is I've already tested a wide range of rates ranging from 10,000 to 30,000, this didnt help I also tried playing around with cl_cmdrate and cl_updaterate. Would portforwarding or entering a firewall rule for CSS fix the problem?
 
are you with virgin media ? they do tend to have very poor upload speeds so maybe your just running out of bandwidth
 
About as much use as a chocolate fireguard unless he's using a linux-based router :P

Perhaps, I'm not sure which routers allow simple firewall rule changes like the ones I suggested but if not a linksys wrt54g that will do it costs £15.
 
Back
Top Bottom