-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, 17 Nov 2002 02:01:43 +0800, [EMAIL PROTECTED] wrote:

> > > So, do you means
> > > change :
> > > iptables -t nat -A POSTROUTING -o eth1 -s 172.2.0.0/24 -j
> > > MASQUERADE to :
> > > iptables --table nat --append POSTROUTING \
> > >     --source 172.2.0.0/24 --out-interface eth0 \
> > >     --jump MASQUERADE
> >
> > Yes.
> >
> > *sigh*
> >
> > > Is it include security ?
> >
> > Pardon?
> 
> Is it including Firewall ( prevent hacker to hack the Server machine )
> ?

It only manipulates outgoing packets which were created by one of
your hosts.

Whether you use the packet filter as a firewall I cannot say without
seeing your complete set of iptables rules.

- -- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE91psm0iMVcrivHFQRAnn0AJ0TnMvIit7Pplyz1BQcA8yohnoGKwCaAumQ
uia9xRhrDsb5D9/AvNRvbdU=
=OEM5
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to