Michael Schwendt wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Sun, 17 Nov 2002 00:19:08 +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 ) ?

Thank for your help !

Edward.




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

Reply via email to