[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: firewal



On Tue, Feb 13, 2001 at 02:32:42PM +0100, Maxime Longuet wrote:
> What is the solution ( nat , forwarding, ipfilter, bridge...) for this network
> 
> 
> 
> 213.30.133.41----------  HUB ---------  FIREWALL--------- 213.30.133.1 
> ROUTEUR COMPLETEL
>                                    |
> 213.30.133.40---------------
> 
> Have you a advice ?
> 
> 
If 213.30.133.41, 213.30.133.40, and 213.30.133.1 are on the same subnet
(you don't specify a mask) and they need to be internet accessible
(assuming 213.30.133.1 is your router), then do NAT/RDR (you'll have to
renumber .41 and .40 to make this work at least internally), or you
can build a bridge and use ipf rules to protect them without renumbering
them.

--Jason L. Wright