Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Nov 2007 10:15:18 -0600
From:      Jack Barnett <jackbarnett@gmail.com>
To:        deeptech71@gmail.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: IPFW Rules and Games
Message-ID:  <472DF016.30706@gmail.com>
In-Reply-To: <472B9DA8.6000800@gmail.com>
References:  <472AF4FF.9000803@gmail.com>	<20071102141525.19a05fc7@gumby.homeunix.com.>	<472B6552.9060602@gmail.com> <472B9DA8.6000800@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
deeptech71@gmail.com wrote:
> So basically the ruleset should be simple:
>
> ipfw -f flush
> # allow lo0 stuff
> # block some spoofs/attacks
> # if you are hosting gameservers from 192.168.17.3 or whatever,
> # you should (manually) open server ports, in other words, add
> # routes to 192.168.17.3 to specific server ports
> ipfw add divert natd all from any to any via $outside_interface
> allow all from any to any
> # block some more spoofs/attacks :)
> # define services (like you did with http)
Sorry, this didn't work.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?472DF016.30706>