Andy Furniss <(E-Mail Removed)> wrote in message
> In the case of C&C generals - if it's like Tiberian sun, then you may get
> away with doing nothing, because the game may be started through a central
> server.
>
> To run two games that need to accept incoming from strangers, you need to
> set the games to use different ports and DNAT on the ports chosen.
>
> Andy.
Is there a way to view the PREROUTING rules?
(iptables -L -v -n is what I use to show IN,OUT and FORWARD)
C&C has a page on their site listing the
ports to open, and they also touch on the
FirewallOptionOverride which I think
is what you are talking about?
http://eatech.custhelp.com/cgi-bin/e...cGFnZT0x&p_li=
What it sounds like is that the two machines on
the 192.168.1.x internal lan will use (ummm..)
30000 for box1 and 30001 for box2 in the
FirewallOptionOverride.
The nat box then must do PREROUTING for:
incoming packet at nat box for port 30000 "preroutes" to 192.168.1.2
incoming packet at nat box for port 30001 "preroutes" to 192.168.1.3
Its not clear to me if the ports listed on the eatech site
are for outgoing or incoming packets, so I guess just to get it
working, I'll open them wide friggin open and forward everything
incoming on those ports to the machines behind the nat box just
to get things setup.
Thanks for the reply, Andy
PS: Anyone know of a GUI tool for iptables?