* Gaming Server Woes
@ 2003-04-13 17:25 Bret Holbrook
2003-04-14 6:32 ` Raymond Leach
0 siblings, 1 reply; 2+ messages in thread
From: Bret Holbrook @ 2003-04-13 17:25 UTC (permalink / raw)
To: "'netfilter@lists.netfilter.org'", netfilter
Hi all,
I purchased a Quad Xeon server to start hosting games over the
internet. I've got basic rules in place for surfing the net, etc., but
opening ports for directx and gaming in general is a real trial. I
checked the IPmasq website, but it is horribly outdated. I'd rather not
use dmz as I want the server to be mostly an insecure gaming machine
behind the firewall.
Are there any sites out there up to date with regards to specific
iptables rules to host games through the firewall? For starters, I'm
looking for Neverwinter Nights, UT2003, and Counter-strike. But I would
like to host just about everything under the sun.
What are people doing these days in regards to gaming to effectively
game through an iptables based firewall?
Any help would be greatly appreciated. Thank You!
Bret
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Gaming Server Woes
2003-04-13 17:25 Gaming Server Woes Bret Holbrook
@ 2003-04-14 6:32 ` Raymond Leach
0 siblings, 0 replies; 2+ messages in thread
From: Raymond Leach @ 2003-04-14 6:32 UTC (permalink / raw)
To: 'netfilter@lists.netfilter.org'
[-- Attachment #1: Type: text/plain, Size: 1940 bytes --]
Hi
I use plain iptables with connection tracking and NAT.
For example:
iptables -t nat -A PREROUTING -i eth0 -d 196.4.160.2 -p udp --dport
27910:28000 -j DNAT --to 192.168.1.2
for a quake2 server.
Ray
On Sun, 2003-04-13 at 19:25, Bret Holbrook wrote:
> Hi all,
>
> I purchased a Quad Xeon server to start hosting games over the
> internet. I've got basic rules in place for surfing the net, etc., but
> opening ports for directx and gaming in general is a real trial. I
> checked the IPmasq website, but it is horribly outdated. I'd rather not
> use dmz as I want the server to be mostly an insecure gaming machine
> behind the firewall.
>
> Are there any sites out there up to date with regards to specific
> iptables rules to host games through the firewall? For starters, I'm
> looking for Neverwinter Nights, UT2003, and Counter-strike. But I would
> like to host just about everything under the sun.
>
> What are people doing these days in regards to gaming to effectively
> game through an iptables based firewall?
>
> Any help would be greatly appreciated. Thank You!
>
> Bret
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
( Raymond Leach )
) Knowledge Factory (
( )
) Tel: +27 11 445 8100 (
( Fax: +27 11 445 8101 )
) (
( http://www.knowledgefactory.co.za/ )
) http://www.saptg.co.za/ (
( http://www.mapnet.co.za/ )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
o o
o o
.--. .--.
| o_o| |o_o |
| \_:| |:_/ |
/ / \\ // \ \
( | |) (| | )
/`\_ _/'\ /'\_ _/`\
\___)=(___/ \___)=(___/
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-04-14 6:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-13 17:25 Gaming Server Woes Bret Holbrook
2003-04-14 6:32 ` Raymond Leach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox