Linux Netfilter discussions
 help / color / mirror / Atom feed
* CnC General and ipitables woes. Need HELP PLS!
@ 2003-04-17  0:58 SBlaze
  2003-04-17  2:53 ` Sascha Reissner
  0 siblings, 1 reply; 5+ messages in thread
From: SBlaze @ 2003-04-17  0:58 UTC (permalink / raw)
  To: nf

Recently a friend and I decided we would like to play EA's Command and
Conquer's Generals in a "Direct Connect" game. We had a time finding
information about the ports needed. The Readme file would have you believe you
need to open alot of ports to make this work... however upon inspection of the
games pratices... I discovered that it listens on port 8086 for UDP(always)..
Once a game is started 8088 opens.... So in leaning this(my friend and I)
thought we could get by with just some standard PREROUTING(see below)

iptables -t nat -A PREROUTING -p udp --dport 8086 -j DNAT --to-destination
192.168.1.25:8086
iptables -t nat -A PREROUTING -p udp --dport 8088 -j DNAT --to-destination
192.168.1.25:8088

I'm not the only one having this problem as you can see here...

http://www.computing.net/linux/wwwboard/forum/18596.html  

So my question is... is some sort of con. tracking mod needed? Anyone know
anything about this problem? Thanks for your time and help anyone

P.S. The friend and I also tried the FirewallPortOveride option and had it
ignored as well... So we are at a loss after for searching for help...
I'm turning to you capable guys for help :}}





=====
"No touchy NO TOUCHY! Emperor Kuzko -=Emperor's New Groove=-"

__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com


^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: CnC General and ipitables woes. Need HELP PLS!
@ 2003-04-17 13:45 Bret Holbrook
  2003-04-17 17:15 ` SBlaze
  0 siblings, 1 reply; 5+ messages in thread
From: Bret Holbrook @ 2003-04-17 13:45 UTC (permalink / raw)
  To: "nf", netfilter, , , "SBlaze", dagent.geo

I also had the same issue with CnC and there is an .ini file with a port
over-ride in it, but adjusting it produced no successful result.  I am
also struggling with NWN.  After putting all the appropriate prerouting
commands in as you did with all the ports they suggest, it still does
not work.  There have been many other games I've struggled with also.  I
have actually only been able to get a fraction of them working.  It
seems by the time I get the rules working and am done scouring the
internet for help, we are playing a different game :).  I am considering
just plugging my dedicated linux server into the internet, setting up
basic masq for my internal pc's to surf, burning an image of the HD, and
leaving it wide open to attack from the internet.  If some kid wants to
run a newsgroup server off it, fine, as long as I can play my video
games with my buddies in college.  Setting up basic Iptables was no
sweat, this more advanced routing for video games and such is extremely
complex to the un-learned.

>>> "Sascha Reissner" <sascha.reissner@toxicnet.de> 04/16/03 10:53PM
>>>
From: "SBlaze" <dagent.geo@yahoo.com>

[...]

> So my question is... is some sort of con. tracking mod needed? Anyone
know
> anything about this problem? Thanks for your time and help anyone

[...]

Those kind of games tend to include the IP address of the "gaming"
machine
withing the payload of their datapackets.

As i don't know that game i can just tell you that you might want to
take a
look into .ini files or parameters for the game to override that
behaviour.

Some games allow players via parameter to set a different ip that will
get
included into the data payload.

Greets,
Sascha





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-04-17 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-17  0:58 CnC General and ipitables woes. Need HELP PLS! SBlaze
2003-04-17  2:53 ` Sascha Reissner
2003-04-17 17:14   ` SBlaze
  -- strict thread matches above, loose matches on Subject: below --
2003-04-17 13:45 Bret Holbrook
2003-04-17 17:15 ` SBlaze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox